1# Microsoft Developer Studio Generated NMAKE File, Based on Ria.dsp
2!IF "$(CFG)" == ""
3CFG=Ria - Win32 Debug
4!MESSAGE No configuration specified. Defaulting to Ria - Win32 Debug.
5!ENDIF 
6
7!IF "$(CFG)" != "Ria - Win32 Release" && "$(CFG)" != "Ria - 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 "Ria.mak" CFG="Ria - Win32 Debug"
13!MESSAGE 
14!MESSAGE Possible choices for configuration are:
15!MESSAGE 
16!MESSAGE "Ria - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
17!MESSAGE "Ria - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
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
28CPP=cl.exe
29MTL=midl.exe
30RSC=rc.exe
31
32!IF  "$(CFG)" == "Ria - Win32 Release"
33
34OUTDIR=.\Release
35INTDIR=.\Release
36# Begin Custom Macros
37OutDir=.\Release
38# End Custom Macros
39
40!IF "$(RECURSE)" == "0" 
41
42ALL : "$(OUTDIR)\Ria.dll"
43
44!ELSE 
45
46ALL : "$(OUTDIR)\Ria.dll"
47
48!ENDIF 
49
50CLEAN :
51	-@erase "$(INTDIR)\ria.obj"
52	-@erase "$(INTDIR)\vc50.idb"
53	-@erase "$(OUTDIR)\Ria.dll"
54	-@erase "$(OUTDIR)\Ria.exp"
55	-@erase "$(OUTDIR)\Ria.lib"
56
57"$(OUTDIR)" :
58    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
59
60CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "../../sepia/i386_nt" /D "WIN32" /D\
61 "NDEBUG" /D "_WINDOWS" /Fp"$(INTDIR)\Ria.pch" /YX /Fo"$(INTDIR)\\"\
62 /Fd"$(INTDIR)\\" /FD /c 
63CPP_OBJS=.\Release/
64CPP_SBRS=.
65MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 
66BSC32=bscmake.exe
67BSC32_FLAGS=/nologo /o"$(OUTDIR)\Ria.bsc" 
68BSC32_SBRS= \
69	
70LINK32=link.exe
71LINK32_FLAGS=eclipse.lib kernel32.lib user32.lib gdi32.lib winspool.lib\
72 comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib\
73 odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /incremental:no\
74 /pdb:"$(OUTDIR)\Ria.pdb" /machine:I386 /def:"..\..\icparc_solvers\ria.def"\
75 /out:"$(OUTDIR)\Ria.dll" /implib:"$(OUTDIR)\Ria.lib"\
76 /libpath:"../Eclipse/Release" 
77DEF_FILE= \
78	"..\..\icparc_solvers\ria.def"
79LINK32_OBJS= \
80	"$(INTDIR)\ria.obj"
81
82"$(OUTDIR)\Ria.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
83    $(LINK32) @<<
84  $(LINK32_FLAGS) $(LINK32_OBJS)
85<<
86
87SOURCE=$(InputPath)
88PostBuild_Desc=Copying dll to icparc_solvers, lib
89DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
90
91ALL : $(DS_POSTBUILD_DEP)
92
93# Begin Custom Macros
94OutDir=.\Release
95# End Custom Macros
96
97$(DS_POSTBUILD_DEP) : "$(OUTDIR)\Ria.dll"
98   copy Release\Ria.dll ..\..\icparc_solvers\i386_nt\ria.dll
99	copy  Release\Ria.dll ..\..\lib\i386_nt\ria.dll
100	echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
101
102!ELSEIF  "$(CFG)" == "Ria - Win32 Debug"
103
104OUTDIR=.\Debug
105INTDIR=.\Debug
106# Begin Custom Macros
107OutDir=.\Debug
108# End Custom Macros
109
110!IF "$(RECURSE)" == "0" 
111
112ALL : "$(OUTDIR)\Ria.dll"
113
114!ELSE 
115
116ALL : "$(OUTDIR)\Ria.dll"
117
118!ENDIF 
119
120CLEAN :
121	-@erase "$(INTDIR)\ria.obj"
122	-@erase "$(INTDIR)\vc50.idb"
123	-@erase "$(INTDIR)\vc50.pdb"
124	-@erase "$(OUTDIR)\Ria.dll"
125	-@erase "$(OUTDIR)\Ria.exp"
126	-@erase "$(OUTDIR)\Ria.ilk"
127	-@erase "$(OUTDIR)\Ria.lib"
128	-@erase "$(OUTDIR)\Ria.pdb"
129
130"$(OUTDIR)" :
131    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
132
133CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /I "../../sepia/i386_nt" /D "WIN32"\
134 /D "_DEBUG" /D "_WINDOWS" /Fp"$(INTDIR)\Ria.pch" /YX /Fo"$(INTDIR)\\"\
135 /Fd"$(INTDIR)\\" /FD /c 
136CPP_OBJS=.\Debug/
137CPP_SBRS=.
138MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 
139BSC32=bscmake.exe
140BSC32_FLAGS=/nologo /o"$(OUTDIR)\Ria.bsc" 
141BSC32_SBRS= \
142	
143LINK32=link.exe
144LINK32_FLAGS=eclipse.lib kernel32.lib user32.lib gdi32.lib winspool.lib\
145 comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib\
146 odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /incremental:yes\
147 /pdb:"$(OUTDIR)\Ria.pdb" /debug /machine:I386\
148 /def:"..\..\icparc_solvers\ria.def" /out:"$(OUTDIR)\Ria.dll"\
149 /implib:"$(OUTDIR)\Ria.lib" /pdbtype:sept /libpath:"../Eclipse/Debug" 
150DEF_FILE= \
151	"..\..\icparc_solvers\ria.def"
152LINK32_OBJS= \
153	"$(INTDIR)\ria.obj"
154
155"$(OUTDIR)\Ria.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
156    $(LINK32) @<<
157  $(LINK32_FLAGS) $(LINK32_OBJS)
158<<
159
160SOURCE=$(InputPath)
161PostBuild_Desc=Copying dll to icparc_solvers, lib
162DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
163
164ALL : $(DS_POSTBUILD_DEP)
165
166# Begin Custom Macros
167OutDir=.\Debug
168# End Custom Macros
169
170$(DS_POSTBUILD_DEP) : "$(OUTDIR)\Ria.dll"
171   copy Debug\Ria.dll ..\..\icparc_solvers\i386_nt\ria.dll
172	copy  Debug\Ria.dll ..\..\lib\i386_nt\ria.dll
173	echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
174
175!ENDIF 
176
177.c{$(CPP_OBJS)}.obj::
178   $(CPP) @<<
179   $(CPP_PROJ) $< 
180<<
181
182.cpp{$(CPP_OBJS)}.obj::
183   $(CPP) @<<
184   $(CPP_PROJ) $< 
185<<
186
187.cxx{$(CPP_OBJS)}.obj::
188   $(CPP) @<<
189   $(CPP_PROJ) $< 
190<<
191
192.c{$(CPP_SBRS)}.sbr::
193   $(CPP) @<<
194   $(CPP_PROJ) $< 
195<<
196
197.cpp{$(CPP_SBRS)}.sbr::
198   $(CPP) @<<
199   $(CPP_PROJ) $< 
200<<
201
202.cxx{$(CPP_SBRS)}.sbr::
203   $(CPP) @<<
204   $(CPP_PROJ) $< 
205<<
206
207
208!IF "$(CFG)" == "Ria - Win32 Release" || "$(CFG)" == "Ria - Win32 Debug"
209SOURCE=..\..\icparc_solvers\ria.c
210DEP_CPP_RIA_C=\
211	"..\..\sepia\i386_nt\config.h"\
212	"..\..\sepia\i386_nt\ec_public.h"\
213	"..\..\sepia\i386_nt\embed.h"\
214	"..\..\sepia\i386_nt\external.h"\
215	"..\..\sepia\i386_nt\sepia.h"\
216	
217
218"$(INTDIR)\ria.obj" : $(SOURCE) $(DEP_CPP_RIA_C) "$(INTDIR)"
219	$(CPP) $(CPP_PROJ) $(SOURCE)
220
221
222
223!ENDIF 
224
225