1# Microsoft Developer Studio Generated NMAKE File, Based on dftables.dsp
2!IF "$(CFG)" == ""
3CFG=dftables - Win32 Debug
4!MESSAGE No configuration specified. Defaulting to dftables - Win32 Debug.
5!ENDIF 
6
7!IF "$(CFG)" != "dftables - Win32 Release" && "$(CFG)" != "dftables - Win32 Debug"
8!MESSAGE Invalid configuration "$(CFG)" specified.
9!MESSAGE You can specify a configuration when running NMAKE
10!MESSAGE by defining the macro CFG on the command line. For example:
11!MESSAGE 
12!MESSAGE NMAKE /f "dftables.mak" CFG="dftables - Win32 Debug"
13!MESSAGE 
14!MESSAGE Possible choices for configuration are:
15!MESSAGE 
16!MESSAGE "dftables - Win32 Release" (based on "Win32 (x86) Console Application")
17!MESSAGE "dftables - Win32 Debug" (based on "Win32 (x86) Console Application")
18!MESSAGE 
19!ERROR An invalid configuration is specified.
20!ENDIF 
21
22!IF "$(OS)" == "Windows_NT"
23NULL=
24!ELSE 
25NULL=nul
26!ENDIF 
27
28!IF  "$(CFG)" == "dftables - Win32 Release"
29
30OUTDIR=.
31INTDIR=.\Release
32# Begin Custom Macros
33OutDir=.
34# End Custom Macros
35
36ALL : "$(OUTDIR)\dftables.exe"
37
38
39CLEAN :
40	-@erase "$(INTDIR)\dftables.idb"
41	-@erase "$(INTDIR)\dftables.obj"
42	-@erase "$(OUTDIR)\dftables.exe"
43
44"$(INTDIR)" :
45    if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
46
47CPP=cl.exe
48CPP_PROJ=/nologo /MD /W3 /O2 /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\dftables" /FD /c 
49
50.c{$(INTDIR)}.obj::
51   $(CPP) @<<
52   $(CPP_PROJ) $< 
53<<
54
55.cpp{$(INTDIR)}.obj::
56   $(CPP) @<<
57   $(CPP_PROJ) $< 
58<<
59
60.cxx{$(INTDIR)}.obj::
61   $(CPP) @<<
62   $(CPP_PROJ) $< 
63<<
64
65.c{$(INTDIR)}.sbr::
66   $(CPP) @<<
67   $(CPP_PROJ) $< 
68<<
69
70.cpp{$(INTDIR)}.sbr::
71   $(CPP) @<<
72   $(CPP_PROJ) $< 
73<<
74
75.cxx{$(INTDIR)}.sbr::
76   $(CPP) @<<
77   $(CPP_PROJ) $< 
78<<
79
80RSC=rc.exe
81BSC32=bscmake.exe
82BSC32_FLAGS=/nologo /o"$(OUTDIR)\dftables.bsc" 
83BSC32_SBRS= \
84	
85LINK32=link.exe
86LINK32_FLAGS=kernel32.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\Release\dftables.pdb" /out:"$(OUTDIR)\dftables.exe" /opt:ref 
87LINK32_OBJS= \
88	"$(INTDIR)\dftables.obj"
89
90"$(OUTDIR)\dftables.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
91    $(LINK32) @<<
92  $(LINK32_FLAGS) $(LINK32_OBJS)
93<<
94
95!ELSEIF  "$(CFG)" == "dftables - Win32 Debug"
96
97OUTDIR=.
98INTDIR=.\Debug
99# Begin Custom Macros
100OutDir=.
101# End Custom Macros
102
103ALL : ".\pcre.h" ".\config.h" "$(OUTDIR)\dftables.exe"
104
105
106CLEAN :
107	-@erase "$(INTDIR)\dftables.idb"
108	-@erase "$(INTDIR)\dftables.obj"
109	-@erase "$(OUTDIR)\Debug\dftables.pdb"
110	-@erase "$(OUTDIR)\dftables.exe"
111	-@erase ".\config.h"
112	-@erase ".\pcre.h"
113
114"$(INTDIR)" :
115    if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
116
117CPP=cl.exe
118CPP_PROJ=/nologo /MDd /W3 /Zi /Od /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\dftables" /FD /EHsc /c 
119
120.c{$(INTDIR)}.obj::
121   $(CPP) @<<
122   $(CPP_PROJ) $< 
123<<
124
125.cpp{$(INTDIR)}.obj::
126   $(CPP) @<<
127   $(CPP_PROJ) $< 
128<<
129
130.cxx{$(INTDIR)}.obj::
131   $(CPP) @<<
132   $(CPP_PROJ) $< 
133<<
134
135.c{$(INTDIR)}.sbr::
136   $(CPP) @<<
137   $(CPP_PROJ) $< 
138<<
139
140.cpp{$(INTDIR)}.sbr::
141   $(CPP) @<<
142   $(CPP_PROJ) $< 
143<<
144
145.cxx{$(INTDIR)}.sbr::
146   $(CPP) @<<
147   $(CPP_PROJ) $< 
148<<
149
150RSC=rc.exe
151BSC32=bscmake.exe
152BSC32_FLAGS=/nologo /o"$(OUTDIR)\dftables.bsc" 
153BSC32_SBRS= \
154	
155LINK32=link.exe
156LINK32_FLAGS=kernel32.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\Debug\dftables.pdb" /debug /out:"$(OUTDIR)\dftables.exe" 
157LINK32_OBJS= \
158	"$(INTDIR)\dftables.obj"
159
160"$(OUTDIR)\dftables.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
161    $(LINK32) @<<
162  $(LINK32_FLAGS) $(LINK32_OBJS)
163<<
164
165!ENDIF 
166
167
168!IF "$(NO_EXTERNAL_DEPS)" != "1"
169!IF EXISTS("dftables.dep")
170!INCLUDE "dftables.dep"
171!ELSE 
172!MESSAGE Warning: cannot find "dftables.dep"
173!ENDIF 
174!ENDIF 
175
176
177!IF "$(CFG)" == "dftables - Win32 Release" || "$(CFG)" == "dftables - Win32 Debug"
178SOURCE=.\dftables.c
179
180"$(INTDIR)\dftables.obj" : $(SOURCE) "$(INTDIR)" ".\config.h" ".\pcre.h"
181
182
183SOURCE=.\config.hw
184
185!IF  "$(CFG)" == "dftables - Win32 Release"
186
187InputPath=.\config.hw
188
189".\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
190	<<tempfile.bat 
191	@echo off 
192	type .\config.hw > .\config.h
193<< 
194	
195
196!ELSEIF  "$(CFG)" == "dftables - Win32 Debug"
197
198InputPath=.\config.hw
199
200".\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
201	<<tempfile.bat 
202	@echo off 
203	type .\config.hw > .\config.h
204<< 
205	
206
207!ENDIF 
208
209SOURCE=.\maketables.c
210SOURCE=.\pcre.hw
211
212!IF  "$(CFG)" == "dftables - Win32 Release"
213
214InputPath=.\pcre.hw
215
216".\pcre.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
217	<<tempfile.bat 
218	@echo off 
219	type .\pcre.hw > .\pcre.h
220<< 
221	
222
223!ELSEIF  "$(CFG)" == "dftables - Win32 Debug"
224
225InputPath=.\pcre.hw
226
227".\pcre.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
228	<<tempfile.bat 
229	@echo off 
230	type .\pcre.hw > .\pcre.h
231<< 
232	
233
234!ENDIF 
235
236
237!ENDIF 
238
239