1# Microsoft Developer Studio Generated NMAKE File, Based on Eclipse.dsp
2!IF "$(CFG)" == ""
3CFG=Eclipse - Win32 Debug
4!MESSAGE No configuration specified. Defaulting to Eclipse - Win32 Debug.
5!ENDIF 
6
7!IF "$(CFG)" != "Eclipse - Win32 Release" && "$(CFG)" !=\
8 "Eclipse - Win32 Debug"
9!MESSAGE Invalid configuration "$(CFG)" specified.
10!MESSAGE You can specify a configuration when running NMAKE
11!MESSAGE by defining the macro CFG on the command line. For example:
12!MESSAGE 
13!MESSAGE NMAKE /f "Eclipse.mak" CFG="Eclipse - Win32 Debug"
14!MESSAGE 
15!MESSAGE Possible choices for configuration are:
16!MESSAGE 
17!MESSAGE "Eclipse - Win32 Release" (based on\
18 "Win32 (x86) Dynamic-Link Library")
19!MESSAGE "Eclipse - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
20!MESSAGE 
21!ERROR An invalid configuration is specified.
22!ENDIF 
23
24!IF "$(OS)" == "Windows_NT"
25NULL=
26!ELSE 
27NULL=nul
28!ENDIF 
29
30CPP=cl.exe
31MTL=midl.exe
32RSC=rc.exe
33
34!IF  "$(CFG)" == "Eclipse - Win32 Release"
35
36OUTDIR=.\Release
37INTDIR=.\Release
38# Begin Custom Macros
39OutDir=.\Release
40# End Custom Macros
41
42!IF "$(RECURSE)" == "0" 
43
44ALL : "$(OUTDIR)\Eclipse.dll"
45
46!ELSE 
47
48ALL : "GmpDll - Win32 Release" "Shm - Win32 Release" "$(OUTDIR)\Eclipse.dll"
49
50!ENDIF 
51
52!IF "$(RECURSE)" == "1" 
53CLEAN :"Shm - Win32 ReleaseCLEAN" "GmpDll - Win32 ReleaseCLEAN" 
54!ELSE 
55CLEAN :
56!ENDIF 
57	-@erase "$(INTDIR)\bigrat.obj"
58	-@erase "$(INTDIR)\bip_arith.obj"
59	-@erase "$(INTDIR)\bip_array.obj"
60	-@erase "$(INTDIR)\bip_comp.obj"
61	-@erase "$(INTDIR)\bip_control.obj"
62	-@erase "$(INTDIR)\bip_db.obj"
63	-@erase "$(INTDIR)\bip_delay.obj"
64	-@erase "$(INTDIR)\bip_domain.obj"
65	-@erase "$(INTDIR)\bip_io.obj"
66	-@erase "$(INTDIR)\bip_load.obj"
67	-@erase "$(INTDIR)\bip_misc.obj"
68	-@erase "$(INTDIR)\bip_module.obj"
69	-@erase "$(INTDIR)\bip_record.obj"
70	-@erase "$(INTDIR)\bip_strings.obj"
71	-@erase "$(INTDIR)\bip_tconv.obj"
72	-@erase "$(INTDIR)\body.obj"
73	-@erase "$(INTDIR)\code.obj"
74	-@erase "$(INTDIR)\dict.obj"
75	-@erase "$(INTDIR)\dummy_mps.obj"
76	-@erase "$(INTDIR)\dummy_par.obj"
77	-@erase "$(INTDIR)\dummy_upcalls.obj"
78	-@erase "$(INTDIR)\dummy_wm.obj"
79	-@erase "$(INTDIR)\dynamic.obj"
80	-@erase "$(INTDIR)\eclipsedir.obj"
81	-@erase "$(INTDIR)\elipsys_fd.obj"
82	-@erase "$(INTDIR)\embed.obj"
83	-@erase "$(INTDIR)\emu_c_env.obj"
84	-@erase "$(INTDIR)\emu_util.obj"
85	-@erase "$(INTDIR)\error.obj"
86	-@erase "$(INTDIR)\external.obj"
87	-@erase "$(INTDIR)\gc_stacks.obj"
88	-@erase "$(INTDIR)\handle.obj"
89	-@erase "$(INTDIR)\handlers.obj"
90	-@erase "$(INTDIR)\head.obj"
91	-@erase "$(INTDIR)\init.obj"
92	-@erase "$(INTDIR)\intervals.obj"
93	-@erase "$(INTDIR)\io.obj"
94	-@erase "$(INTDIR)\lex.obj"
95	-@erase "$(INTDIR)\lib1.obj"
96	-@erase "$(INTDIR)\lib2.obj"
97	-@erase "$(INTDIR)\lib3.obj"
98	-@erase "$(INTDIR)\lib4.obj"
99	-@erase "$(INTDIR)\lib5.obj"
100	-@erase "$(INTDIR)\lib6.obj"
101	-@erase "$(INTDIR)\lib7.obj"
102	-@erase "$(INTDIR)\mem.obj"
103	-@erase "$(INTDIR)\operator.obj"
104	-@erase "$(INTDIR)\os_support.obj"
105	-@erase "$(INTDIR)\pass2.obj"
106	-@erase "$(INTDIR)\pass3.obj"
107	-@erase "$(INTDIR)\pass4.obj"
108	-@erase "$(INTDIR)\printam.obj"
109	-@erase "$(INTDIR)\proc_desc.obj"
110	-@erase "$(INTDIR)\procedure.obj"
111	-@erase "$(INTDIR)\property.obj"
112	-@erase "$(INTDIR)\read.obj"
113	-@erase "$(INTDIR)\section.obj"
114	-@erase "$(INTDIR)\vc50.idb"
115	-@erase "$(INTDIR)\whereami_default.obj"
116	-@erase "$(INTDIR)\write.obj"
117	-@erase "$(OUTDIR)\Eclipse.dll"
118	-@erase "$(OUTDIR)\Eclipse.exp"
119	-@erase "$(OUTDIR)\Eclipse.lib"
120
121"$(OUTDIR)" :
122    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
123
124CPP_PROJ=/nologo /MT /W2 /GX /O2 /I "../../Shm/i386_nt" /I\
125 "../../Gmp/src/win32eclipse" /D "THREADED" /D "DEBUG_COMP" /D "OC" /D "DFID" /D\
126 "WIN32" /D "_WINDOWS" /D "__STDC__" /Fp"$(INTDIR)\Eclipse.pch" /YX\
127 /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
128CPP_OBJS=.\Release/
129CPP_SBRS=.
130MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 
131BSC32=bscmake.exe
132BSC32_FLAGS=/nologo /o"$(OUTDIR)\Eclipse.bsc" 
133BSC32_SBRS= \
134	
135LINK32=link.exe
136LINK32_FLAGS=gmp33.lib shm.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib\
137 winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib\
138 uuid.lib odbc32.lib odbccp32.lib netapi32.lib /nologo /subsystem:windows /dll\
139 /incremental:no /pdb:"$(OUTDIR)\Eclipse.pdb" /machine:I386\
140 /def:"..\..\sepia\i386_nt\eclipse.def" /out:"$(OUTDIR)\Eclipse.dll"\
141 /implib:"$(OUTDIR)\Eclipse.lib" /libpath:"../Shm/Release"\
142 /libpath:"../../lib/i386_nt" 
143DEF_FILE= \
144	"..\..\sepia\i386_nt\eclipse.def"
145LINK32_OBJS= \
146	"$(INTDIR)\bigrat.obj" \
147	"$(INTDIR)\bip_arith.obj" \
148	"$(INTDIR)\bip_array.obj" \
149	"$(INTDIR)\bip_comp.obj" \
150	"$(INTDIR)\bip_control.obj" \
151	"$(INTDIR)\bip_db.obj" \
152	"$(INTDIR)\bip_delay.obj" \
153	"$(INTDIR)\bip_domain.obj" \
154	"$(INTDIR)\bip_io.obj" \
155	"$(INTDIR)\bip_load.obj" \
156	"$(INTDIR)\bip_misc.obj" \
157	"$(INTDIR)\bip_module.obj" \
158	"$(INTDIR)\bip_record.obj" \
159	"$(INTDIR)\bip_strings.obj" \
160	"$(INTDIR)\bip_tconv.obj" \
161	"$(INTDIR)\body.obj" \
162	"$(INTDIR)\code.obj" \
163	"$(INTDIR)\dict.obj" \
164	"$(INTDIR)\dummy_mps.obj" \
165	"$(INTDIR)\dummy_par.obj" \
166	"$(INTDIR)\dummy_upcalls.obj" \
167	"$(INTDIR)\dummy_wm.obj" \
168	"$(INTDIR)\dynamic.obj" \
169	"$(INTDIR)\eclipsedir.obj" \
170	"$(INTDIR)\elipsys_fd.obj" \
171	"$(INTDIR)\embed.obj" \
172	"$(INTDIR)\emu_c_env.obj" \
173	"$(INTDIR)\emu_util.obj" \
174	"$(INTDIR)\error.obj" \
175	"$(INTDIR)\external.obj" \
176	"$(INTDIR)\gc_stacks.obj" \
177	"$(INTDIR)\handle.obj" \
178	"$(INTDIR)\handlers.obj" \
179	"$(INTDIR)\head.obj" \
180	"$(INTDIR)\init.obj" \
181	"$(INTDIR)\intervals.obj" \
182	"$(INTDIR)\io.obj" \
183	"$(INTDIR)\lex.obj" \
184	"$(INTDIR)\lib1.obj" \
185	"$(INTDIR)\lib2.obj" \
186	"$(INTDIR)\lib3.obj" \
187	"$(INTDIR)\lib4.obj" \
188	"$(INTDIR)\lib5.obj" \
189	"$(INTDIR)\lib6.obj" \
190	"$(INTDIR)\lib7.obj" \
191	"$(INTDIR)\mem.obj" \
192	"$(INTDIR)\operator.obj" \
193	"$(INTDIR)\os_support.obj" \
194	"$(INTDIR)\pass2.obj" \
195	"$(INTDIR)\pass3.obj" \
196	"$(INTDIR)\pass4.obj" \
197	"$(INTDIR)\printam.obj" \
198	"$(INTDIR)\proc_desc.obj" \
199	"$(INTDIR)\procedure.obj" \
200	"$(INTDIR)\property.obj" \
201	"$(INTDIR)\read.obj" \
202	"$(INTDIR)\section.obj" \
203	"$(INTDIR)\whereami_default.obj" \
204	"$(INTDIR)\write.obj" \
205	"..\..\sepia\i386_nt\emu.obj" \
206	"..\GmpDll\Release\gmp33.lib" \
207	"..\Shm\Release\Shm.lib"
208
209"$(OUTDIR)\Eclipse.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
210    $(LINK32) @<<
211  $(LINK32_FLAGS) $(LINK32_OBJS)
212<<
213
214SOURCE=$(InputPath)
215PostBuild_Desc=Copying eclipse.dll somewhere sensible
216DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
217
218ALL : $(DS_POSTBUILD_DEP)
219
220# Begin Custom Macros
221OutDir=.\Release
222# End Custom Macros
223
224$(DS_POSTBUILD_DEP) : "GmpDll - Win32 Release" "Shm - Win32 Release"\
225 "$(OUTDIR)\Eclipse.dll"
226   copy      Release\Eclipse.dll  ..\..\lib\i386_nt\eclipse.dll
227	copy     Release\Eclipse.lib       ..\..\lib\i386_nt\eclipse.lib
228	echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
229
230!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
231
232OUTDIR=.\Debug
233INTDIR=.\Debug
234# Begin Custom Macros
235OutDir=.\Debug
236# End Custom Macros
237
238!IF "$(RECURSE)" == "0" 
239
240ALL : "$(OUTDIR)\Eclipse.dll"
241
242!ELSE 
243
244ALL : "GmpDll - Win32 Debug" "Shm - Win32 Debug" "$(OUTDIR)\Eclipse.dll"
245
246!ENDIF 
247
248!IF "$(RECURSE)" == "1" 
249CLEAN :"Shm - Win32 DebugCLEAN" "GmpDll - Win32 DebugCLEAN" 
250!ELSE 
251CLEAN :
252!ENDIF 
253	-@erase "$(INTDIR)\bigrat.obj"
254	-@erase "$(INTDIR)\bip_arith.obj"
255	-@erase "$(INTDIR)\bip_array.obj"
256	-@erase "$(INTDIR)\bip_comp.obj"
257	-@erase "$(INTDIR)\bip_control.obj"
258	-@erase "$(INTDIR)\bip_db.obj"
259	-@erase "$(INTDIR)\bip_delay.obj"
260	-@erase "$(INTDIR)\bip_domain.obj"
261	-@erase "$(INTDIR)\bip_io.obj"
262	-@erase "$(INTDIR)\bip_load.obj"
263	-@erase "$(INTDIR)\bip_misc.obj"
264	-@erase "$(INTDIR)\bip_module.obj"
265	-@erase "$(INTDIR)\bip_record.obj"
266	-@erase "$(INTDIR)\bip_strings.obj"
267	-@erase "$(INTDIR)\bip_tconv.obj"
268	-@erase "$(INTDIR)\body.obj"
269	-@erase "$(INTDIR)\code.obj"
270	-@erase "$(INTDIR)\dict.obj"
271	-@erase "$(INTDIR)\dummy_mps.obj"
272	-@erase "$(INTDIR)\dummy_par.obj"
273	-@erase "$(INTDIR)\dummy_upcalls.obj"
274	-@erase "$(INTDIR)\dummy_wm.obj"
275	-@erase "$(INTDIR)\dynamic.obj"
276	-@erase "$(INTDIR)\eclipsedir.obj"
277	-@erase "$(INTDIR)\elipsys_fd.obj"
278	-@erase "$(INTDIR)\embed.obj"
279	-@erase "$(INTDIR)\emu_c_env.obj"
280	-@erase "$(INTDIR)\emu_util.obj"
281	-@erase "$(INTDIR)\error.obj"
282	-@erase "$(INTDIR)\external.obj"
283	-@erase "$(INTDIR)\gc_stacks.obj"
284	-@erase "$(INTDIR)\handle.obj"
285	-@erase "$(INTDIR)\handlers.obj"
286	-@erase "$(INTDIR)\head.obj"
287	-@erase "$(INTDIR)\init.obj"
288	-@erase "$(INTDIR)\intervals.obj"
289	-@erase "$(INTDIR)\io.obj"
290	-@erase "$(INTDIR)\lex.obj"
291	-@erase "$(INTDIR)\lib1.obj"
292	-@erase "$(INTDIR)\lib2.obj"
293	-@erase "$(INTDIR)\lib3.obj"
294	-@erase "$(INTDIR)\lib4.obj"
295	-@erase "$(INTDIR)\lib5.obj"
296	-@erase "$(INTDIR)\lib6.obj"
297	-@erase "$(INTDIR)\lib7.obj"
298	-@erase "$(INTDIR)\mem.obj"
299	-@erase "$(INTDIR)\operator.obj"
300	-@erase "$(INTDIR)\os_support.obj"
301	-@erase "$(INTDIR)\pass2.obj"
302	-@erase "$(INTDIR)\pass3.obj"
303	-@erase "$(INTDIR)\pass4.obj"
304	-@erase "$(INTDIR)\printam.obj"
305	-@erase "$(INTDIR)\proc_desc.obj"
306	-@erase "$(INTDIR)\procedure.obj"
307	-@erase "$(INTDIR)\property.obj"
308	-@erase "$(INTDIR)\read.obj"
309	-@erase "$(INTDIR)\section.obj"
310	-@erase "$(INTDIR)\vc50.idb"
311	-@erase "$(INTDIR)\vc50.pdb"
312	-@erase "$(INTDIR)\whereami_default.obj"
313	-@erase "$(INTDIR)\write.obj"
314	-@erase "$(OUTDIR)\Eclipse.dll"
315	-@erase "$(OUTDIR)\Eclipse.exp"
316	-@erase "$(OUTDIR)\Eclipse.lib"
317	-@erase "$(OUTDIR)\Eclipse.map"
318	-@erase "$(OUTDIR)\Eclipse.pdb"
319
320"$(OUTDIR)" :
321    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
322
323CPP_PROJ=/nologo /MTd /W2 /Gm /GX /Zi /I "../../Shm/i386_nt" /I\
324 "../../Gmp/src/win32eclipse" /D "THREADED" /D "DEBUG_COMP" /D "OC" /D "DFID" /D\
325 "WIN32" /D "_WINDOWS" /D "__STDC__" /Fp"$(INTDIR)\Eclipse.pch" /YX\
326 /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
327CPP_OBJS=.\Debug/
328CPP_SBRS=.
329MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 
330BSC32=bscmake.exe
331BSC32_FLAGS=/nologo /o"$(OUTDIR)\Eclipse.bsc" 
332BSC32_SBRS= \
333	
334LINK32=link.exe
335LINK32_FLAGS=gmp33.lib shm.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib\
336 winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib\
337 uuid.lib odbc32.lib odbccp32.lib netapi32.lib /nologo /version:5.9\
338 /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\Eclipse.pdb"\
339 /map:"$(INTDIR)\Eclipse.map" /debug /machine:I386\
340 /def:"..\..\sepia\i386_nt\eclipse.def" /out:"$(OUTDIR)\Eclipse.dll"\
341 /implib:"$(OUTDIR)\Eclipse.lib" /pdbtype:sept /libpath:"../Shm/Debug"\
342 /libpath:"../../lib/i386_nt" 
343DEF_FILE= \
344	"..\..\sepia\i386_nt\eclipse.def"
345LINK32_OBJS= \
346	"$(INTDIR)\bigrat.obj" \
347	"$(INTDIR)\bip_arith.obj" \
348	"$(INTDIR)\bip_array.obj" \
349	"$(INTDIR)\bip_comp.obj" \
350	"$(INTDIR)\bip_control.obj" \
351	"$(INTDIR)\bip_db.obj" \
352	"$(INTDIR)\bip_delay.obj" \
353	"$(INTDIR)\bip_domain.obj" \
354	"$(INTDIR)\bip_io.obj" \
355	"$(INTDIR)\bip_load.obj" \
356	"$(INTDIR)\bip_misc.obj" \
357	"$(INTDIR)\bip_module.obj" \
358	"$(INTDIR)\bip_record.obj" \
359	"$(INTDIR)\bip_strings.obj" \
360	"$(INTDIR)\bip_tconv.obj" \
361	"$(INTDIR)\body.obj" \
362	"$(INTDIR)\code.obj" \
363	"$(INTDIR)\dict.obj" \
364	"$(INTDIR)\dummy_mps.obj" \
365	"$(INTDIR)\dummy_par.obj" \
366	"$(INTDIR)\dummy_upcalls.obj" \
367	"$(INTDIR)\dummy_wm.obj" \
368	"$(INTDIR)\dynamic.obj" \
369	"$(INTDIR)\eclipsedir.obj" \
370	"$(INTDIR)\elipsys_fd.obj" \
371	"$(INTDIR)\embed.obj" \
372	"$(INTDIR)\emu_c_env.obj" \
373	"$(INTDIR)\emu_util.obj" \
374	"$(INTDIR)\error.obj" \
375	"$(INTDIR)\external.obj" \
376	"$(INTDIR)\gc_stacks.obj" \
377	"$(INTDIR)\handle.obj" \
378	"$(INTDIR)\handlers.obj" \
379	"$(INTDIR)\head.obj" \
380	"$(INTDIR)\init.obj" \
381	"$(INTDIR)\intervals.obj" \
382	"$(INTDIR)\io.obj" \
383	"$(INTDIR)\lex.obj" \
384	"$(INTDIR)\lib1.obj" \
385	"$(INTDIR)\lib2.obj" \
386	"$(INTDIR)\lib3.obj" \
387	"$(INTDIR)\lib4.obj" \
388	"$(INTDIR)\lib5.obj" \
389	"$(INTDIR)\lib6.obj" \
390	"$(INTDIR)\lib7.obj" \
391	"$(INTDIR)\mem.obj" \
392	"$(INTDIR)\operator.obj" \
393	"$(INTDIR)\os_support.obj" \
394	"$(INTDIR)\pass2.obj" \
395	"$(INTDIR)\pass3.obj" \
396	"$(INTDIR)\pass4.obj" \
397	"$(INTDIR)\printam.obj" \
398	"$(INTDIR)\proc_desc.obj" \
399	"$(INTDIR)\procedure.obj" \
400	"$(INTDIR)\property.obj" \
401	"$(INTDIR)\read.obj" \
402	"$(INTDIR)\section.obj" \
403	"$(INTDIR)\whereami_default.obj" \
404	"$(INTDIR)\write.obj" \
405	"..\..\sepia\i386_nt\emu.obj" \
406	"..\GmpDll\Debug\gmp33.lib" \
407	"..\Shm\Debug\Shm.lib"
408
409"$(OUTDIR)\Eclipse.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
410    $(LINK32) @<<
411  $(LINK32_FLAGS) $(LINK32_OBJS)
412<<
413
414SOURCE=$(InputPath)
415PostBuild_Desc=Copying eclipse.dll somewhere sensible
416DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep
417
418ALL : $(DS_POSTBUILD_DEP)
419
420# Begin Custom Macros
421OutDir=.\Debug
422# End Custom Macros
423
424$(DS_POSTBUILD_DEP) : "GmpDll - Win32 Debug" "Shm - Win32 Debug"\
425 "$(OUTDIR)\Eclipse.dll"
426   copy         Debug\Eclipse.dll  ..\..\lib\i386_nt\eclipse.dll
427	copy Debug\Eclipse.lib          ..\..\lib\i386_nt\eclipse.lib
428	echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
429
430!ENDIF 
431
432.c{$(CPP_OBJS)}.obj::
433   $(CPP) @<<
434   $(CPP_PROJ) $< 
435<<
436
437.cpp{$(CPP_OBJS)}.obj::
438   $(CPP) @<<
439   $(CPP_PROJ) $< 
440<<
441
442.cxx{$(CPP_OBJS)}.obj::
443   $(CPP) @<<
444   $(CPP_PROJ) $< 
445<<
446
447.c{$(CPP_SBRS)}.sbr::
448   $(CPP) @<<
449   $(CPP_PROJ) $< 
450<<
451
452.cpp{$(CPP_SBRS)}.sbr::
453   $(CPP) @<<
454   $(CPP_PROJ) $< 
455<<
456
457.cxx{$(CPP_SBRS)}.sbr::
458   $(CPP) @<<
459   $(CPP_PROJ) $< 
460<<
461
462
463!IF "$(CFG)" == "Eclipse - Win32 Release" || "$(CFG)" ==\
464 "Eclipse - Win32 Debug"
465
466!IF  "$(CFG)" == "Eclipse - Win32 Release"
467
468"Shm - Win32 Release" : 
469   cd "\EclipseDev\WinMSC\Shm"
470   $(MAKE) /$(MAKEFLAGS) /F .\Shm.mak CFG="Shm - Win32 Release" 
471   cd "..\Eclipse"
472
473"Shm - Win32 ReleaseCLEAN" : 
474   cd "\EclipseDev\WinMSC\Shm"
475   $(MAKE) /$(MAKEFLAGS) CLEAN /F .\Shm.mak CFG="Shm - Win32 Release" RECURSE=1\
476 
477   cd "..\Eclipse"
478
479!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
480
481"Shm - Win32 Debug" : 
482   cd "\EclipseDev\WinMSC\Shm"
483   $(MAKE) /$(MAKEFLAGS) /F .\Shm.mak CFG="Shm - Win32 Debug" 
484   cd "..\Eclipse"
485
486"Shm - Win32 DebugCLEAN" : 
487   cd "\EclipseDev\WinMSC\Shm"
488   $(MAKE) /$(MAKEFLAGS) CLEAN /F .\Shm.mak CFG="Shm - Win32 Debug" RECURSE=1 
489   cd "..\Eclipse"
490
491!ENDIF 
492
493!IF  "$(CFG)" == "Eclipse - Win32 Release"
494
495"GmpDll - Win32 Release" : 
496   cd "\EclipseDev\WinMSC\GmpDll"
497   $(MAKE) /$(MAKEFLAGS) /F .\GmpDll.mak CFG="GmpDll - Win32 Release" 
498   cd "..\Eclipse"
499
500"GmpDll - Win32 ReleaseCLEAN" : 
501   cd "\EclipseDev\WinMSC\GmpDll"
502   $(MAKE) /$(MAKEFLAGS) CLEAN /F .\GmpDll.mak CFG="GmpDll - Win32 Release"\
503 RECURSE=1 
504   cd "..\Eclipse"
505
506!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
507
508"GmpDll - Win32 Debug" : 
509   cd "\EclipseDev\WinMSC\GmpDll"
510   $(MAKE) /$(MAKEFLAGS) /F .\GmpDll.mak CFG="GmpDll - Win32 Debug" 
511   cd "..\Eclipse"
512
513"GmpDll - Win32 DebugCLEAN" : 
514   cd "\EclipseDev\WinMSC\GmpDll"
515   $(MAKE) /$(MAKEFLAGS) CLEAN /F .\GmpDll.mak CFG="GmpDll - Win32 Debug"\
516 RECURSE=1 
517   cd "..\Eclipse"
518
519!ENDIF 
520
521SOURCE=..\..\sepia\i386_nt\bigrat.c
522
523!IF  "$(CFG)" == "Eclipse - Win32 Release"
524
525DEP_CPP_BIGRA=\
526	"..\..\gmp\src\win32eclipse\gmp.h"\
527	"..\..\sepia\i386_nt\config.h"\
528	"..\..\sepia\i386_nt\dict.h"\
529	"..\..\sepia\i386_nt\ec_public.h"\
530	"..\..\sepia\i386_nt\embed.h"\
531	"..\..\sepia\i386_nt\emu_export.h"\
532	"..\..\sepia\i386_nt\mem.h"\
533	"..\..\sepia\i386_nt\sepia.h"\
534	"..\..\Shm\i386_nt\memman.h"\
535	
536
537"$(INTDIR)\bigrat.obj" : $(SOURCE) $(DEP_CPP_BIGRA) "$(INTDIR)"
538	$(CPP) $(CPP_PROJ) $(SOURCE)
539
540
541!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
542
543DEP_CPP_BIGRA=\
544	"..\..\gmp\src\win32eclipse\gmp.h"\
545	"..\..\sepia\i386_nt\config.h"\
546	"..\..\sepia\i386_nt\dict.h"\
547	"..\..\sepia\i386_nt\ec_public.h"\
548	"..\..\sepia\i386_nt\embed.h"\
549	"..\..\sepia\i386_nt\emu_export.h"\
550	"..\..\sepia\i386_nt\mem.h"\
551	"..\..\sepia\i386_nt\sepia.h"\
552	"..\..\Shm\i386_nt\memman.h"\
553	
554
555"$(INTDIR)\bigrat.obj" : $(SOURCE) $(DEP_CPP_BIGRA) "$(INTDIR)"
556	$(CPP) $(CPP_PROJ) $(SOURCE)
557
558
559!ENDIF 
560
561SOURCE=..\..\sepia\i386_nt\bip_arith.c
562
563!IF  "$(CFG)" == "Eclipse - Win32 Release"
564
565DEP_CPP_BIP_A=\
566	"..\..\sepia\i386_nt\config.h"\
567	"..\..\sepia\i386_nt\dict.h"\
568	"..\..\sepia\i386_nt\ec_public.h"\
569	"..\..\sepia\i386_nt\embed.h"\
570	"..\..\sepia\i386_nt\emu_export.h"\
571	"..\..\sepia\i386_nt\mem.h"\
572	"..\..\sepia\i386_nt\rounding_control.h"\
573	"..\..\sepia\i386_nt\sepia.h"\
574	"..\..\Shm\i386_nt\memman.h"\
575	
576
577"$(INTDIR)\bip_arith.obj" : $(SOURCE) $(DEP_CPP_BIP_A) "$(INTDIR)"
578	$(CPP) $(CPP_PROJ) $(SOURCE)
579
580
581!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
582
583DEP_CPP_BIP_A=\
584	"..\..\sepia\i386_nt\config.h"\
585	"..\..\sepia\i386_nt\dict.h"\
586	"..\..\sepia\i386_nt\ec_public.h"\
587	"..\..\sepia\i386_nt\embed.h"\
588	"..\..\sepia\i386_nt\emu_export.h"\
589	"..\..\sepia\i386_nt\mem.h"\
590	"..\..\sepia\i386_nt\rounding_control.h"\
591	"..\..\sepia\i386_nt\sepia.h"\
592	"..\..\Shm\i386_nt\memman.h"\
593	
594
595"$(INTDIR)\bip_arith.obj" : $(SOURCE) $(DEP_CPP_BIP_A) "$(INTDIR)"
596	$(CPP) $(CPP_PROJ) $(SOURCE)
597
598
599!ENDIF 
600
601SOURCE=..\..\sepia\i386_nt\bip_array.c
602
603!IF  "$(CFG)" == "Eclipse - Win32 Release"
604
605DEP_CPP_BIP_AR=\
606	"..\..\sepia\i386_nt\config.h"\
607	"..\..\sepia\i386_nt\dict.h"\
608	"..\..\sepia\i386_nt\ec_public.h"\
609	"..\..\sepia\i386_nt\embed.h"\
610	"..\..\sepia\i386_nt\emu_export.h"\
611	"..\..\sepia\i386_nt\mem.h"\
612	"..\..\sepia\i386_nt\module.h"\
613	"..\..\sepia\i386_nt\property.h"\
614	"..\..\sepia\i386_nt\sepia.h"\
615	"..\..\Shm\i386_nt\memman.h"\
616	
617
618"$(INTDIR)\bip_array.obj" : $(SOURCE) $(DEP_CPP_BIP_AR) "$(INTDIR)"
619	$(CPP) $(CPP_PROJ) $(SOURCE)
620
621
622!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
623
624DEP_CPP_BIP_AR=\
625	"..\..\sepia\i386_nt\config.h"\
626	"..\..\sepia\i386_nt\dict.h"\
627	"..\..\sepia\i386_nt\ec_public.h"\
628	"..\..\sepia\i386_nt\embed.h"\
629	"..\..\sepia\i386_nt\emu_export.h"\
630	"..\..\sepia\i386_nt\mem.h"\
631	"..\..\sepia\i386_nt\module.h"\
632	"..\..\sepia\i386_nt\property.h"\
633	"..\..\sepia\i386_nt\sepia.h"\
634	"..\..\Shm\i386_nt\memman.h"\
635	
636
637"$(INTDIR)\bip_array.obj" : $(SOURCE) $(DEP_CPP_BIP_AR) "$(INTDIR)"
638	$(CPP) $(CPP_PROJ) $(SOURCE)
639
640
641!ENDIF 
642
643SOURCE=..\..\sepia\i386_nt\bip_comp.c
644
645!IF  "$(CFG)" == "Eclipse - Win32 Release"
646
647DEP_CPP_BIP_C=\
648	"..\..\sepia\i386_nt\config.h"\
649	"..\..\sepia\i386_nt\dict.h"\
650	"..\..\sepia\i386_nt\ec_public.h"\
651	"..\..\sepia\i386_nt\embed.h"\
652	"..\..\sepia\i386_nt\emu_export.h"\
653	"..\..\sepia\i386_nt\mem.h"\
654	"..\..\sepia\i386_nt\opcode.h"\
655	"..\..\sepia\i386_nt\sepia.h"\
656	"..\..\Shm\i386_nt\memman.h"\
657	
658
659"$(INTDIR)\bip_comp.obj" : $(SOURCE) $(DEP_CPP_BIP_C) "$(INTDIR)"
660	$(CPP) $(CPP_PROJ) $(SOURCE)
661
662
663!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
664
665DEP_CPP_BIP_C=\
666	"..\..\sepia\i386_nt\config.h"\
667	"..\..\sepia\i386_nt\dict.h"\
668	"..\..\sepia\i386_nt\ec_public.h"\
669	"..\..\sepia\i386_nt\embed.h"\
670	"..\..\sepia\i386_nt\emu_export.h"\
671	"..\..\sepia\i386_nt\mem.h"\
672	"..\..\sepia\i386_nt\opcode.h"\
673	"..\..\sepia\i386_nt\sepia.h"\
674	"..\..\Shm\i386_nt\memman.h"\
675	
676
677"$(INTDIR)\bip_comp.obj" : $(SOURCE) $(DEP_CPP_BIP_C) "$(INTDIR)"
678	$(CPP) $(CPP_PROJ) $(SOURCE)
679
680
681!ENDIF 
682
683SOURCE=..\..\sepia\i386_nt\bip_control.c
684
685!IF  "$(CFG)" == "Eclipse - Win32 Release"
686
687DEP_CPP_BIP_CO=\
688	"..\..\sepia\i386_nt\config.h"\
689	"..\..\sepia\i386_nt\debug.h"\
690	"..\..\sepia\i386_nt\dict.h"\
691	"..\..\sepia\i386_nt\ec_public.h"\
692	"..\..\sepia\i386_nt\embed.h"\
693	"..\..\sepia\i386_nt\emu_export.h"\
694	"..\..\sepia\i386_nt\mem.h"\
695	"..\..\sepia\i386_nt\module.h"\
696	"..\..\sepia\i386_nt\property.h"\
697	"..\..\sepia\i386_nt\sepia.h"\
698	"..\..\Shm\i386_nt\memman.h"\
699	
700
701"$(INTDIR)\bip_control.obj" : $(SOURCE) $(DEP_CPP_BIP_CO) "$(INTDIR)"
702	$(CPP) $(CPP_PROJ) $(SOURCE)
703
704
705!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
706
707DEP_CPP_BIP_CO=\
708	"..\..\sepia\i386_nt\config.h"\
709	"..\..\sepia\i386_nt\debug.h"\
710	"..\..\sepia\i386_nt\dict.h"\
711	"..\..\sepia\i386_nt\ec_public.h"\
712	"..\..\sepia\i386_nt\embed.h"\
713	"..\..\sepia\i386_nt\emu_export.h"\
714	"..\..\sepia\i386_nt\mem.h"\
715	"..\..\sepia\i386_nt\module.h"\
716	"..\..\sepia\i386_nt\property.h"\
717	"..\..\sepia\i386_nt\sepia.h"\
718	"..\..\Shm\i386_nt\memman.h"\
719	
720
721"$(INTDIR)\bip_control.obj" : $(SOURCE) $(DEP_CPP_BIP_CO) "$(INTDIR)"
722	$(CPP) $(CPP_PROJ) $(SOURCE)
723
724
725!ENDIF 
726
727SOURCE=..\..\sepia\i386_nt\bip_db.c
728
729!IF  "$(CFG)" == "Eclipse - Win32 Release"
730
731DEP_CPP_BIP_D=\
732	"..\..\sepia\i386_nt\compiler.h"\
733	"..\..\sepia\i386_nt\config.h"\
734	"..\..\sepia\i386_nt\database.h"\
735	"..\..\sepia\i386_nt\debug.h"\
736	"..\..\sepia\i386_nt\dict.h"\
737	"..\..\sepia\i386_nt\dynamic.h"\
738	"..\..\sepia\i386_nt\ec_public.h"\
739	"..\..\sepia\i386_nt\embed.h"\
740	"..\..\sepia\i386_nt\emu_export.h"\
741	"..\..\sepia\i386_nt\gencode.h"\
742	"..\..\sepia\i386_nt\mem.h"\
743	"..\..\sepia\i386_nt\module.h"\
744	"..\..\sepia\i386_nt\opcode.h"\
745	"..\..\sepia\i386_nt\property.h"\
746	"..\..\sepia\i386_nt\sepia.h"\
747	"..\..\Shm\i386_nt\memman.h"\
748	
749
750"$(INTDIR)\bip_db.obj" : $(SOURCE) $(DEP_CPP_BIP_D) "$(INTDIR)"
751	$(CPP) $(CPP_PROJ) $(SOURCE)
752
753
754!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
755
756DEP_CPP_BIP_D=\
757	"..\..\sepia\i386_nt\compiler.h"\
758	"..\..\sepia\i386_nt\config.h"\
759	"..\..\sepia\i386_nt\database.h"\
760	"..\..\sepia\i386_nt\debug.h"\
761	"..\..\sepia\i386_nt\dict.h"\
762	"..\..\sepia\i386_nt\dynamic.h"\
763	"..\..\sepia\i386_nt\ec_public.h"\
764	"..\..\sepia\i386_nt\embed.h"\
765	"..\..\sepia\i386_nt\emu_export.h"\
766	"..\..\sepia\i386_nt\gencode.h"\
767	"..\..\sepia\i386_nt\mem.h"\
768	"..\..\sepia\i386_nt\module.h"\
769	"..\..\sepia\i386_nt\opcode.h"\
770	"..\..\sepia\i386_nt\property.h"\
771	"..\..\sepia\i386_nt\sepia.h"\
772	"..\..\Shm\i386_nt\memman.h"\
773	
774
775"$(INTDIR)\bip_db.obj" : $(SOURCE) $(DEP_CPP_BIP_D) "$(INTDIR)"
776	$(CPP) $(CPP_PROJ) $(SOURCE)
777
778
779!ENDIF 
780
781SOURCE=..\..\sepia\i386_nt\bip_delay.c
782
783!IF  "$(CFG)" == "Eclipse - Win32 Release"
784
785DEP_CPP_BIP_DE=\
786	"..\..\sepia\i386_nt\config.h"\
787	"..\..\sepia\i386_nt\debug.h"\
788	"..\..\sepia\i386_nt\dict.h"\
789	"..\..\sepia\i386_nt\ec_public.h"\
790	"..\..\sepia\i386_nt\embed.h"\
791	"..\..\sepia\i386_nt\emu_export.h"\
792	"..\..\sepia\i386_nt\mem.h"\
793	"..\..\sepia\i386_nt\property.h"\
794	"..\..\sepia\i386_nt\sepia.h"\
795	"..\..\Shm\i386_nt\memman.h"\
796	
797
798"$(INTDIR)\bip_delay.obj" : $(SOURCE) $(DEP_CPP_BIP_DE) "$(INTDIR)"
799	$(CPP) $(CPP_PROJ) $(SOURCE)
800
801
802!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
803
804DEP_CPP_BIP_DE=\
805	"..\..\sepia\i386_nt\config.h"\
806	"..\..\sepia\i386_nt\debug.h"\
807	"..\..\sepia\i386_nt\dict.h"\
808	"..\..\sepia\i386_nt\ec_public.h"\
809	"..\..\sepia\i386_nt\embed.h"\
810	"..\..\sepia\i386_nt\emu_export.h"\
811	"..\..\sepia\i386_nt\mem.h"\
812	"..\..\sepia\i386_nt\property.h"\
813	"..\..\sepia\i386_nt\sepia.h"\
814	"..\..\Shm\i386_nt\memman.h"\
815	
816
817"$(INTDIR)\bip_delay.obj" : $(SOURCE) $(DEP_CPP_BIP_DE) "$(INTDIR)"
818	$(CPP) $(CPP_PROJ) $(SOURCE)
819
820
821!ENDIF 
822
823SOURCE=..\..\sepia\i386_nt\bip_domain.c
824
825!IF  "$(CFG)" == "Eclipse - Win32 Release"
826
827DEP_CPP_BIP_DO=\
828	"..\..\sepia\i386_nt\config.h"\
829	"..\..\sepia\i386_nt\dict.h"\
830	"..\..\sepia\i386_nt\ec_public.h"\
831	"..\..\sepia\i386_nt\embed.h"\
832	"..\..\sepia\i386_nt\emu_export.h"\
833	"..\..\sepia\i386_nt\fd.h"\
834	"..\..\sepia\i386_nt\mem.h"\
835	"..\..\sepia\i386_nt\sepia.h"\
836	"..\..\Shm\i386_nt\memman.h"\
837	
838
839"$(INTDIR)\bip_domain.obj" : $(SOURCE) $(DEP_CPP_BIP_DO) "$(INTDIR)"
840	$(CPP) $(CPP_PROJ) $(SOURCE)
841
842
843!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
844
845DEP_CPP_BIP_DO=\
846	"..\..\sepia\i386_nt\config.h"\
847	"..\..\sepia\i386_nt\dict.h"\
848	"..\..\sepia\i386_nt\ec_public.h"\
849	"..\..\sepia\i386_nt\embed.h"\
850	"..\..\sepia\i386_nt\emu_export.h"\
851	"..\..\sepia\i386_nt\fd.h"\
852	"..\..\sepia\i386_nt\mem.h"\
853	"..\..\sepia\i386_nt\sepia.h"\
854	"..\..\Shm\i386_nt\memman.h"\
855	
856
857"$(INTDIR)\bip_domain.obj" : $(SOURCE) $(DEP_CPP_BIP_DO) "$(INTDIR)"
858	$(CPP) $(CPP_PROJ) $(SOURCE)
859
860
861!ENDIF 
862
863SOURCE=..\..\sepia\i386_nt\bip_io.c
864
865!IF  "$(CFG)" == "Eclipse - Win32 Release"
866
867DEP_CPP_BIP_I=\
868	"..\..\sepia\i386_nt\config.h"\
869	"..\..\sepia\i386_nt\dict.h"\
870	"..\..\sepia\i386_nt\ec_public.h"\
871	"..\..\sepia\i386_nt\embed.h"\
872	"..\..\sepia\i386_nt\emu_export.h"\
873	"..\..\sepia\i386_nt\lex.h"\
874	"..\..\sepia\i386_nt\mem.h"\
875	"..\..\sepia\i386_nt\os_support.h"\
876	"..\..\sepia\i386_nt\property.h"\
877	"..\..\sepia\i386_nt\sepia.h"\
878	"..\..\Shm\i386_nt\memman.h"\
879	
880
881"$(INTDIR)\bip_io.obj" : $(SOURCE) $(DEP_CPP_BIP_I) "$(INTDIR)"
882	$(CPP) $(CPP_PROJ) $(SOURCE)
883
884
885!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
886
887DEP_CPP_BIP_I=\
888	"..\..\sepia\i386_nt\config.h"\
889	"..\..\sepia\i386_nt\dict.h"\
890	"..\..\sepia\i386_nt\ec_public.h"\
891	"..\..\sepia\i386_nt\embed.h"\
892	"..\..\sepia\i386_nt\emu_export.h"\
893	"..\..\sepia\i386_nt\lex.h"\
894	"..\..\sepia\i386_nt\mem.h"\
895	"..\..\sepia\i386_nt\os_support.h"\
896	"..\..\sepia\i386_nt\property.h"\
897	"..\..\sepia\i386_nt\sepia.h"\
898	"..\..\Shm\i386_nt\memman.h"\
899	
900
901"$(INTDIR)\bip_io.obj" : $(SOURCE) $(DEP_CPP_BIP_I) "$(INTDIR)"
902	$(CPP) $(CPP_PROJ) $(SOURCE)
903
904
905!ENDIF 
906
907SOURCE=..\..\sepia\i386_nt\bip_load.c
908
909!IF  "$(CFG)" == "Eclipse - Win32 Release"
910
911DEP_CPP_BIP_L=\
912	"..\..\sepia\i386_nt\config.h"\
913	"..\..\sepia\i386_nt\dict.h"\
914	"..\..\sepia\i386_nt\ec_public.h"\
915	"..\..\sepia\i386_nt\embed.h"\
916	"..\..\sepia\i386_nt\emu_export.h"\
917	"..\..\sepia\i386_nt\mem.h"\
918	"..\..\sepia\i386_nt\module.h"\
919	"..\..\sepia\i386_nt\opcode.h"\
920	"..\..\sepia\i386_nt\os_support.h"\
921	"..\..\sepia\i386_nt\property.h"\
922	"..\..\sepia\i386_nt\sepia.h"\
923	"..\..\Shm\i386_nt\memman.h"\
924	
925
926"$(INTDIR)\bip_load.obj" : $(SOURCE) $(DEP_CPP_BIP_L) "$(INTDIR)"
927	$(CPP) $(CPP_PROJ) $(SOURCE)
928
929
930!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
931
932DEP_CPP_BIP_L=\
933	"..\..\sepia\i386_nt\config.h"\
934	"..\..\sepia\i386_nt\dict.h"\
935	"..\..\sepia\i386_nt\ec_public.h"\
936	"..\..\sepia\i386_nt\embed.h"\
937	"..\..\sepia\i386_nt\emu_export.h"\
938	"..\..\sepia\i386_nt\mem.h"\
939	"..\..\sepia\i386_nt\module.h"\
940	"..\..\sepia\i386_nt\opcode.h"\
941	"..\..\sepia\i386_nt\os_support.h"\
942	"..\..\sepia\i386_nt\property.h"\
943	"..\..\sepia\i386_nt\sepia.h"\
944	"..\..\Shm\i386_nt\memman.h"\
945	
946
947"$(INTDIR)\bip_load.obj" : $(SOURCE) $(DEP_CPP_BIP_L) "$(INTDIR)"
948	$(CPP) $(CPP_PROJ) $(SOURCE)
949
950
951!ENDIF 
952
953SOURCE=..\..\sepia\i386_nt\bip_misc.c
954
955!IF  "$(CFG)" == "Eclipse - Win32 Release"
956
957DEP_CPP_BIP_M=\
958	"..\..\sepia\i386_nt\config.h"\
959	"..\..\sepia\i386_nt\dict.h"\
960	"..\..\sepia\i386_nt\ec_public.h"\
961	"..\..\sepia\i386_nt\embed.h"\
962	"..\..\sepia\i386_nt\emu_export.h"\
963	"..\..\sepia\i386_nt\mem.h"\
964	"..\..\sepia\i386_nt\os_support.h"\
965	"..\..\sepia\i386_nt\sepia.h"\
966	"..\..\Shm\i386_nt\memman.h"\
967	
968
969"$(INTDIR)\bip_misc.obj" : $(SOURCE) $(DEP_CPP_BIP_M) "$(INTDIR)"
970	$(CPP) $(CPP_PROJ) $(SOURCE)
971
972
973!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
974
975DEP_CPP_BIP_M=\
976	"..\..\sepia\i386_nt\config.h"\
977	"..\..\sepia\i386_nt\dict.h"\
978	"..\..\sepia\i386_nt\ec_public.h"\
979	"..\..\sepia\i386_nt\embed.h"\
980	"..\..\sepia\i386_nt\emu_export.h"\
981	"..\..\sepia\i386_nt\mem.h"\
982	"..\..\sepia\i386_nt\os_support.h"\
983	"..\..\sepia\i386_nt\sepia.h"\
984	"..\..\Shm\i386_nt\memman.h"\
985	
986
987"$(INTDIR)\bip_misc.obj" : $(SOURCE) $(DEP_CPP_BIP_M) "$(INTDIR)"
988	$(CPP) $(CPP_PROJ) $(SOURCE)
989
990
991!ENDIF 
992
993SOURCE=..\..\sepia\i386_nt\bip_module.c
994
995!IF  "$(CFG)" == "Eclipse - Win32 Release"
996
997DEP_CPP_BIP_MO=\
998	"..\..\sepia\i386_nt\config.h"\
999	"..\..\sepia\i386_nt\database.h"\
1000	"..\..\sepia\i386_nt\debug.h"\
1001	"..\..\sepia\i386_nt\dict.h"\
1002	"..\..\sepia\i386_nt\dynamic.h"\
1003	"..\..\sepia\i386_nt\ec_public.h"\
1004	"..\..\sepia\i386_nt\embed.h"\
1005	"..\..\sepia\i386_nt\emu_export.h"\
1006	"..\..\sepia\i386_nt\gencode.h"\
1007	"..\..\sepia\i386_nt\mem.h"\
1008	"..\..\sepia\i386_nt\module.h"\
1009	"..\..\sepia\i386_nt\opcode.h"\
1010	"..\..\sepia\i386_nt\property.h"\
1011	"..\..\sepia\i386_nt\sepia.h"\
1012	"..\..\Shm\i386_nt\memman.h"\
1013	
1014
1015"$(INTDIR)\bip_module.obj" : $(SOURCE) $(DEP_CPP_BIP_MO) "$(INTDIR)"
1016	$(CPP) $(CPP_PROJ) $(SOURCE)
1017
1018
1019!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
1020
1021DEP_CPP_BIP_MO=\
1022	"..\..\sepia\i386_nt\config.h"\
1023	"..\..\sepia\i386_nt\database.h"\
1024	"..\..\sepia\i386_nt\debug.h"\
1025	"..\..\sepia\i386_nt\dict.h"\
1026	"..\..\sepia\i386_nt\dynamic.h"\
1027	"..\..\sepia\i386_nt\ec_public.h"\
1028	"..\..\sepia\i386_nt\embed.h"\
1029	"..\..\sepia\i386_nt\emu_export.h"\
1030	"..\..\sepia\i386_nt\gencode.h"\
1031	"..\..\sepia\i386_nt\mem.h"\
1032	"..\..\sepia\i386_nt\module.h"\
1033	"..\..\sepia\i386_nt\opcode.h"\
1034	"..\..\sepia\i386_nt\property.h"\
1035	"..\..\sepia\i386_nt\sepia.h"\
1036	"..\..\Shm\i386_nt\memman.h"\
1037	
1038
1039"$(INTDIR)\bip_module.obj" : $(SOURCE) $(DEP_CPP_BIP_MO) "$(INTDIR)"
1040	$(CPP) $(CPP_PROJ) $(SOURCE)
1041
1042
1043!ENDIF 
1044
1045SOURCE=..\..\sepia\i386_nt\bip_record.c
1046
1047!IF  "$(CFG)" == "Eclipse - Win32 Release"
1048
1049DEP_CPP_BIP_R=\
1050	"..\..\sepia\i386_nt\config.h"\
1051	"..\..\sepia\i386_nt\database.h"\
1052	"..\..\sepia\i386_nt\debug.h"\
1053	"..\..\sepia\i386_nt\dict.h"\
1054	"..\..\sepia\i386_nt\ec_public.h"\
1055	"..\..\sepia\i386_nt\embed.h"\
1056	"..\..\sepia\i386_nt\emu_export.h"\
1057	"..\..\sepia\i386_nt\mem.h"\
1058	"..\..\sepia\i386_nt\module.h"\
1059	"..\..\sepia\i386_nt\property.h"\
1060	"..\..\sepia\i386_nt\sepia.h"\
1061	"..\..\Shm\i386_nt\memman.h"\
1062	
1063
1064"$(INTDIR)\bip_record.obj" : $(SOURCE) $(DEP_CPP_BIP_R) "$(INTDIR)"
1065	$(CPP) $(CPP_PROJ) $(SOURCE)
1066
1067
1068!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
1069
1070DEP_CPP_BIP_R=\
1071	"..\..\sepia\i386_nt\config.h"\
1072	"..\..\sepia\i386_nt\database.h"\
1073	"..\..\sepia\i386_nt\debug.h"\
1074	"..\..\sepia\i386_nt\dict.h"\
1075	"..\..\sepia\i386_nt\ec_public.h"\
1076	"..\..\sepia\i386_nt\embed.h"\
1077	"..\..\sepia\i386_nt\emu_export.h"\
1078	"..\..\sepia\i386_nt\mem.h"\
1079	"..\..\sepia\i386_nt\module.h"\
1080	"..\..\sepia\i386_nt\property.h"\
1081	"..\..\sepia\i386_nt\sepia.h"\
1082	"..\..\Shm\i386_nt\memman.h"\
1083	
1084
1085"$(INTDIR)\bip_record.obj" : $(SOURCE) $(DEP_CPP_BIP_R) "$(INTDIR)"
1086	$(CPP) $(CPP_PROJ) $(SOURCE)
1087
1088
1089!ENDIF 
1090
1091SOURCE=..\..\sepia\i386_nt\bip_strings.c
1092
1093!IF  "$(CFG)" == "Eclipse - Win32 Release"
1094
1095DEP_CPP_BIP_S=\
1096	"..\..\sepia\i386_nt\config.h"\
1097	"..\..\sepia\i386_nt\dict.h"\
1098	"..\..\sepia\i386_nt\ec_public.h"\
1099	"..\..\sepia\i386_nt\embed.h"\
1100	"..\..\sepia\i386_nt\emu_export.h"\
1101	"..\..\sepia\i386_nt\mem.h"\
1102	"..\..\sepia\i386_nt\sepia.h"\
1103	"..\..\Shm\i386_nt\memman.h"\
1104	
1105
1106"$(INTDIR)\bip_strings.obj" : $(SOURCE) $(DEP_CPP_BIP_S) "$(INTDIR)"
1107	$(CPP) $(CPP_PROJ) $(SOURCE)
1108
1109
1110!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
1111
1112DEP_CPP_BIP_S=\
1113	"..\..\sepia\i386_nt\config.h"\
1114	"..\..\sepia\i386_nt\dict.h"\
1115	"..\..\sepia\i386_nt\ec_public.h"\
1116	"..\..\sepia\i386_nt\embed.h"\
1117	"..\..\sepia\i386_nt\emu_export.h"\
1118	"..\..\sepia\i386_nt\mem.h"\
1119	"..\..\sepia\i386_nt\sepia.h"\
1120	"..\..\Shm\i386_nt\memman.h"\
1121	
1122
1123"$(INTDIR)\bip_strings.obj" : $(SOURCE) $(DEP_CPP_BIP_S) "$(INTDIR)"
1124	$(CPP) $(CPP_PROJ) $(SOURCE)
1125
1126
1127!ENDIF 
1128
1129SOURCE=..\..\sepia\i386_nt\bip_tconv.c
1130
1131!IF  "$(CFG)" == "Eclipse - Win32 Release"
1132
1133DEP_CPP_BIP_T=\
1134	"..\..\sepia\i386_nt\config.h"\
1135	"..\..\sepia\i386_nt\dict.h"\
1136	"..\..\sepia\i386_nt\ec_public.h"\
1137	"..\..\sepia\i386_nt\embed.h"\
1138	"..\..\sepia\i386_nt\emu_export.h"\
1139	"..\..\sepia\i386_nt\mem.h"\
1140	"..\..\sepia\i386_nt\sepia.h"\
1141	"..\..\Shm\i386_nt\memman.h"\
1142	
1143
1144"$(INTDIR)\bip_tconv.obj" : $(SOURCE) $(DEP_CPP_BIP_T) "$(INTDIR)"
1145	$(CPP) $(CPP_PROJ) $(SOURCE)
1146
1147
1148!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
1149
1150DEP_CPP_BIP_T=\
1151	"..\..\sepia\i386_nt\config.h"\
1152	"..\..\sepia\i386_nt\dict.h"\
1153	"..\..\sepia\i386_nt\ec_public.h"\
1154	"..\..\sepia\i386_nt\embed.h"\
1155	"..\..\sepia\i386_nt\emu_export.h"\
1156	"..\..\sepia\i386_nt\mem.h"\
1157	"..\..\sepia\i386_nt\sepia.h"\
1158	"..\..\Shm\i386_nt\memman.h"\
1159	
1160
1161"$(INTDIR)\bip_tconv.obj" : $(SOURCE) $(DEP_CPP_BIP_T) "$(INTDIR)"
1162	$(CPP) $(CPP_PROJ) $(SOURCE)
1163
1164
1165!ENDIF 
1166
1167SOURCE=..\..\sepia\i386_nt\body.c
1168
1169!IF  "$(CFG)" == "Eclipse - Win32 Release"
1170
1171DEP_CPP_BODY_=\
1172	"..\..\sepia\i386_nt\compiler.h"\
1173	"..\..\sepia\i386_nt\config.h"\
1174	"..\..\sepia\i386_nt\database.h"\
1175	"..\..\sepia\i386_nt\debug.h"\
1176	"..\..\sepia\i386_nt\dict.h"\
1177	"..\..\sepia\i386_nt\ec_public.h"\
1178	"..\..\sepia\i386_nt\embed.h"\
1179	"..\..\sepia\i386_nt\emu_export.h"\
1180	"..\..\sepia\i386_nt\gencode.h"\
1181	"..\..\sepia\i386_nt\mem.h"\
1182	"..\..\sepia\i386_nt\module.h"\
1183	"..\..\sepia\i386_nt\opcode.h"\
1184	"..\..\sepia\i386_nt\sepia.h"\
1185	"..\..\Shm\i386_nt\memman.h"\
1186	
1187
1188"$(INTDIR)\body.obj" : $(SOURCE) $(DEP_CPP_BODY_) "$(INTDIR)"
1189	$(CPP) $(CPP_PROJ) $(SOURCE)
1190
1191
1192!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
1193
1194DEP_CPP_BODY_=\
1195	"..\..\sepia\i386_nt\compiler.h"\
1196	"..\..\sepia\i386_nt\config.h"\
1197	"..\..\sepia\i386_nt\database.h"\
1198	"..\..\sepia\i386_nt\debug.h"\
1199	"..\..\sepia\i386_nt\dict.h"\
1200	"..\..\sepia\i386_nt\ec_public.h"\
1201	"..\..\sepia\i386_nt\embed.h"\
1202	"..\..\sepia\i386_nt\emu_export.h"\
1203	"..\..\sepia\i386_nt\gencode.h"\
1204	"..\..\sepia\i386_nt\mem.h"\
1205	"..\..\sepia\i386_nt\module.h"\
1206	"..\..\sepia\i386_nt\opcode.h"\
1207	"..\..\sepia\i386_nt\sepia.h"\
1208	"..\..\Shm\i386_nt\memman.h"\
1209	
1210
1211"$(INTDIR)\body.obj" : $(SOURCE) $(DEP_CPP_BODY_) "$(INTDIR)"
1212	$(CPP) $(CPP_PROJ) $(SOURCE)
1213
1214
1215!ENDIF 
1216
1217SOURCE=..\..\sepia\i386_nt\code.c
1218
1219!IF  "$(CFG)" == "Eclipse - Win32 Release"
1220
1221DEP_CPP_CODE_=\
1222	"..\..\sepia\i386_nt\compiler.h"\
1223	"..\..\sepia\i386_nt\config.h"\
1224	"..\..\sepia\i386_nt\database.h"\
1225	"..\..\sepia\i386_nt\debug.h"\
1226	"..\..\sepia\i386_nt\dict.h"\
1227	"..\..\sepia\i386_nt\ec_public.h"\
1228	"..\..\sepia\i386_nt\embed.h"\
1229	"..\..\sepia\i386_nt\emu_export.h"\
1230	"..\..\sepia\i386_nt\gencode.h"\
1231	"..\..\sepia\i386_nt\mem.h"\
1232	"..\..\sepia\i386_nt\module.h"\
1233	"..\..\sepia\i386_nt\opcode.h"\
1234	"..\..\sepia\i386_nt\sepia.h"\
1235	"..\..\Shm\i386_nt\memman.h"\
1236	
1237
1238"$(INTDIR)\code.obj" : $(SOURCE) $(DEP_CPP_CODE_) "$(INTDIR)"
1239	$(CPP) $(CPP_PROJ) $(SOURCE)
1240
1241
1242!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
1243
1244DEP_CPP_CODE_=\
1245	"..\..\sepia\i386_nt\compiler.h"\
1246	"..\..\sepia\i386_nt\config.h"\
1247	"..\..\sepia\i386_nt\database.h"\
1248	"..\..\sepia\i386_nt\debug.h"\
1249	"..\..\sepia\i386_nt\dict.h"\
1250	"..\..\sepia\i386_nt\ec_public.h"\
1251	"..\..\sepia\i386_nt\embed.h"\
1252	"..\..\sepia\i386_nt\emu_export.h"\
1253	"..\..\sepia\i386_nt\gencode.h"\
1254	"..\..\sepia\i386_nt\mem.h"\
1255	"..\..\sepia\i386_nt\module.h"\
1256	"..\..\sepia\i386_nt\opcode.h"\
1257	"..\..\sepia\i386_nt\sepia.h"\
1258	"..\..\Shm\i386_nt\memman.h"\
1259	
1260
1261"$(INTDIR)\code.obj" : $(SOURCE) $(DEP_CPP_CODE_) "$(INTDIR)"
1262	$(CPP) $(CPP_PROJ) $(SOURCE)
1263
1264
1265!ENDIF 
1266
1267SOURCE=..\..\sepia\i386_nt\dict.c
1268
1269!IF  "$(CFG)" == "Eclipse - Win32 Release"
1270
1271DEP_CPP_DICT_=\
1272	"..\..\sepia\i386_nt\config.h"\
1273	"..\..\sepia\i386_nt\dict.h"\
1274	"..\..\sepia\i386_nt\ec_public.h"\
1275	"..\..\sepia\i386_nt\embed.h"\
1276	"..\..\sepia\i386_nt\emu_export.h"\
1277	"..\..\sepia\i386_nt\mem.h"\
1278	"..\..\sepia\i386_nt\os_support.h"\
1279	"..\..\sepia\i386_nt\sepia.h"\
1280	"..\..\Shm\i386_nt\memman.h"\
1281	
1282
1283"$(INTDIR)\dict.obj" : $(SOURCE) $(DEP_CPP_DICT_) "$(INTDIR)"
1284	$(CPP) $(CPP_PROJ) $(SOURCE)
1285
1286
1287!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
1288
1289DEP_CPP_DICT_=\
1290	"..\..\sepia\i386_nt\config.h"\
1291	"..\..\sepia\i386_nt\dict.h"\
1292	"..\..\sepia\i386_nt\ec_public.h"\
1293	"..\..\sepia\i386_nt\embed.h"\
1294	"..\..\sepia\i386_nt\emu_export.h"\
1295	"..\..\sepia\i386_nt\mem.h"\
1296	"..\..\sepia\i386_nt\os_support.h"\
1297	"..\..\sepia\i386_nt\sepia.h"\
1298	"..\..\Shm\i386_nt\memman.h"\
1299	
1300
1301"$(INTDIR)\dict.obj" : $(SOURCE) $(DEP_CPP_DICT_) "$(INTDIR)"
1302	$(CPP) $(CPP_PROJ) $(SOURCE)
1303
1304
1305!ENDIF 
1306
1307SOURCE=..\..\sepia\i386_nt\dummy_mps.c
1308
1309"$(INTDIR)\dummy_mps.obj" : $(SOURCE) "$(INTDIR)"
1310	$(CPP) $(CPP_PROJ) $(SOURCE)
1311
1312
1313SOURCE=..\..\sepia\i386_nt\dummy_par.c
1314DEP_CPP_DUMMY=\
1315	"..\..\sepia\i386_nt\config.h"\
1316	"..\..\sepia\i386_nt\ec_public.h"\
1317	
1318
1319"$(INTDIR)\dummy_par.obj" : $(SOURCE) $(DEP_CPP_DUMMY) "$(INTDIR)"
1320	$(CPP) $(CPP_PROJ) $(SOURCE)
1321
1322
1323SOURCE=..\..\sepia\i386_nt\dummy_upcalls.c
1324
1325"$(INTDIR)\dummy_upcalls.obj" : $(SOURCE) "$(INTDIR)"
1326	$(CPP) $(CPP_PROJ) $(SOURCE)
1327
1328
1329SOURCE=..\..\sepia\i386_nt\dummy_wm.c
1330
1331"$(INTDIR)\dummy_wm.obj" : $(SOURCE) "$(INTDIR)"
1332	$(CPP) $(CPP_PROJ) $(SOURCE)
1333
1334
1335SOURCE=..\..\sepia\i386_nt\dynamic.c
1336
1337!IF  "$(CFG)" == "Eclipse - Win32 Release"
1338
1339DEP_CPP_DYNAM=\
1340	"..\..\sepia\i386_nt\compiler.h"\
1341	"..\..\sepia\i386_nt\config.h"\
1342	"..\..\sepia\i386_nt\database.h"\
1343	"..\..\sepia\i386_nt\debug.h"\
1344	"..\..\sepia\i386_nt\dict.h"\
1345	"..\..\sepia\i386_nt\dynamic.h"\
1346	"..\..\sepia\i386_nt\ec_public.h"\
1347	"..\..\sepia\i386_nt\embed.h"\
1348	"..\..\sepia\i386_nt\emu_export.h"\
1349	"..\..\sepia\i386_nt\gencode.h"\
1350	"..\..\sepia\i386_nt\mem.h"\
1351	"..\..\sepia\i386_nt\module.h"\
1352	"..\..\sepia\i386_nt\opcode.h"\
1353	"..\..\sepia\i386_nt\sepia.h"\
1354	"..\..\Shm\i386_nt\memman.h"\
1355	
1356
1357"$(INTDIR)\dynamic.obj" : $(SOURCE) $(DEP_CPP_DYNAM) "$(INTDIR)"
1358	$(CPP) $(CPP_PROJ) $(SOURCE)
1359
1360
1361!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
1362
1363DEP_CPP_DYNAM=\
1364	"..\..\sepia\i386_nt\compiler.h"\
1365	"..\..\sepia\i386_nt\config.h"\
1366	"..\..\sepia\i386_nt\database.h"\
1367	"..\..\sepia\i386_nt\debug.h"\
1368	"..\..\sepia\i386_nt\dict.h"\
1369	"..\..\sepia\i386_nt\dynamic.h"\
1370	"..\..\sepia\i386_nt\ec_public.h"\
1371	"..\..\sepia\i386_nt\embed.h"\
1372	"..\..\sepia\i386_nt\emu_export.h"\
1373	"..\..\sepia\i386_nt\gencode.h"\
1374	"..\..\sepia\i386_nt\mem.h"\
1375	"..\..\sepia\i386_nt\module.h"\
1376	"..\..\sepia\i386_nt\opcode.h"\
1377	"..\..\sepia\i386_nt\sepia.h"\
1378	"..\..\Shm\i386_nt\memman.h"\
1379	
1380
1381"$(INTDIR)\dynamic.obj" : $(SOURCE) $(DEP_CPP_DYNAM) "$(INTDIR)"
1382	$(CPP) $(CPP_PROJ) $(SOURCE)
1383
1384
1385!ENDIF 
1386
1387SOURCE=..\..\sepia\i386_nt\eclipsedir.c
1388
1389!IF  "$(CFG)" == "Eclipse - Win32 Release"
1390
1391DEP_CPP_ECLIP=\
1392	"..\..\sepia\i386_nt\config.h"\
1393	"..\..\sepia\i386_nt\os_support.h"\
1394	
1395
1396"$(INTDIR)\eclipsedir.obj" : $(SOURCE) $(DEP_CPP_ECLIP) "$(INTDIR)"
1397	$(CPP) $(CPP_PROJ) $(SOURCE)
1398
1399
1400!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
1401
1402DEP_CPP_ECLIP=\
1403	"..\..\sepia\i386_nt\config.h"\
1404	"..\..\sepia\i386_nt\os_support.h"\
1405	
1406
1407"$(INTDIR)\eclipsedir.obj" : $(SOURCE) $(DEP_CPP_ECLIP) "$(INTDIR)"
1408	$(CPP) $(CPP_PROJ) $(SOURCE)
1409
1410
1411!ENDIF 
1412
1413SOURCE=..\..\sepia\i386_nt\elipsys_fd.c
1414
1415!IF  "$(CFG)" == "Eclipse - Win32 Release"
1416
1417DEP_CPP_ELIPS=\
1418	"..\..\sepia\i386_nt\config.h"\
1419	"..\..\sepia\i386_nt\dict.h"\
1420	"..\..\sepia\i386_nt\ec_public.h"\
1421	"..\..\sepia\i386_nt\embed.h"\
1422	"..\..\sepia\i386_nt\fd.h"\
1423	"..\..\sepia\i386_nt\mem.h"\
1424	"..\..\sepia\i386_nt\sepia.h"\
1425	"..\..\Shm\i386_nt\memman.h"\
1426	
1427
1428"$(INTDIR)\elipsys_fd.obj" : $(SOURCE) $(DEP_CPP_ELIPS) "$(INTDIR)"
1429	$(CPP) $(CPP_PROJ) $(SOURCE)
1430
1431
1432!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
1433
1434DEP_CPP_ELIPS=\
1435	"..\..\sepia\i386_nt\config.h"\
1436	"..\..\sepia\i386_nt\dict.h"\
1437	"..\..\sepia\i386_nt\ec_public.h"\
1438	"..\..\sepia\i386_nt\embed.h"\
1439	"..\..\sepia\i386_nt\fd.h"\
1440	"..\..\sepia\i386_nt\mem.h"\
1441	"..\..\sepia\i386_nt\sepia.h"\
1442	"..\..\Shm\i386_nt\memman.h"\
1443	
1444
1445"$(INTDIR)\elipsys_fd.obj" : $(SOURCE) $(DEP_CPP_ELIPS) "$(INTDIR)"
1446	$(CPP) $(CPP_PROJ) $(SOURCE)
1447
1448
1449!ENDIF 
1450
1451SOURCE=..\..\sepia\i386_nt\embed.c
1452
1453!IF  "$(CFG)" == "Eclipse - Win32 Release"
1454
1455DEP_CPP_EMBED=\
1456	"..\..\sepia\i386_nt\config.h"\
1457	"..\..\sepia\i386_nt\dict.h"\
1458	"..\..\sepia\i386_nt\ec_public.h"\
1459	"..\..\sepia\i386_nt\embed.h"\
1460	"..\..\sepia\i386_nt\emu_export.h"\
1461	"..\..\sepia\i386_nt\mem.h"\
1462	"..\..\sepia\i386_nt\module.h"\
1463	"..\..\sepia\i386_nt\os_support.h"\
1464	"..\..\sepia\i386_nt\sepia.h"\
1465	"..\..\Shm\i386_nt\memman.h"\
1466	
1467
1468"$(INTDIR)\embed.obj" : $(SOURCE) $(DEP_CPP_EMBED) "$(INTDIR)"
1469	$(CPP) $(CPP_PROJ) $(SOURCE)
1470
1471
1472!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
1473
1474DEP_CPP_EMBED=\
1475	"..\..\sepia\i386_nt\config.h"\
1476	"..\..\sepia\i386_nt\dict.h"\
1477	"..\..\sepia\i386_nt\ec_public.h"\
1478	"..\..\sepia\i386_nt\embed.h"\
1479	"..\..\sepia\i386_nt\emu_export.h"\
1480	"..\..\sepia\i386_nt\mem.h"\
1481	"..\..\sepia\i386_nt\module.h"\
1482	"..\..\sepia\i386_nt\os_support.h"\
1483	"..\..\sepia\i386_nt\sepia.h"\
1484	"..\..\Shm\i386_nt\memman.h"\
1485	
1486
1487"$(INTDIR)\embed.obj" : $(SOURCE) $(DEP_CPP_EMBED) "$(INTDIR)"
1488	$(CPP) $(CPP_PROJ) $(SOURCE)
1489
1490
1491!ENDIF 
1492
1493SOURCE=..\..\sepia\i386_nt\emu_c_env.c
1494
1495!IF  "$(CFG)" == "Eclipse - Win32 Release"
1496
1497DEP_CPP_EMU_C=\
1498	"..\..\sepia\i386_nt\config.h"\
1499	"..\..\sepia\i386_nt\debug.h"\
1500	"..\..\sepia\i386_nt\dict.h"\
1501	"..\..\sepia\i386_nt\ec_public.h"\
1502	"..\..\sepia\i386_nt\embed.h"\
1503	"..\..\sepia\i386_nt\emu_export.h"\
1504	"..\..\sepia\i386_nt\mem.h"\
1505	"..\..\sepia\i386_nt\module.h"\
1506	"..\..\sepia\i386_nt\opcode.h"\
1507	"..\..\sepia\i386_nt\sepia.h"\
1508	"..\..\Shm\i386_nt\memman.h"\
1509	
1510
1511"$(INTDIR)\emu_c_env.obj" : $(SOURCE) $(DEP_CPP_EMU_C) "$(INTDIR)"
1512	$(CPP) $(CPP_PROJ) $(SOURCE)
1513
1514
1515!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
1516
1517DEP_CPP_EMU_C=\
1518	"..\..\sepia\i386_nt\config.h"\
1519	"..\..\sepia\i386_nt\debug.h"\
1520	"..\..\sepia\i386_nt\dict.h"\
1521	"..\..\sepia\i386_nt\ec_public.h"\
1522	"..\..\sepia\i386_nt\embed.h"\
1523	"..\..\sepia\i386_nt\emu_export.h"\
1524	"..\..\sepia\i386_nt\mem.h"\
1525	"..\..\sepia\i386_nt\module.h"\
1526	"..\..\sepia\i386_nt\opcode.h"\
1527	"..\..\sepia\i386_nt\sepia.h"\
1528	"..\..\Shm\i386_nt\memman.h"\
1529	
1530
1531"$(INTDIR)\emu_c_env.obj" : $(SOURCE) $(DEP_CPP_EMU_C) "$(INTDIR)"
1532	$(CPP) $(CPP_PROJ) $(SOURCE)
1533
1534
1535!ENDIF 
1536
1537SOURCE=..\..\sepia\i386_nt\emu_util.c
1538
1539!IF  "$(CFG)" == "Eclipse - Win32 Release"
1540
1541DEP_CPP_EMU_U=\
1542	"..\..\sepia\i386_nt\config.h"\
1543	"..\..\sepia\i386_nt\debug.h"\
1544	"..\..\sepia\i386_nt\dict.h"\
1545	"..\..\sepia\i386_nt\ec_public.h"\
1546	"..\..\sepia\i386_nt\embed.h"\
1547	"..\..\sepia\i386_nt\emu_export.h"\
1548	"..\..\sepia\i386_nt\mem.h"\
1549	"..\..\sepia\i386_nt\module.h"\
1550	"..\..\sepia\i386_nt\opcode.h"\
1551	"..\..\sepia\i386_nt\sav_res.h"\
1552	"..\..\sepia\i386_nt\sepia.h"\
1553	"..\..\Shm\i386_nt\memman.h"\
1554	
1555
1556"$(INTDIR)\emu_util.obj" : $(SOURCE) $(DEP_CPP_EMU_U) "$(INTDIR)"
1557	$(CPP) $(CPP_PROJ) $(SOURCE)
1558
1559
1560!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
1561
1562DEP_CPP_EMU_U=\
1563	"..\..\sepia\i386_nt\config.h"\
1564	"..\..\sepia\i386_nt\debug.h"\
1565	"..\..\sepia\i386_nt\dict.h"\
1566	"..\..\sepia\i386_nt\ec_public.h"\
1567	"..\..\sepia\i386_nt\embed.h"\
1568	"..\..\sepia\i386_nt\emu_export.h"\
1569	"..\..\sepia\i386_nt\mem.h"\
1570	"..\..\sepia\i386_nt\module.h"\
1571	"..\..\sepia\i386_nt\opcode.h"\
1572	"..\..\sepia\i386_nt\sav_res.h"\
1573	"..\..\sepia\i386_nt\sepia.h"\
1574	"..\..\Shm\i386_nt\memman.h"\
1575	
1576
1577"$(INTDIR)\emu_util.obj" : $(SOURCE) $(DEP_CPP_EMU_U) "$(INTDIR)"
1578	$(CPP) $(CPP_PROJ) $(SOURCE)
1579
1580
1581!ENDIF 
1582
1583SOURCE=..\..\sepia\i386_nt\error.c
1584
1585!IF  "$(CFG)" == "Eclipse - Win32 Release"
1586
1587DEP_CPP_ERROR=\
1588	"..\..\sepia\i386_nt\config.h"\
1589	"..\..\sepia\i386_nt\dict.h"\
1590	"..\..\sepia\i386_nt\ec_public.h"\
1591	"..\..\sepia\i386_nt\embed.h"\
1592	"..\..\sepia\i386_nt\emu_export.h"\
1593	"..\..\sepia\i386_nt\mem.h"\
1594	"..\..\sepia\i386_nt\os_support.h"\
1595	"..\..\sepia\i386_nt\sepia.h"\
1596	"..\..\Shm\i386_nt\memman.h"\
1597	
1598
1599"$(INTDIR)\error.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)"
1600	$(CPP) $(CPP_PROJ) $(SOURCE)
1601
1602
1603!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
1604
1605DEP_CPP_ERROR=\
1606	"..\..\sepia\i386_nt\config.h"\
1607	"..\..\sepia\i386_nt\dict.h"\
1608	"..\..\sepia\i386_nt\ec_public.h"\
1609	"..\..\sepia\i386_nt\embed.h"\
1610	"..\..\sepia\i386_nt\emu_export.h"\
1611	"..\..\sepia\i386_nt\mem.h"\
1612	"..\..\sepia\i386_nt\os_support.h"\
1613	"..\..\sepia\i386_nt\sepia.h"\
1614	"..\..\Shm\i386_nt\memman.h"\
1615	
1616
1617"$(INTDIR)\error.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)"
1618	$(CPP) $(CPP_PROJ) $(SOURCE)
1619
1620
1621!ENDIF 
1622
1623SOURCE=..\..\sepia\i386_nt\external.c
1624
1625!IF  "$(CFG)" == "Eclipse - Win32 Release"
1626
1627DEP_CPP_EXTER=\
1628	"..\..\sepia\i386_nt\config.h"\
1629	"..\..\sepia\i386_nt\dict.h"\
1630	"..\..\sepia\i386_nt\ec_public.h"\
1631	"..\..\sepia\i386_nt\embed.h"\
1632	"..\..\sepia\i386_nt\emu_export.h"\
1633	"..\..\sepia\i386_nt\mem.h"\
1634	"..\..\sepia\i386_nt\sepia.h"\
1635	"..\..\Shm\i386_nt\memman.h"\
1636	
1637
1638"$(INTDIR)\external.obj" : $(SOURCE) $(DEP_CPP_EXTER) "$(INTDIR)"
1639	$(CPP) $(CPP_PROJ) $(SOURCE)
1640
1641
1642!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
1643
1644DEP_CPP_EXTER=\
1645	"..\..\sepia\i386_nt\config.h"\
1646	"..\..\sepia\i386_nt\dict.h"\
1647	"..\..\sepia\i386_nt\ec_public.h"\
1648	"..\..\sepia\i386_nt\embed.h"\
1649	"..\..\sepia\i386_nt\emu_export.h"\
1650	"..\..\sepia\i386_nt\mem.h"\
1651	"..\..\sepia\i386_nt\sepia.h"\
1652	"..\..\Shm\i386_nt\memman.h"\
1653	
1654
1655"$(INTDIR)\external.obj" : $(SOURCE) $(DEP_CPP_EXTER) "$(INTDIR)"
1656	$(CPP) $(CPP_PROJ) $(SOURCE)
1657
1658
1659!ENDIF 
1660
1661SOURCE=..\..\sepia\i386_nt\gc_stacks.c
1662
1663!IF  "$(CFG)" == "Eclipse - Win32 Release"
1664
1665DEP_CPP_GC_ST=\
1666	"..\..\sepia\i386_nt\config.h"\
1667	"..\..\sepia\i386_nt\dict.h"\
1668	"..\..\sepia\i386_nt\ec_public.h"\
1669	"..\..\sepia\i386_nt\embed.h"\
1670	"..\..\sepia\i386_nt\emu_export.h"\
1671	"..\..\sepia\i386_nt\mem.h"\
1672	"..\..\sepia\i386_nt\opcode.h"\
1673	"..\..\sepia\i386_nt\os_support.h"\
1674	"..\..\sepia\i386_nt\sepia.h"\
1675	"..\..\Shm\i386_nt\memman.h"\
1676	
1677
1678"$(INTDIR)\gc_stacks.obj" : $(SOURCE) $(DEP_CPP_GC_ST) "$(INTDIR)"
1679	$(CPP) $(CPP_PROJ) $(SOURCE)
1680
1681
1682!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
1683
1684DEP_CPP_GC_ST=\
1685	"..\..\sepia\i386_nt\config.h"\
1686	"..\..\sepia\i386_nt\dict.h"\
1687	"..\..\sepia\i386_nt\ec_public.h"\
1688	"..\..\sepia\i386_nt\embed.h"\
1689	"..\..\sepia\i386_nt\emu_export.h"\
1690	"..\..\sepia\i386_nt\mem.h"\
1691	"..\..\sepia\i386_nt\opcode.h"\
1692	"..\..\sepia\i386_nt\os_support.h"\
1693	"..\..\sepia\i386_nt\sepia.h"\
1694	"..\..\Shm\i386_nt\memman.h"\
1695	
1696
1697"$(INTDIR)\gc_stacks.obj" : $(SOURCE) $(DEP_CPP_GC_ST) "$(INTDIR)"
1698	$(CPP) $(CPP_PROJ) $(SOURCE)
1699
1700
1701!ENDIF 
1702
1703SOURCE=..\..\sepia\i386_nt\handle.c
1704
1705!IF  "$(CFG)" == "Eclipse - Win32 Release"
1706
1707DEP_CPP_HANDL=\
1708	"..\..\sepia\i386_nt\config.h"\
1709	"..\..\sepia\i386_nt\database.h"\
1710	"..\..\sepia\i386_nt\dict.h"\
1711	"..\..\sepia\i386_nt\ec_public.h"\
1712	"..\..\sepia\i386_nt\embed.h"\
1713	"..\..\sepia\i386_nt\emu_export.h"\
1714	"..\..\sepia\i386_nt\mem.h"\
1715	"..\..\sepia\i386_nt\sepia.h"\
1716	"..\..\Shm\i386_nt\memman.h"\
1717	
1718
1719"$(INTDIR)\handle.obj" : $(SOURCE) $(DEP_CPP_HANDL) "$(INTDIR)"
1720	$(CPP) $(CPP_PROJ) $(SOURCE)
1721
1722
1723!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
1724
1725DEP_CPP_HANDL=\
1726	"..\..\sepia\i386_nt\config.h"\
1727	"..\..\sepia\i386_nt\database.h"\
1728	"..\..\sepia\i386_nt\dict.h"\
1729	"..\..\sepia\i386_nt\ec_public.h"\
1730	"..\..\sepia\i386_nt\embed.h"\
1731	"..\..\sepia\i386_nt\emu_export.h"\
1732	"..\..\sepia\i386_nt\mem.h"\
1733	"..\..\sepia\i386_nt\sepia.h"\
1734	"..\..\Shm\i386_nt\memman.h"\
1735	
1736
1737"$(INTDIR)\handle.obj" : $(SOURCE) $(DEP_CPP_HANDL) "$(INTDIR)"
1738	$(CPP) $(CPP_PROJ) $(SOURCE)
1739
1740
1741!ENDIF 
1742
1743SOURCE=..\..\sepia\i386_nt\handlers.c
1744
1745!IF  "$(CFG)" == "Eclipse - Win32 Release"
1746
1747DEP_CPP_HANDLE=\
1748	"..\..\sepia\i386_nt\config.h"\
1749	"..\..\sepia\i386_nt\dict.h"\
1750	"..\..\sepia\i386_nt\ec_public.h"\
1751	"..\..\sepia\i386_nt\embed.h"\
1752	"..\..\sepia\i386_nt\emu_export.h"\
1753	"..\..\sepia\i386_nt\mem.h"\
1754	"..\..\sepia\i386_nt\module.h"\
1755	"..\..\sepia\i386_nt\os_support.h"\
1756	"..\..\sepia\i386_nt\property.h"\
1757	"..\..\sepia\i386_nt\sepia.h"\
1758	"..\..\Shm\i386_nt\memman.h"\
1759	
1760
1761"$(INTDIR)\handlers.obj" : $(SOURCE) $(DEP_CPP_HANDLE) "$(INTDIR)"
1762	$(CPP) $(CPP_PROJ) $(SOURCE)
1763
1764
1765!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
1766
1767DEP_CPP_HANDLE=\
1768	"..\..\sepia\i386_nt\config.h"\
1769	"..\..\sepia\i386_nt\dict.h"\
1770	"..\..\sepia\i386_nt\ec_public.h"\
1771	"..\..\sepia\i386_nt\embed.h"\
1772	"..\..\sepia\i386_nt\emu_export.h"\
1773	"..\..\sepia\i386_nt\mem.h"\
1774	"..\..\sepia\i386_nt\module.h"\
1775	"..\..\sepia\i386_nt\os_support.h"\
1776	"..\..\sepia\i386_nt\property.h"\
1777	"..\..\sepia\i386_nt\sepia.h"\
1778	"..\..\Shm\i386_nt\memman.h"\
1779	
1780
1781"$(INTDIR)\handlers.obj" : $(SOURCE) $(DEP_CPP_HANDLE) "$(INTDIR)"
1782	$(CPP) $(CPP_PROJ) $(SOURCE)
1783
1784
1785!ENDIF 
1786
1787SOURCE=..\..\sepia\i386_nt\head.c
1788
1789!IF  "$(CFG)" == "Eclipse - Win32 Release"
1790
1791DEP_CPP_HEAD_=\
1792	"..\..\sepia\i386_nt\compiler.h"\
1793	"..\..\sepia\i386_nt\config.h"\
1794	"..\..\sepia\i386_nt\database.h"\
1795	"..\..\sepia\i386_nt\debug.h"\
1796	"..\..\sepia\i386_nt\dict.h"\
1797	"..\..\sepia\i386_nt\ec_public.h"\
1798	"..\..\sepia\i386_nt\embed.h"\
1799	"..\..\sepia\i386_nt\emu_export.h"\
1800	"..\..\sepia\i386_nt\gencode.h"\
1801	"..\..\sepia\i386_nt\mem.h"\
1802	"..\..\sepia\i386_nt\opcode.h"\
1803	"..\..\sepia\i386_nt\sepia.h"\
1804	"..\..\Shm\i386_nt\memman.h"\
1805	
1806
1807"$(INTDIR)\head.obj" : $(SOURCE) $(DEP_CPP_HEAD_) "$(INTDIR)"
1808	$(CPP) $(CPP_PROJ) $(SOURCE)
1809
1810
1811!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
1812
1813DEP_CPP_HEAD_=\
1814	"..\..\sepia\i386_nt\compiler.h"\
1815	"..\..\sepia\i386_nt\config.h"\
1816	"..\..\sepia\i386_nt\database.h"\
1817	"..\..\sepia\i386_nt\debug.h"\
1818	"..\..\sepia\i386_nt\dict.h"\
1819	"..\..\sepia\i386_nt\ec_public.h"\
1820	"..\..\sepia\i386_nt\embed.h"\
1821	"..\..\sepia\i386_nt\emu_export.h"\
1822	"..\..\sepia\i386_nt\gencode.h"\
1823	"..\..\sepia\i386_nt\mem.h"\
1824	"..\..\sepia\i386_nt\opcode.h"\
1825	"..\..\sepia\i386_nt\sepia.h"\
1826	"..\..\Shm\i386_nt\memman.h"\
1827	
1828
1829"$(INTDIR)\head.obj" : $(SOURCE) $(DEP_CPP_HEAD_) "$(INTDIR)"
1830	$(CPP) $(CPP_PROJ) $(SOURCE)
1831
1832
1833!ENDIF 
1834
1835SOURCE=..\..\sepia\i386_nt\init.c
1836
1837!IF  "$(CFG)" == "Eclipse - Win32 Release"
1838
1839DEP_CPP_INIT_=\
1840	"..\..\sepia\i386_nt\config.h"\
1841	"..\..\sepia\i386_nt\dict.h"\
1842	"..\..\sepia\i386_nt\ec_public.h"\
1843	"..\..\sepia\i386_nt\embed.h"\
1844	"..\..\sepia\i386_nt\mem.h"\
1845	"..\..\sepia\i386_nt\module.h"\
1846	"..\..\sepia\i386_nt\os_support.h"\
1847	"..\..\sepia\i386_nt\sepia.h"\
1848	"..\..\Shm\i386_nt\memman.h"\
1849	
1850
1851"$(INTDIR)\init.obj" : $(SOURCE) $(DEP_CPP_INIT_) "$(INTDIR)"
1852	$(CPP) $(CPP_PROJ) $(SOURCE)
1853
1854
1855!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
1856
1857DEP_CPP_INIT_=\
1858	"..\..\sepia\i386_nt\config.h"\
1859	"..\..\sepia\i386_nt\dict.h"\
1860	"..\..\sepia\i386_nt\ec_public.h"\
1861	"..\..\sepia\i386_nt\embed.h"\
1862	"..\..\sepia\i386_nt\mem.h"\
1863	"..\..\sepia\i386_nt\module.h"\
1864	"..\..\sepia\i386_nt\os_support.h"\
1865	"..\..\sepia\i386_nt\sepia.h"\
1866	"..\..\Shm\i386_nt\memman.h"\
1867	
1868
1869"$(INTDIR)\init.obj" : $(SOURCE) $(DEP_CPP_INIT_) "$(INTDIR)"
1870	$(CPP) $(CPP_PROJ) $(SOURCE)
1871
1872
1873!ENDIF 
1874
1875SOURCE=..\..\sepia\i386_nt\intervals.c
1876
1877!IF  "$(CFG)" == "Eclipse - Win32 Release"
1878
1879DEP_CPP_INTER=\
1880	"..\..\sepia\i386_nt\config.h"\
1881	"..\..\sepia\i386_nt\dict.h"\
1882	"..\..\sepia\i386_nt\ec_public.h"\
1883	"..\..\sepia\i386_nt\embed.h"\
1884	"..\..\sepia\i386_nt\emu_export.h"\
1885	"..\..\sepia\i386_nt\intervals.h"\
1886	"..\..\sepia\i386_nt\mem.h"\
1887	"..\..\sepia\i386_nt\opcode.h"\
1888	"..\..\sepia\i386_nt\rounding_control.h"\
1889	"..\..\sepia\i386_nt\sepia.h"\
1890	"..\..\Shm\i386_nt\memman.h"\
1891	
1892
1893"$(INTDIR)\intervals.obj" : $(SOURCE) $(DEP_CPP_INTER) "$(INTDIR)"
1894	$(CPP) $(CPP_PROJ) $(SOURCE)
1895
1896
1897!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
1898
1899DEP_CPP_INTER=\
1900	"..\..\sepia\i386_nt\config.h"\
1901	"..\..\sepia\i386_nt\dict.h"\
1902	"..\..\sepia\i386_nt\ec_public.h"\
1903	"..\..\sepia\i386_nt\embed.h"\
1904	"..\..\sepia\i386_nt\emu_export.h"\
1905	"..\..\sepia\i386_nt\intervals.h"\
1906	"..\..\sepia\i386_nt\mem.h"\
1907	"..\..\sepia\i386_nt\opcode.h"\
1908	"..\..\sepia\i386_nt\rounding_control.h"\
1909	"..\..\sepia\i386_nt\sepia.h"\
1910	"..\..\Shm\i386_nt\memman.h"\
1911	
1912
1913"$(INTDIR)\intervals.obj" : $(SOURCE) $(DEP_CPP_INTER) "$(INTDIR)"
1914	$(CPP) $(CPP_PROJ) $(SOURCE)
1915
1916
1917!ENDIF 
1918
1919SOURCE=..\..\sepia\i386_nt\io.c
1920
1921!IF  "$(CFG)" == "Eclipse - Win32 Release"
1922
1923DEP_CPP_IO_C42=\
1924	"..\..\sepia\i386_nt\config.h"\
1925	"..\..\sepia\i386_nt\dict.h"\
1926	"..\..\sepia\i386_nt\ec_public.h"\
1927	"..\..\sepia\i386_nt\embed.h"\
1928	"..\..\sepia\i386_nt\emu_export.h"\
1929	"..\..\sepia\i386_nt\lex.h"\
1930	"..\..\sepia\i386_nt\mem.h"\
1931	"..\..\sepia\i386_nt\module.h"\
1932	"..\..\sepia\i386_nt\os_support.h"\
1933	"..\..\sepia\i386_nt\property.h"\
1934	"..\..\sepia\i386_nt\sepia.h"\
1935	"..\..\Shm\i386_nt\memman.h"\
1936	
1937
1938"$(INTDIR)\io.obj" : $(SOURCE) $(DEP_CPP_IO_C42) "$(INTDIR)"
1939	$(CPP) $(CPP_PROJ) $(SOURCE)
1940
1941
1942!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
1943
1944DEP_CPP_IO_C42=\
1945	"..\..\sepia\i386_nt\config.h"\
1946	"..\..\sepia\i386_nt\dict.h"\
1947	"..\..\sepia\i386_nt\ec_public.h"\
1948	"..\..\sepia\i386_nt\embed.h"\
1949	"..\..\sepia\i386_nt\emu_export.h"\
1950	"..\..\sepia\i386_nt\lex.h"\
1951	"..\..\sepia\i386_nt\mem.h"\
1952	"..\..\sepia\i386_nt\module.h"\
1953	"..\..\sepia\i386_nt\os_support.h"\
1954	"..\..\sepia\i386_nt\property.h"\
1955	"..\..\sepia\i386_nt\sepia.h"\
1956	"..\..\Shm\i386_nt\memman.h"\
1957	
1958
1959"$(INTDIR)\io.obj" : $(SOURCE) $(DEP_CPP_IO_C42) "$(INTDIR)"
1960	$(CPP) $(CPP_PROJ) $(SOURCE)
1961
1962
1963!ENDIF 
1964
1965SOURCE=..\..\sepia\i386_nt\lex.c
1966
1967!IF  "$(CFG)" == "Eclipse - Win32 Release"
1968
1969DEP_CPP_LEX_C=\
1970	"..\..\sepia\i386_nt\config.h"\
1971	"..\..\sepia\i386_nt\dict.h"\
1972	"..\..\sepia\i386_nt\ec_public.h"\
1973	"..\..\sepia\i386_nt\embed.h"\
1974	"..\..\sepia\i386_nt\emu_export.h"\
1975	"..\..\sepia\i386_nt\lex.h"\
1976	"..\..\sepia\i386_nt\mem.h"\
1977	"..\..\sepia\i386_nt\module.h"\
1978	"..\..\sepia\i386_nt\os_support.h"\
1979	"..\..\sepia\i386_nt\property.h"\
1980	"..\..\sepia\i386_nt\rounding_control.h"\
1981	"..\..\sepia\i386_nt\sepia.h"\
1982	"..\..\Shm\i386_nt\memman.h"\
1983	
1984
1985"$(INTDIR)\lex.obj" : $(SOURCE) $(DEP_CPP_LEX_C) "$(INTDIR)"
1986	$(CPP) $(CPP_PROJ) $(SOURCE)
1987
1988
1989!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
1990
1991DEP_CPP_LEX_C=\
1992	"..\..\sepia\i386_nt\config.h"\
1993	"..\..\sepia\i386_nt\dict.h"\
1994	"..\..\sepia\i386_nt\ec_public.h"\
1995	"..\..\sepia\i386_nt\embed.h"\
1996	"..\..\sepia\i386_nt\emu_export.h"\
1997	"..\..\sepia\i386_nt\lex.h"\
1998	"..\..\sepia\i386_nt\mem.h"\
1999	"..\..\sepia\i386_nt\module.h"\
2000	"..\..\sepia\i386_nt\os_support.h"\
2001	"..\..\sepia\i386_nt\property.h"\
2002	"..\..\sepia\i386_nt\rounding_control.h"\
2003	"..\..\sepia\i386_nt\sepia.h"\
2004	"..\..\Shm\i386_nt\memman.h"\
2005	
2006
2007"$(INTDIR)\lex.obj" : $(SOURCE) $(DEP_CPP_LEX_C) "$(INTDIR)"
2008	$(CPP) $(CPP_PROJ) $(SOURCE)
2009
2010
2011!ENDIF 
2012
2013SOURCE=..\..\sepia\i386_nt\lib1.c
2014
2015"$(INTDIR)\lib1.obj" : $(SOURCE) "$(INTDIR)"
2016	$(CPP) $(CPP_PROJ) $(SOURCE)
2017
2018
2019SOURCE=..\..\sepia\i386_nt\lib2.c
2020
2021"$(INTDIR)\lib2.obj" : $(SOURCE) "$(INTDIR)"
2022	$(CPP) $(CPP_PROJ) $(SOURCE)
2023
2024
2025SOURCE=..\..\sepia\i386_nt\lib3.c
2026
2027"$(INTDIR)\lib3.obj" : $(SOURCE) "$(INTDIR)"
2028	$(CPP) $(CPP_PROJ) $(SOURCE)
2029
2030
2031SOURCE=..\..\sepia\i386_nt\lib4.c
2032
2033"$(INTDIR)\lib4.obj" : $(SOURCE) "$(INTDIR)"
2034	$(CPP) $(CPP_PROJ) $(SOURCE)
2035
2036
2037SOURCE=..\..\sepia\i386_nt\lib5.c
2038
2039"$(INTDIR)\lib5.obj" : $(SOURCE) "$(INTDIR)"
2040	$(CPP) $(CPP_PROJ) $(SOURCE)
2041
2042
2043SOURCE=..\..\sepia\i386_nt\lib6.c
2044
2045"$(INTDIR)\lib6.obj" : $(SOURCE) "$(INTDIR)"
2046	$(CPP) $(CPP_PROJ) $(SOURCE)
2047
2048
2049SOURCE=..\..\sepia\i386_nt\lib7.c
2050
2051"$(INTDIR)\lib7.obj" : $(SOURCE) "$(INTDIR)"
2052	$(CPP) $(CPP_PROJ) $(SOURCE)
2053
2054
2055SOURCE=..\..\sepia\i386_nt\mem.c
2056
2057!IF  "$(CFG)" == "Eclipse - Win32 Release"
2058
2059DEP_CPP_MEM_C=\
2060	"..\..\sepia\i386_nt\config.h"\
2061	"..\..\sepia\i386_nt\dict.h"\
2062	"..\..\sepia\i386_nt\ec_public.h"\
2063	"..\..\sepia\i386_nt\embed.h"\
2064	"..\..\sepia\i386_nt\emu_export.h"\
2065	"..\..\sepia\i386_nt\mem.h"\
2066	"..\..\sepia\i386_nt\os_support.h"\
2067	"..\..\sepia\i386_nt\sepia.h"\
2068	"..\..\Shm\i386_nt\memman.h"\
2069	
2070
2071"$(INTDIR)\mem.obj" : $(SOURCE) $(DEP_CPP_MEM_C) "$(INTDIR)"
2072	$(CPP) $(CPP_PROJ) $(SOURCE)
2073
2074
2075!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
2076
2077DEP_CPP_MEM_C=\
2078	"..\..\sepia\i386_nt\config.h"\
2079	"..\..\sepia\i386_nt\dict.h"\
2080	"..\..\sepia\i386_nt\ec_public.h"\
2081	"..\..\sepia\i386_nt\embed.h"\
2082	"..\..\sepia\i386_nt\emu_export.h"\
2083	"..\..\sepia\i386_nt\mem.h"\
2084	"..\..\sepia\i386_nt\os_support.h"\
2085	"..\..\sepia\i386_nt\sepia.h"\
2086	"..\..\Shm\i386_nt\memman.h"\
2087	
2088
2089"$(INTDIR)\mem.obj" : $(SOURCE) $(DEP_CPP_MEM_C) "$(INTDIR)"
2090	$(CPP) $(CPP_PROJ) $(SOURCE)
2091
2092
2093!ENDIF 
2094
2095SOURCE=..\..\sepia\i386_nt\operator.c
2096
2097!IF  "$(CFG)" == "Eclipse - Win32 Release"
2098
2099DEP_CPP_OPERA=\
2100	"..\..\sepia\i386_nt\config.h"\
2101	"..\..\sepia\i386_nt\dict.h"\
2102	"..\..\sepia\i386_nt\ec_public.h"\
2103	"..\..\sepia\i386_nt\embed.h"\
2104	"..\..\sepia\i386_nt\emu_export.h"\
2105	"..\..\sepia\i386_nt\mem.h"\
2106	"..\..\sepia\i386_nt\module.h"\
2107	"..\..\sepia\i386_nt\property.h"\
2108	"..\..\sepia\i386_nt\sepia.h"\
2109	"..\..\Shm\i386_nt\memman.h"\
2110	
2111
2112"$(INTDIR)\operator.obj" : $(SOURCE) $(DEP_CPP_OPERA) "$(INTDIR)"
2113	$(CPP) $(CPP_PROJ) $(SOURCE)
2114
2115
2116!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
2117
2118DEP_CPP_OPERA=\
2119	"..\..\sepia\i386_nt\config.h"\
2120	"..\..\sepia\i386_nt\dict.h"\
2121	"..\..\sepia\i386_nt\ec_public.h"\
2122	"..\..\sepia\i386_nt\embed.h"\
2123	"..\..\sepia\i386_nt\emu_export.h"\
2124	"..\..\sepia\i386_nt\mem.h"\
2125	"..\..\sepia\i386_nt\module.h"\
2126	"..\..\sepia\i386_nt\property.h"\
2127	"..\..\sepia\i386_nt\sepia.h"\
2128	"..\..\Shm\i386_nt\memman.h"\
2129	
2130
2131"$(INTDIR)\operator.obj" : $(SOURCE) $(DEP_CPP_OPERA) "$(INTDIR)"
2132	$(CPP) $(CPP_PROJ) $(SOURCE)
2133
2134
2135!ENDIF 
2136
2137SOURCE=..\..\sepia\i386_nt\os_support.c
2138
2139!IF  "$(CFG)" == "Eclipse - Win32 Release"
2140
2141DEP_CPP_OS_SU=\
2142	"..\..\sepia\i386_nt\config.h"\
2143	"..\..\sepia\i386_nt\os_support.h"\
2144	
2145
2146"$(INTDIR)\os_support.obj" : $(SOURCE) $(DEP_CPP_OS_SU) "$(INTDIR)"
2147	$(CPP) $(CPP_PROJ) $(SOURCE)
2148
2149
2150!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
2151
2152DEP_CPP_OS_SU=\
2153	"..\..\sepia\i386_nt\config.h"\
2154	"..\..\sepia\i386_nt\os_support.h"\
2155	
2156
2157"$(INTDIR)\os_support.obj" : $(SOURCE) $(DEP_CPP_OS_SU) "$(INTDIR)"
2158	$(CPP) $(CPP_PROJ) $(SOURCE)
2159
2160
2161!ENDIF 
2162
2163SOURCE=..\..\sepia\i386_nt\pass2.c
2164
2165!IF  "$(CFG)" == "Eclipse - Win32 Release"
2166
2167DEP_CPP_PASS2=\
2168	"..\..\sepia\i386_nt\compiler.h"\
2169	"..\..\sepia\i386_nt\config.h"\
2170	"..\..\sepia\i386_nt\database.h"\
2171	"..\..\sepia\i386_nt\dict.h"\
2172	"..\..\sepia\i386_nt\ec_public.h"\
2173	"..\..\sepia\i386_nt\embed.h"\
2174	"..\..\sepia\i386_nt\emu_export.h"\
2175	"..\..\sepia\i386_nt\mem.h"\
2176	"..\..\sepia\i386_nt\module.h"\
2177	"..\..\sepia\i386_nt\property.h"\
2178	"..\..\sepia\i386_nt\sepia.h"\
2179	"..\..\Shm\i386_nt\memman.h"\
2180	
2181
2182"$(INTDIR)\pass2.obj" : $(SOURCE) $(DEP_CPP_PASS2) "$(INTDIR)"
2183	$(CPP) $(CPP_PROJ) $(SOURCE)
2184
2185
2186!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
2187
2188DEP_CPP_PASS2=\
2189	"..\..\sepia\i386_nt\compiler.h"\
2190	"..\..\sepia\i386_nt\config.h"\
2191	"..\..\sepia\i386_nt\database.h"\
2192	"..\..\sepia\i386_nt\dict.h"\
2193	"..\..\sepia\i386_nt\ec_public.h"\
2194	"..\..\sepia\i386_nt\embed.h"\
2195	"..\..\sepia\i386_nt\emu_export.h"\
2196	"..\..\sepia\i386_nt\mem.h"\
2197	"..\..\sepia\i386_nt\module.h"\
2198	"..\..\sepia\i386_nt\property.h"\
2199	"..\..\sepia\i386_nt\sepia.h"\
2200	"..\..\Shm\i386_nt\memman.h"\
2201	
2202
2203"$(INTDIR)\pass2.obj" : $(SOURCE) $(DEP_CPP_PASS2) "$(INTDIR)"
2204	$(CPP) $(CPP_PROJ) $(SOURCE)
2205
2206
2207!ENDIF 
2208
2209SOURCE=..\..\sepia\i386_nt\pass3.c
2210
2211!IF  "$(CFG)" == "Eclipse - Win32 Release"
2212
2213DEP_CPP_PASS3=\
2214	"..\..\sepia\i386_nt\compiler.h"\
2215	"..\..\sepia\i386_nt\config.h"\
2216	"..\..\sepia\i386_nt\database.h"\
2217	"..\..\sepia\i386_nt\debug.h"\
2218	"..\..\sepia\i386_nt\dict.h"\
2219	"..\..\sepia\i386_nt\ec_public.h"\
2220	"..\..\sepia\i386_nt\embed.h"\
2221	"..\..\sepia\i386_nt\emu_export.h"\
2222	"..\..\sepia\i386_nt\gencode.h"\
2223	"..\..\sepia\i386_nt\mem.h"\
2224	"..\..\sepia\i386_nt\opcode.h"\
2225	"..\..\sepia\i386_nt\sepia.h"\
2226	"..\..\Shm\i386_nt\memman.h"\
2227	
2228
2229"$(INTDIR)\pass3.obj" : $(SOURCE) $(DEP_CPP_PASS3) "$(INTDIR)"
2230	$(CPP) $(CPP_PROJ) $(SOURCE)
2231
2232
2233!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
2234
2235DEP_CPP_PASS3=\
2236	"..\..\sepia\i386_nt\compiler.h"\
2237	"..\..\sepia\i386_nt\config.h"\
2238	"..\..\sepia\i386_nt\database.h"\
2239	"..\..\sepia\i386_nt\debug.h"\
2240	"..\..\sepia\i386_nt\dict.h"\
2241	"..\..\sepia\i386_nt\ec_public.h"\
2242	"..\..\sepia\i386_nt\embed.h"\
2243	"..\..\sepia\i386_nt\emu_export.h"\
2244	"..\..\sepia\i386_nt\gencode.h"\
2245	"..\..\sepia\i386_nt\mem.h"\
2246	"..\..\sepia\i386_nt\opcode.h"\
2247	"..\..\sepia\i386_nt\sepia.h"\
2248	"..\..\Shm\i386_nt\memman.h"\
2249	
2250
2251"$(INTDIR)\pass3.obj" : $(SOURCE) $(DEP_CPP_PASS3) "$(INTDIR)"
2252	$(CPP) $(CPP_PROJ) $(SOURCE)
2253
2254
2255!ENDIF 
2256
2257SOURCE=..\..\sepia\i386_nt\pass4.c
2258
2259!IF  "$(CFG)" == "Eclipse - Win32 Release"
2260
2261DEP_CPP_PASS4=\
2262	"..\..\sepia\i386_nt\compiler.h"\
2263	"..\..\sepia\i386_nt\config.h"\
2264	"..\..\sepia\i386_nt\database.h"\
2265	"..\..\sepia\i386_nt\dict.h"\
2266	"..\..\sepia\i386_nt\ec_public.h"\
2267	"..\..\sepia\i386_nt\embed.h"\
2268	"..\..\sepia\i386_nt\gencode.h"\
2269	"..\..\sepia\i386_nt\mem.h"\
2270	"..\..\sepia\i386_nt\opcode.h"\
2271	"..\..\sepia\i386_nt\sepia.h"\
2272	"..\..\Shm\i386_nt\memman.h"\
2273	
2274
2275"$(INTDIR)\pass4.obj" : $(SOURCE) $(DEP_CPP_PASS4) "$(INTDIR)"
2276	$(CPP) $(CPP_PROJ) $(SOURCE)
2277
2278
2279!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
2280
2281DEP_CPP_PASS4=\
2282	"..\..\sepia\i386_nt\compiler.h"\
2283	"..\..\sepia\i386_nt\config.h"\
2284	"..\..\sepia\i386_nt\database.h"\
2285	"..\..\sepia\i386_nt\dict.h"\
2286	"..\..\sepia\i386_nt\ec_public.h"\
2287	"..\..\sepia\i386_nt\embed.h"\
2288	"..\..\sepia\i386_nt\gencode.h"\
2289	"..\..\sepia\i386_nt\mem.h"\
2290	"..\..\sepia\i386_nt\opcode.h"\
2291	"..\..\sepia\i386_nt\sepia.h"\
2292	"..\..\Shm\i386_nt\memman.h"\
2293	
2294
2295"$(INTDIR)\pass4.obj" : $(SOURCE) $(DEP_CPP_PASS4) "$(INTDIR)"
2296	$(CPP) $(CPP_PROJ) $(SOURCE)
2297
2298
2299!ENDIF 
2300
2301SOURCE=..\..\sepia\i386_nt\printam.c
2302
2303!IF  "$(CFG)" == "Eclipse - Win32 Release"
2304
2305DEP_CPP_PRINT=\
2306	"..\..\sepia\i386_nt\config.h"\
2307	"..\..\sepia\i386_nt\database.h"\
2308	"..\..\sepia\i386_nt\debug.h"\
2309	"..\..\sepia\i386_nt\dict.h"\
2310	"..\..\sepia\i386_nt\dynamic.h"\
2311	"..\..\sepia\i386_nt\ec_public.h"\
2312	"..\..\sepia\i386_nt\embed.h"\
2313	"..\..\sepia\i386_nt\emu_export.h"\
2314	"..\..\sepia\i386_nt\gencode.h"\
2315	"..\..\sepia\i386_nt\mem.h"\
2316	"..\..\sepia\i386_nt\module.h"\
2317	"..\..\sepia\i386_nt\names.h"\
2318	"..\..\sepia\i386_nt\opcode.h"\
2319	"..\..\sepia\i386_nt\sepia.h"\
2320	"..\..\Shm\i386_nt\memman.h"\
2321	
2322
2323"$(INTDIR)\printam.obj" : $(SOURCE) $(DEP_CPP_PRINT) "$(INTDIR)"
2324	$(CPP) $(CPP_PROJ) $(SOURCE)
2325
2326
2327!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
2328
2329DEP_CPP_PRINT=\
2330	"..\..\sepia\i386_nt\config.h"\
2331	"..\..\sepia\i386_nt\database.h"\
2332	"..\..\sepia\i386_nt\debug.h"\
2333	"..\..\sepia\i386_nt\dict.h"\
2334	"..\..\sepia\i386_nt\dynamic.h"\
2335	"..\..\sepia\i386_nt\ec_public.h"\
2336	"..\..\sepia\i386_nt\embed.h"\
2337	"..\..\sepia\i386_nt\emu_export.h"\
2338	"..\..\sepia\i386_nt\gencode.h"\
2339	"..\..\sepia\i386_nt\mem.h"\
2340	"..\..\sepia\i386_nt\module.h"\
2341	"..\..\sepia\i386_nt\names.h"\
2342	"..\..\sepia\i386_nt\opcode.h"\
2343	"..\..\sepia\i386_nt\sepia.h"\
2344	"..\..\Shm\i386_nt\memman.h"\
2345	
2346
2347"$(INTDIR)\printam.obj" : $(SOURCE) $(DEP_CPP_PRINT) "$(INTDIR)"
2348	$(CPP) $(CPP_PROJ) $(SOURCE)
2349
2350
2351!ENDIF 
2352
2353SOURCE=..\..\sepia\i386_nt\proc_desc.c
2354
2355!IF  "$(CFG)" == "Eclipse - Win32 Release"
2356
2357DEP_CPP_PROC_=\
2358	"..\..\sepia\i386_nt\config.h"\
2359	"..\..\sepia\i386_nt\database.h"\
2360	"..\..\sepia\i386_nt\dict.h"\
2361	"..\..\sepia\i386_nt\dynamic.h"\
2362	"..\..\sepia\i386_nt\ec_public.h"\
2363	"..\..\sepia\i386_nt\embed.h"\
2364	"..\..\sepia\i386_nt\emu_export.h"\
2365	"..\..\sepia\i386_nt\gencode.h"\
2366	"..\..\sepia\i386_nt\mem.h"\
2367	"..\..\sepia\i386_nt\module.h"\
2368	"..\..\sepia\i386_nt\opcode.h"\
2369	"..\..\sepia\i386_nt\property.h"\
2370	"..\..\sepia\i386_nt\sepia.h"\
2371	"..\..\Shm\i386_nt\memman.h"\
2372	
2373
2374"$(INTDIR)\proc_desc.obj" : $(SOURCE) $(DEP_CPP_PROC_) "$(INTDIR)"
2375	$(CPP) $(CPP_PROJ) $(SOURCE)
2376
2377
2378!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
2379
2380DEP_CPP_PROC_=\
2381	"..\..\sepia\i386_nt\config.h"\
2382	"..\..\sepia\i386_nt\database.h"\
2383	"..\..\sepia\i386_nt\dict.h"\
2384	"..\..\sepia\i386_nt\dynamic.h"\
2385	"..\..\sepia\i386_nt\ec_public.h"\
2386	"..\..\sepia\i386_nt\embed.h"\
2387	"..\..\sepia\i386_nt\emu_export.h"\
2388	"..\..\sepia\i386_nt\gencode.h"\
2389	"..\..\sepia\i386_nt\mem.h"\
2390	"..\..\sepia\i386_nt\module.h"\
2391	"..\..\sepia\i386_nt\opcode.h"\
2392	"..\..\sepia\i386_nt\property.h"\
2393	"..\..\sepia\i386_nt\sepia.h"\
2394	"..\..\Shm\i386_nt\memman.h"\
2395	
2396
2397"$(INTDIR)\proc_desc.obj" : $(SOURCE) $(DEP_CPP_PROC_) "$(INTDIR)"
2398	$(CPP) $(CPP_PROJ) $(SOURCE)
2399
2400
2401!ENDIF 
2402
2403SOURCE=..\..\sepia\i386_nt\procedure.c
2404
2405!IF  "$(CFG)" == "Eclipse - Win32 Release"
2406
2407DEP_CPP_PROCE=\
2408	"..\..\sepia\i386_nt\compiler.h"\
2409	"..\..\sepia\i386_nt\config.h"\
2410	"..\..\sepia\i386_nt\database.h"\
2411	"..\..\sepia\i386_nt\dict.h"\
2412	"..\..\sepia\i386_nt\ec_public.h"\
2413	"..\..\sepia\i386_nt\embed.h"\
2414	"..\..\sepia\i386_nt\emu_export.h"\
2415	"..\..\sepia\i386_nt\gencode.h"\
2416	"..\..\sepia\i386_nt\mem.h"\
2417	"..\..\sepia\i386_nt\module.h"\
2418	"..\..\sepia\i386_nt\opcode.h"\
2419	"..\..\sepia\i386_nt\os_support.h"\
2420	"..\..\sepia\i386_nt\property.h"\
2421	"..\..\sepia\i386_nt\read.h"\
2422	"..\..\sepia\i386_nt\sepia.h"\
2423	"..\..\Shm\i386_nt\memman.h"\
2424	
2425
2426"$(INTDIR)\procedure.obj" : $(SOURCE) $(DEP_CPP_PROCE) "$(INTDIR)"
2427	$(CPP) $(CPP_PROJ) $(SOURCE)
2428
2429
2430!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
2431
2432DEP_CPP_PROCE=\
2433	"..\..\sepia\i386_nt\compiler.h"\
2434	"..\..\sepia\i386_nt\config.h"\
2435	"..\..\sepia\i386_nt\database.h"\
2436	"..\..\sepia\i386_nt\dict.h"\
2437	"..\..\sepia\i386_nt\ec_public.h"\
2438	"..\..\sepia\i386_nt\embed.h"\
2439	"..\..\sepia\i386_nt\emu_export.h"\
2440	"..\..\sepia\i386_nt\gencode.h"\
2441	"..\..\sepia\i386_nt\mem.h"\
2442	"..\..\sepia\i386_nt\module.h"\
2443	"..\..\sepia\i386_nt\opcode.h"\
2444	"..\..\sepia\i386_nt\os_support.h"\
2445	"..\..\sepia\i386_nt\property.h"\
2446	"..\..\sepia\i386_nt\read.h"\
2447	"..\..\sepia\i386_nt\sepia.h"\
2448	"..\..\Shm\i386_nt\memman.h"\
2449	
2450
2451"$(INTDIR)\procedure.obj" : $(SOURCE) $(DEP_CPP_PROCE) "$(INTDIR)"
2452	$(CPP) $(CPP_PROJ) $(SOURCE)
2453
2454
2455!ENDIF 
2456
2457SOURCE=..\..\sepia\i386_nt\property.c
2458
2459!IF  "$(CFG)" == "Eclipse - Win32 Release"
2460
2461DEP_CPP_PROPE=\
2462	"..\..\sepia\i386_nt\config.h"\
2463	"..\..\sepia\i386_nt\dict.h"\
2464	"..\..\sepia\i386_nt\ec_public.h"\
2465	"..\..\sepia\i386_nt\embed.h"\
2466	"..\..\sepia\i386_nt\emu_export.h"\
2467	"..\..\sepia\i386_nt\mem.h"\
2468	"..\..\sepia\i386_nt\module.h"\
2469	"..\..\sepia\i386_nt\property.h"\
2470	"..\..\sepia\i386_nt\sepia.h"\
2471	"..\..\Shm\i386_nt\memman.h"\
2472	
2473
2474"$(INTDIR)\property.obj" : $(SOURCE) $(DEP_CPP_PROPE) "$(INTDIR)"
2475	$(CPP) $(CPP_PROJ) $(SOURCE)
2476
2477
2478!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
2479
2480DEP_CPP_PROPE=\
2481	"..\..\sepia\i386_nt\config.h"\
2482	"..\..\sepia\i386_nt\dict.h"\
2483	"..\..\sepia\i386_nt\ec_public.h"\
2484	"..\..\sepia\i386_nt\embed.h"\
2485	"..\..\sepia\i386_nt\emu_export.h"\
2486	"..\..\sepia\i386_nt\mem.h"\
2487	"..\..\sepia\i386_nt\module.h"\
2488	"..\..\sepia\i386_nt\property.h"\
2489	"..\..\sepia\i386_nt\sepia.h"\
2490	"..\..\Shm\i386_nt\memman.h"\
2491	
2492
2493"$(INTDIR)\property.obj" : $(SOURCE) $(DEP_CPP_PROPE) "$(INTDIR)"
2494	$(CPP) $(CPP_PROJ) $(SOURCE)
2495
2496
2497!ENDIF 
2498
2499SOURCE=..\..\sepia\i386_nt\read.c
2500
2501!IF  "$(CFG)" == "Eclipse - Win32 Release"
2502
2503DEP_CPP_READ_=\
2504	"..\..\sepia\i386_nt\compiler.h"\
2505	"..\..\sepia\i386_nt\config.h"\
2506	"..\..\sepia\i386_nt\dict.h"\
2507	"..\..\sepia\i386_nt\ec_public.h"\
2508	"..\..\sepia\i386_nt\embed.h"\
2509	"..\..\sepia\i386_nt\emu_export.h"\
2510	"..\..\sepia\i386_nt\lex.h"\
2511	"..\..\sepia\i386_nt\mem.h"\
2512	"..\..\sepia\i386_nt\module.h"\
2513	"..\..\sepia\i386_nt\property.h"\
2514	"..\..\sepia\i386_nt\read.h"\
2515	"..\..\sepia\i386_nt\sepia.h"\
2516	"..\..\Shm\i386_nt\memman.h"\
2517	
2518
2519"$(INTDIR)\read.obj" : $(SOURCE) $(DEP_CPP_READ_) "$(INTDIR)"
2520	$(CPP) $(CPP_PROJ) $(SOURCE)
2521
2522
2523!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
2524
2525DEP_CPP_READ_=\
2526	"..\..\sepia\i386_nt\compiler.h"\
2527	"..\..\sepia\i386_nt\config.h"\
2528	"..\..\sepia\i386_nt\dict.h"\
2529	"..\..\sepia\i386_nt\ec_public.h"\
2530	"..\..\sepia\i386_nt\embed.h"\
2531	"..\..\sepia\i386_nt\emu_export.h"\
2532	"..\..\sepia\i386_nt\lex.h"\
2533	"..\..\sepia\i386_nt\mem.h"\
2534	"..\..\sepia\i386_nt\module.h"\
2535	"..\..\sepia\i386_nt\property.h"\
2536	"..\..\sepia\i386_nt\read.h"\
2537	"..\..\sepia\i386_nt\sepia.h"\
2538	"..\..\Shm\i386_nt\memman.h"\
2539	
2540
2541"$(INTDIR)\read.obj" : $(SOURCE) $(DEP_CPP_READ_) "$(INTDIR)"
2542	$(CPP) $(CPP_PROJ) $(SOURCE)
2543
2544
2545!ENDIF 
2546
2547SOURCE=..\..\sepia\i386_nt\section.c
2548
2549!IF  "$(CFG)" == "Eclipse - Win32 Release"
2550
2551DEP_CPP_SECTI=\
2552	"..\..\sepia\i386_nt\compiler.h"\
2553	"..\..\sepia\i386_nt\config.h"\
2554	"..\..\sepia\i386_nt\database.h"\
2555	"..\..\sepia\i386_nt\debug.h"\
2556	"..\..\sepia\i386_nt\dict.h"\
2557	"..\..\sepia\i386_nt\ec_public.h"\
2558	"..\..\sepia\i386_nt\embed.h"\
2559	"..\..\sepia\i386_nt\emu_export.h"\
2560	"..\..\sepia\i386_nt\gencode.h"\
2561	"..\..\sepia\i386_nt\mem.h"\
2562	"..\..\sepia\i386_nt\opcode.h"\
2563	"..\..\sepia\i386_nt\sepia.h"\
2564	"..\..\Shm\i386_nt\memman.h"\
2565	
2566
2567"$(INTDIR)\section.obj" : $(SOURCE) $(DEP_CPP_SECTI) "$(INTDIR)"
2568	$(CPP) $(CPP_PROJ) $(SOURCE)
2569
2570
2571!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
2572
2573DEP_CPP_SECTI=\
2574	"..\..\sepia\i386_nt\compiler.h"\
2575	"..\..\sepia\i386_nt\config.h"\
2576	"..\..\sepia\i386_nt\database.h"\
2577	"..\..\sepia\i386_nt\debug.h"\
2578	"..\..\sepia\i386_nt\dict.h"\
2579	"..\..\sepia\i386_nt\ec_public.h"\
2580	"..\..\sepia\i386_nt\embed.h"\
2581	"..\..\sepia\i386_nt\emu_export.h"\
2582	"..\..\sepia\i386_nt\gencode.h"\
2583	"..\..\sepia\i386_nt\mem.h"\
2584	"..\..\sepia\i386_nt\opcode.h"\
2585	"..\..\sepia\i386_nt\sepia.h"\
2586	"..\..\Shm\i386_nt\memman.h"\
2587	
2588
2589"$(INTDIR)\section.obj" : $(SOURCE) $(DEP_CPP_SECTI) "$(INTDIR)"
2590	$(CPP) $(CPP_PROJ) $(SOURCE)
2591
2592
2593!ENDIF 
2594
2595SOURCE=..\..\sepia\i386_nt\whereami_default.c
2596
2597"$(INTDIR)\whereami_default.obj" : $(SOURCE) "$(INTDIR)"
2598	$(CPP) $(CPP_PROJ) $(SOURCE)
2599
2600
2601SOURCE=..\..\sepia\i386_nt\write.c
2602
2603!IF  "$(CFG)" == "Eclipse - Win32 Release"
2604
2605DEP_CPP_WRITE=\
2606	"..\..\sepia\i386_nt\compiler.h"\
2607	"..\..\sepia\i386_nt\config.h"\
2608	"..\..\sepia\i386_nt\dict.h"\
2609	"..\..\sepia\i386_nt\ec_public.h"\
2610	"..\..\sepia\i386_nt\embed.h"\
2611	"..\..\sepia\i386_nt\emu_export.h"\
2612	"..\..\sepia\i386_nt\lex.h"\
2613	"..\..\sepia\i386_nt\mem.h"\
2614	"..\..\sepia\i386_nt\module.h"\
2615	"..\..\sepia\i386_nt\property.h"\
2616	"..\..\sepia\i386_nt\sepia.h"\
2617	"..\..\Shm\i386_nt\memman.h"\
2618	
2619
2620"$(INTDIR)\write.obj" : $(SOURCE) $(DEP_CPP_WRITE) "$(INTDIR)"
2621	$(CPP) $(CPP_PROJ) $(SOURCE)
2622
2623
2624!ELSEIF  "$(CFG)" == "Eclipse - Win32 Debug"
2625
2626DEP_CPP_WRITE=\
2627	"..\..\sepia\i386_nt\compiler.h"\
2628	"..\..\sepia\i386_nt\config.h"\
2629	"..\..\sepia\i386_nt\dict.h"\
2630	"..\..\sepia\i386_nt\ec_public.h"\
2631	"..\..\sepia\i386_nt\embed.h"\
2632	"..\..\sepia\i386_nt\emu_export.h"\
2633	"..\..\sepia\i386_nt\lex.h"\
2634	"..\..\sepia\i386_nt\mem.h"\
2635	"..\..\sepia\i386_nt\module.h"\
2636	"..\..\sepia\i386_nt\property.h"\
2637	"..\..\sepia\i386_nt\sepia.h"\
2638	"..\..\Shm\i386_nt\memman.h"\
2639	
2640
2641"$(INTDIR)\write.obj" : $(SOURCE) $(DEP_CPP_WRITE) "$(INTDIR)"
2642	$(CPP) $(CPP_PROJ) $(SOURCE)
2643
2644
2645!ENDIF 
2646
2647
2648!ENDIF 
2649
2650