source: trunk/third/xntp/ntpdate/ntpdate.mak @ 10832

Revision 10832, 8.2 KB checked in by brlewis, 27 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r10831, which included commits to RCS files with non-trunk default branches.
Line 
1# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
2# ** DO NOT EDIT **
3
4# TARGTYPE "Win32 (x86) Console Application" 0x0103
5
6!IF "$(CFG)" == ""
7CFG=ntpdate - Win32 Debug
8!MESSAGE No configuration specified.  Defaulting to ntpdate - Win32 Debug.
9!ENDIF
10
11!IF "$(CFG)" != "ntpdate - Win32 Release" && "$(CFG)" !=\
12 "ntpdate - Win32 Debug"
13!MESSAGE Invalid configuration "$(CFG)" specified.
14!MESSAGE You can specify a configuration when running NMAKE on this makefile
15!MESSAGE by defining the macro CFG on the command line.  For example:
16!MESSAGE
17!MESSAGE NMAKE /f "ntpdate.mak" CFG="ntpdate - Win32 Debug"
18!MESSAGE
19!MESSAGE Possible choices for configuration are:
20!MESSAGE
21!MESSAGE "ntpdate - Win32 Release" (based on "Win32 (x86) Console Application")
22!MESSAGE "ntpdate - Win32 Debug" (based on "Win32 (x86) Console Application")
23!MESSAGE
24!ERROR An invalid configuration is specified.
25!ENDIF
26
27!IF "$(OS)" == "Windows_NT"
28NULL=
29!ELSE
30NULL=nul
31!ENDIF
32################################################################################
33# Begin Project
34# PROP Target_Last_Scanned "ntpdate - Win32 Release"
35CPP=cl.exe
36RSC=rc.exe
37
38!IF  "$(CFG)" == "ntpdate - Win32 Release"
39
40# PROP BASE Use_MFC 0
41# PROP BASE Use_Debug_Libraries 0
42# PROP BASE Output_Dir "WinRel"
43# PROP BASE Intermediate_Dir "WinRel"
44# PROP Use_MFC 0
45# PROP Use_Debug_Libraries 0
46# PROP Output_Dir "WinRel"
47# PROP Intermediate_Dir "WinRel"
48OUTDIR=.\WinRel
49INTDIR=.\WinRel
50
51ALL : "$(OUTDIR)\ntpdate.exe" "$(OUTDIR)\ntpdate.bsc"
52
53CLEAN :
54        -@erase "$(INTDIR)\ntpdate.obj"
55        -@erase "$(INTDIR)\ntpdate.sbr"
56        -@erase "$(INTDIR)\version.obj"
57        -@erase "$(INTDIR)\version.sbr"
58        -@erase "$(OUTDIR)\ntpdate.bsc"
59        -@erase "$(OUTDIR)\ntpdate.exe"
60        -@erase "$(OUTDIR)\ntpdate.ilk"
61
62"$(OUTDIR)" :
63    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
64
65# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /FR /YX /c
66# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\include" /I "..\include\winnt" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "SYS_WINNT" /FR /YX /c
67CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "..\include" /I "..\include\winnt" /D\
68 "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "SYS_WINNT" /FR"$(INTDIR)/"\
69 /Fp"$(INTDIR)/ntpdate.pch" /YX /Fo"$(INTDIR)/" /c
70CPP_OBJS=.\WinRel/
71CPP_SBRS=.\WinRel/
72# ADD BASE RSC /l 0x409 /d "NDEBUG"
73# ADD RSC /l 0x409 /d "NDEBUG"
74BSC32=bscmake.exe
75# ADD BASE BSC32 /nologo
76# ADD BSC32 /nologo
77BSC32_FLAGS=/nologo /o"$(OUTDIR)/ntpdate.bsc"
78BSC32_SBRS= \
79        "$(INTDIR)\ntpdate.sbr" \
80        "$(INTDIR)\version.sbr"
81
82"$(OUTDIR)\ntpdate.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
83    $(BSC32) @<<
84  $(BSC32_FLAGS) $(BSC32_SBRS)
85<<
86
87LINK32=link.exe
88# 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:console /machine:I386
89# ADD LINK32 wsock32.lib winmm.lib ..\libntp\WinRel\libntp.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /incremental:yes /machine:I386
90# SUBTRACT LINK32 /force
91LINK32_FLAGS=wsock32.lib winmm.lib ..\libntp\WinRel\libntp.lib kernel32.lib\
92 user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib\
93 ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /incremental:yes\
94 /pdb:"$(OUTDIR)/ntpdate.pdb" /machine:I386 /out:"$(OUTDIR)/ntpdate.exe"
95LINK32_OBJS= \
96        "$(INTDIR)\ntpdate.obj" \
97        "$(INTDIR)\version.obj"
98
99"$(OUTDIR)\ntpdate.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
100    $(LINK32) @<<
101  $(LINK32_FLAGS) $(LINK32_OBJS)
102<<
103
104!ELSEIF  "$(CFG)" == "ntpdate - Win32 Debug"
105
106# PROP BASE Use_MFC 0
107# PROP BASE Use_Debug_Libraries 1
108# PROP BASE Output_Dir "WinDebug"
109# PROP BASE Intermediate_Dir "WinDebug"
110# PROP Use_MFC 0
111# PROP Use_Debug_Libraries 1
112# PROP Output_Dir "WinDebug"
113# PROP Intermediate_Dir "WinDebug"
114OUTDIR=.\WinDebug
115INTDIR=.\WinDebug
116
117ALL : "$(OUTDIR)\ntpdate.exe" "$(OUTDIR)\ntpdate.bsc"
118
119CLEAN :
120        -@erase "$(INTDIR)\ntpdate.obj"
121        -@erase "$(INTDIR)\ntpdate.sbr"
122        -@erase "$(INTDIR)\vc40.idb"
123        -@erase "$(INTDIR)\vc40.pdb"
124        -@erase "$(INTDIR)\version.obj"
125        -@erase "$(INTDIR)\version.sbr"
126        -@erase "$(OUTDIR)\ntpdate.bsc"
127        -@erase "$(OUTDIR)\ntpdate.exe"
128        -@erase "$(OUTDIR)\ntpdate.ilk"
129        -@erase "$(OUTDIR)\ntpdate.pdb"
130
131"$(OUTDIR)" :
132    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
133
134# ADD BASE CPP /nologo /ML /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /FR /YX /c
135# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "..\include" /I "..\include\winnt" /D "_DEBUG" /D "DEBUG" /D "WIN32" /D "_CONSOLE" /D "SYS_WINNT" /FR /YX /c
136CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /I "..\include" /I "..\include\winnt"\
137 /D "_DEBUG" /D "DEBUG" /D "WIN32" /D "_CONSOLE" /D "SYS_WINNT" /FR"$(INTDIR)/"\
138 /Fp"$(INTDIR)/ntpdate.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
139CPP_OBJS=.\WinDebug/
140CPP_SBRS=.\WinDebug/
141# ADD BASE RSC /l 0x409 /d "_DEBUG"
142# ADD RSC /l 0x409 /d "_DEBUG"
143BSC32=bscmake.exe
144# ADD BASE BSC32 /nologo
145# ADD BSC32 /nologo
146BSC32_FLAGS=/nologo /o"$(OUTDIR)/ntpdate.bsc"
147BSC32_SBRS= \
148        "$(INTDIR)\ntpdate.sbr" \
149        "$(INTDIR)\version.sbr"
150
151"$(OUTDIR)\ntpdate.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
152    $(BSC32) @<<
153  $(BSC32_FLAGS) $(BSC32_SBRS)
154<<
155
156LINK32=link.exe
157# 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:console /debug /machine:I386
158# ADD LINK32 winmm.lib wsock32.lib ..\libntp\WinDebug\libntp.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:I386
159# SUBTRACT LINK32 /incremental:no /nodefaultlib /force
160LINK32_FLAGS=winmm.lib wsock32.lib ..\libntp\WinDebug\libntp.lib kernel32.lib\
161 user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib\
162 ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /incremental:yes\
163 /pdb:"$(OUTDIR)/ntpdate.pdb" /debug /machine:I386 /out:"$(OUTDIR)/ntpdate.exe"
164LINK32_OBJS= \
165        "$(INTDIR)\ntpdate.obj" \
166        "$(INTDIR)\version.obj"
167
168"$(OUTDIR)\ntpdate.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
169    $(LINK32) @<<
170  $(LINK32_FLAGS) $(LINK32_OBJS)
171<<
172
173!ENDIF
174
175.c{$(CPP_OBJS)}.obj:
176   $(CPP) $(CPP_PROJ) $< 
177
178.cpp{$(CPP_OBJS)}.obj:
179   $(CPP) $(CPP_PROJ) $< 
180
181.cxx{$(CPP_OBJS)}.obj:
182   $(CPP) $(CPP_PROJ) $< 
183
184.c{$(CPP_SBRS)}.sbr:
185   $(CPP) $(CPP_PROJ) $< 
186
187.cpp{$(CPP_SBRS)}.sbr:
188   $(CPP) $(CPP_PROJ) $< 
189
190.cxx{$(CPP_SBRS)}.sbr:
191   $(CPP) $(CPP_PROJ) $< 
192
193################################################################################
194# Begin Target
195
196# Name "ntpdate - Win32 Release"
197# Name "ntpdate - Win32 Debug"
198
199!IF  "$(CFG)" == "ntpdate - Win32 Release"
200
201!ELSEIF  "$(CFG)" == "ntpdate - Win32 Debug"
202
203!ENDIF
204
205################################################################################
206# Begin Source File
207
208SOURCE=.\ntpdate.c
209DEP_CPP_NTPDA=\
210        "..\include\ntp.h"\
211        "..\include\ntp_fp.h"\
212        "..\include\ntp_io.h"\
213        "..\include\ntp_machine.h"\
214        "..\include\ntp_select.h"\
215        "..\include\ntp_stdlib.h"\
216        "..\include\ntp_string.h"\
217        "..\include\ntp_syslog.h"\
218        "..\include\ntp_types.h"\
219        "..\include\ntp_unixtime.h"\
220        "..\include\winnt\netdb.h"\
221        "..\include\winnt\netinet/in.h"\
222        "..\include\winnt\sys/ioctl.h"\
223        "..\include\winnt\sys/resource.h"\
224        "..\include\winnt\sys/signal.h"\
225        "..\include\winnt\sys/socket.h"\
226        "..\include\winnt\sys/time.h"\
227        "..\include\winnt\syslog.h"\
228        ".\ntpdate.h"\
229        {$(INCLUDE)}"\sys\timeb.h"\
230        {$(INCLUDE)}"\sys\TYPES.H"\
231       
232NODEP_CPP_NTPDA=\
233        "..\include\gizmo_syslog.h"\
234       
235
236"$(INTDIR)\ntpdate.obj" : $(SOURCE) $(DEP_CPP_NTPDA) "$(INTDIR)"
237
238"$(INTDIR)\ntpdate.sbr" : $(SOURCE) $(DEP_CPP_NTPDA) "$(INTDIR)"
239
240
241# End Source File
242################################################################################
243# Begin Source File
244
245SOURCE=.\version.c
246
247"$(INTDIR)\version.obj" : $(SOURCE) "$(INTDIR)"
248
249"$(INTDIR)\version.sbr" : $(SOURCE) "$(INTDIR)"
250
251
252# End Source File
253# End Target
254# End Project
255################################################################################
Note: See TracBrowser for help on using the repository browser.