Certmap.mak 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. #
  2. # BEGIN COPYRIGHT BLOCK
  3. # This Program is free software; you can redistribute it and/or modify it under
  4. # the terms of the GNU General Public License as published by the Free Software
  5. # Foundation; version 2 of the License.
  6. #
  7. # This Program is distributed in the hope that it will be useful, but WITHOUT
  8. # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  9. # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  10. #
  11. # You should have received a copy of the GNU General Public License along with
  12. # this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
  13. # Place, Suite 330, Boston, MA 02111-1307 USA.
  14. #
  15. # In addition, as a special exception, Red Hat, Inc. gives You the additional
  16. # right to link the code of this Program with code not covered under the GNU
  17. # General Public License ("Non-GPL Code") and to distribute linked combinations
  18. # including the two, subject to the limitations in this paragraph. Non-GPL Code
  19. # permitted under this exception must only link to the code of this Program
  20. # through those well defined interfaces identified in the file named EXCEPTION
  21. # found in the source code files (the "Approved Interfaces"). The files of
  22. # Non-GPL Code may instantiate templates or use macros or inline functions from
  23. # the Approved Interfaces without causing the resulting work to be covered by
  24. # the GNU General Public License. Only Red Hat, Inc. may make changes or
  25. # additions to the list of Approved Interfaces. You must obey the GNU General
  26. # Public License in all respects for all of the Program code and other code used
  27. # in conjunction with the Program except the Non-GPL Code covered by this
  28. # exception. If you modify this file, you may extend this exception to your
  29. # version of the file, but you are not obligated to do so. If you do not wish to
  30. # provide this exception without modification, you must delete this exception
  31. # statement from your version and license this file solely under the GPL without
  32. # exception.
  33. #
  34. #
  35. # Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  36. # Copyright (C) 2005 Red Hat, Inc.
  37. # All rights reserved.
  38. # END COPYRIGHT BLOCK
  39. #
  40. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
  41. # ** DO NOT EDIT **
  42. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  43. !IF "$(CFG)" == ""
  44. CFG=Certmap - Win32 Debug
  45. !MESSAGE No configuration specified. Defaulting to Certmap - Win32 Debug.
  46. !ENDIF
  47. !IF "$(CFG)" != "Certmap - Win32 Release" && "$(CFG)" !=\
  48. "Certmap - Win32 Debug"
  49. !MESSAGE Invalid configuration "$(CFG)" specified.
  50. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  51. !MESSAGE by defining the macro CFG on the command line. For example:
  52. !MESSAGE
  53. !MESSAGE NMAKE /f "Certmap.mak" CFG="Certmap - Win32 Debug"
  54. !MESSAGE
  55. !MESSAGE Possible choices for configuration are:
  56. !MESSAGE
  57. !MESSAGE "Certmap - Win32 Release" (based on\
  58. "Win32 (x86) Dynamic-Link Library")
  59. !MESSAGE "Certmap - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  60. !MESSAGE
  61. !ERROR An invalid configuration is specified.
  62. !ENDIF
  63. !IF "$(OS)" == "Windows_NT"
  64. NULL=
  65. !ELSE
  66. NULL=nul
  67. !ENDIF
  68. ################################################################################
  69. # Begin Project
  70. # PROP Target_Last_Scanned "Certmap - Win32 Debug"
  71. CPP=cl.exe
  72. RSC=rc.exe
  73. MTL=mktyplib.exe
  74. !IF "$(CFG)" == "Certmap - Win32 Release"
  75. # PROP BASE Use_MFC 0
  76. # PROP BASE Use_Debug_Libraries 0
  77. # PROP BASE Output_Dir "Release"
  78. # PROP BASE Intermediate_Dir "Release"
  79. # PROP BASE Target_Dir ""
  80. # PROP Use_MFC 0
  81. # PROP Use_Debug_Libraries 0
  82. # PROP Output_Dir "Release"
  83. # PROP Intermediate_Dir "Release"
  84. # PROP Target_Dir ""
  85. OUTDIR=.\Release
  86. INTDIR=.\Release
  87. ALL : "$(OUTDIR)\Certmap.dll"
  88. CLEAN :
  89. -@erase "$(INTDIR)\init.obj"
  90. -@erase "$(INTDIR)\plugin.obj"
  91. -@erase "$(OUTDIR)\Certmap.dll"
  92. -@erase "$(OUTDIR)\Certmap.exp"
  93. -@erase "$(OUTDIR)\Certmap.lib"
  94. "$(OUTDIR)" :
  95. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  96. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  97. # ADD CPP /nologo /MT /W3 /GX /O2 /I "c:\Fedora\servers\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  98. CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "c:\Fedora\servers\include" /D "WIN32"\
  99. /D "NDEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/Certmap.pch" /YX /Fo"$(INTDIR)/" /c
  100. CPP_OBJS=.\Release/
  101. CPP_SBRS=.\.
  102. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  103. # ADD MTL /nologo /D "NDEBUG" /win32
  104. MTL_PROJ=/nologo /D "NDEBUG" /win32
  105. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  106. # ADD RSC /l 0x409 /d "NDEBUG"
  107. BSC32=bscmake.exe
  108. # ADD BASE BSC32 /nologo
  109. # ADD BSC32 /nologo
  110. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Certmap.bsc"
  111. BSC32_SBRS= \
  112. LINK32=link.exe
  113. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  114. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  115. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  116. advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  117. odbccp32.lib /nologo /subsystem:windows /dll /incremental:no\
  118. /pdb:"$(OUTDIR)/Certmap.pdb" /machine:I386 /out:"$(OUTDIR)/Certmap.dll"\
  119. /implib:"$(OUTDIR)/Certmap.lib"
  120. LINK32_OBJS= \
  121. "$(INTDIR)\init.obj" \
  122. "$(INTDIR)\plugin.obj" \
  123. "C:\Fedora\servers\lib\nsldap32v10.lib"
  124. "$(OUTDIR)\Certmap.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  125. $(LINK32) @<<
  126. $(LINK32_FLAGS) $(LINK32_OBJS)
  127. <<
  128. !ELSEIF "$(CFG)" == "Certmap - Win32 Debug"
  129. # PROP BASE Use_MFC 0
  130. # PROP BASE Use_Debug_Libraries 1
  131. # PROP BASE Output_Dir "Debug"
  132. # PROP BASE Intermediate_Dir "Debug"
  133. # PROP BASE Target_Dir ""
  134. # PROP Use_MFC 0
  135. # PROP Use_Debug_Libraries 1
  136. # PROP Output_Dir "Debug"
  137. # PROP Intermediate_Dir "Debug"
  138. # PROP Target_Dir ""
  139. OUTDIR=.\Debug
  140. INTDIR=.\Debug
  141. ALL : "$(OUTDIR)\Certmap.dll"
  142. CLEAN :
  143. -@erase "$(INTDIR)\init.obj"
  144. -@erase "$(INTDIR)\plugin.obj"
  145. -@erase "$(INTDIR)\vc40.idb"
  146. -@erase "$(INTDIR)\vc40.pdb"
  147. -@erase "$(OUTDIR)\Certmap.dll"
  148. -@erase "$(OUTDIR)\Certmap.exp"
  149. -@erase "$(OUTDIR)\Certmap.ilk"
  150. -@erase "$(OUTDIR)\Certmap.lib"
  151. -@erase "$(OUTDIR)\Certmap.pdb"
  152. "$(OUTDIR)" :
  153. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  154. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  155. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "c:\Fedora\servers\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  156. CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /I "c:\Fedora\servers\include" /D\
  157. "WIN32" /D "_DEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/Certmap.pch" /YX\
  158. /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
  159. CPP_OBJS=.\Debug/
  160. CPP_SBRS=.\.
  161. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  162. # ADD MTL /nologo /D "_DEBUG" /win32
  163. MTL_PROJ=/nologo /D "_DEBUG" /win32
  164. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  165. # ADD RSC /l 0x409 /d "_DEBUG"
  166. BSC32=bscmake.exe
  167. # ADD BASE BSC32 /nologo
  168. # ADD BSC32 /nologo
  169. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Certmap.bsc"
  170. BSC32_SBRS= \
  171. LINK32=link.exe
  172. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
  173. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
  174. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  175. advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  176. odbccp32.lib /nologo /subsystem:windows /dll /incremental:yes\
  177. /pdb:"$(OUTDIR)/Certmap.pdb" /debug /machine:I386 /out:"$(OUTDIR)/Certmap.dll"\
  178. /implib:"$(OUTDIR)/Certmap.lib"
  179. LINK32_OBJS= \
  180. "$(INTDIR)\init.obj" \
  181. "$(INTDIR)\plugin.obj" \
  182. "C:\Fedora\servers\lib\nsldap32v10.lib"
  183. "$(OUTDIR)\Certmap.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  184. $(LINK32) @<<
  185. $(LINK32_FLAGS) $(LINK32_OBJS)
  186. <<
  187. !ENDIF
  188. .c{$(CPP_OBJS)}.obj:
  189. $(CPP) $(CPP_PROJ) $<
  190. .cpp{$(CPP_OBJS)}.obj:
  191. $(CPP) $(CPP_PROJ) $<
  192. .cxx{$(CPP_OBJS)}.obj:
  193. $(CPP) $(CPP_PROJ) $<
  194. .c{$(CPP_SBRS)}.sbr:
  195. $(CPP) $(CPP_PROJ) $<
  196. .cpp{$(CPP_SBRS)}.sbr:
  197. $(CPP) $(CPP_PROJ) $<
  198. .cxx{$(CPP_SBRS)}.sbr:
  199. $(CPP) $(CPP_PROJ) $<
  200. ################################################################################
  201. # Begin Target
  202. # Name "Certmap - Win32 Release"
  203. # Name "Certmap - Win32 Debug"
  204. !IF "$(CFG)" == "Certmap - Win32 Release"
  205. !ELSEIF "$(CFG)" == "Certmap - Win32 Debug"
  206. !ENDIF
  207. ################################################################################
  208. # Begin Source File
  209. SOURCE=.\plugin.c
  210. DEP_CPP_PLUGI=\
  211. ".\plugin.h"\
  212. "c:\Fedora\servers\include\certmap.h"\
  213. "c:\Fedora\servers\include\lber.h"\
  214. "c:\Fedora\servers\include\ldap.h"\
  215. {$(INCLUDE)}"\sys\types.h"\
  216. "$(INTDIR)\plugin.obj" : $(SOURCE) $(DEP_CPP_PLUGI) "$(INTDIR)"
  217. # End Source File
  218. ################################################################################
  219. # Begin Source File
  220. SOURCE=.\init.c
  221. DEP_CPP_INIT_=\
  222. ".\plugin.h"\
  223. "c:\Fedora\servers\include\certmap.h"\
  224. "c:\Fedora\servers\include\lber.h"\
  225. "c:\Fedora\servers\include\ldap.h"\
  226. {$(INCLUDE)}"\sys\types.h"\
  227. "$(INTDIR)\init.obj" : $(SOURCE) $(DEP_CPP_INIT_) "$(INTDIR)"
  228. # End Source File
  229. ################################################################################
  230. # Begin Source File
  231. SOURCE=C:\Fedora\servers\lib\nsldap32v10.lib
  232. !IF "$(CFG)" == "Certmap - Win32 Release"
  233. !ELSEIF "$(CFG)" == "Certmap - Win32 Debug"
  234. !ENDIF
  235. # End Source File
  236. # End Target
  237. # End Project
  238. ################################################################################