This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
198ca3120f7da1b520167da110d3bcd462c41166
[perl5.git] / win32 / VC-2.0 / modules.mak
1 # Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
2 # ** DO NOT EDIT **
3
4 # TARGTYPE "Win32 (x86) Static Library" 0x0104
5
6 !IF "$(CFG)" == ""
7 CFG=modules - Win32 Debug
8 !MESSAGE No configuration specified.  Defaulting to modules - Win32 Debug.
9 !ENDIF 
10
11 !IF "$(CFG)" != "modules - Win32 Release" && "$(CFG)" !=\
12  "modules - 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 "modules.mak" CFG="modules - Win32 Debug"
18 !MESSAGE 
19 !MESSAGE Possible choices for configuration are:
20 !MESSAGE 
21 !MESSAGE "modules - Win32 Release" (based on "Win32 (x86) Static Library")
22 !MESSAGE "modules - Win32 Debug" (based on "Win32 (x86) Static Library")
23 !MESSAGE 
24 !ERROR An invalid configuration is specified.
25 !ENDIF 
26
27 !IF "$(OS)" == "Windows_NT"
28 NULL=
29 !ELSE 
30 NULL=nul
31 !ENDIF 
32 ################################################################################
33 # Begin Project
34 # PROP Target_Last_Scanned "modules - Win32 Debug"
35 CPP=cl.exe
36
37 !IF  "$(CFG)" == "modules - Win32 Release"
38
39 # PROP BASE Use_MFC 0
40 # PROP BASE Use_Debug_Libraries 0
41 # PROP BASE Output_Dir "modules_"
42 # PROP BASE Intermediate_Dir "modules_"
43 # PROP BASE Target_Dir ""
44 # PROP Use_MFC 0
45 # PROP Use_Debug_Libraries 0
46 # PROP Output_Dir "Release"
47 # PROP Intermediate_Dir "Release"
48 # PROP Target_Dir ""
49 OUTDIR=.\Release
50 INTDIR=.\Release
51
52 ALL : ".\modules.lib"
53
54 CLEAN : 
55         -@erase "$(INTDIR)\Dynaloader.obj"
56         -@erase ".\modules.lib"
57
58 "$(OUTDIR)" :
59     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
60
61 # ADD BASE CPP /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
62 # ADD CPP /nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "MSDOS" /YX /c
63 CPP_PROJ=/nologo /MT /W3 /O2 /I ".\include" /I "." /I ".." /D "NDEBUG" /D\
64  "WIN32" /D "_WINDOWS" /D "MSDOS" /Fp"$(INTDIR)/modules.pch" /YX /Fo"$(INTDIR)/"\
65  /c 
66 CPP_OBJS=.\Release/
67 CPP_SBRS=.\.
68 BSC32=bscmake.exe
69 # ADD BASE BSC32 /nologo
70 # ADD BSC32 /nologo
71 BSC32_FLAGS=/nologo /o"$(OUTDIR)/modules.bsc" 
72 BSC32_SBRS= \
73         
74 LIB32=link.exe -lib
75 # ADD BASE LIB32 /nologo
76 # ADD LIB32 /nologo /out:"modules.lib"
77 LIB32_FLAGS=/nologo /out:"modules.lib" 
78 LIB32_OBJS= \
79         "$(INTDIR)\Dynaloader.obj"
80
81 ".\modules.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
82     $(LIB32) @<<
83   $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
84 <<
85
86 !ELSEIF  "$(CFG)" == "modules - Win32 Debug"
87
88 # PROP BASE Use_MFC 0
89 # PROP BASE Use_Debug_Libraries 1
90 # PROP BASE Output_Dir "modules0"
91 # PROP BASE Intermediate_Dir "modules0"
92 # PROP BASE Target_Dir ""
93 # PROP Use_MFC 0
94 # PROP Use_Debug_Libraries 1
95 # PROP Output_Dir "Debug"
96 # PROP Intermediate_Dir "Debug"
97 # PROP Target_Dir ""
98 OUTDIR=.\Debug
99 INTDIR=.\Debug
100
101 ALL : ".\modules.lib"
102
103 CLEAN : 
104         -@erase "$(INTDIR)\Dynaloader.obj"
105         -@erase ".\modules.lib"
106
107 "$(OUTDIR)" :
108     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
109
110 # ADD BASE CPP /nologo /W3 /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
111 # ADD CPP /nologo /MTd /W3 /Z7 /Od /I ".\include" /I "." /I ".." /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "MSDOS" /YX /c
112 CPP_PROJ=/nologo /MTd /W3 /Z7 /Od /I ".\include" /I "." /I ".." /D "_DEBUG"\
113  /D "WIN32" /D "_WINDOWS" /D "MSDOS" /Fp"$(INTDIR)/modules.pch" /YX\
114  /Fo"$(INTDIR)/" /c 
115 CPP_OBJS=.\Debug/
116 CPP_SBRS=.\.
117 BSC32=bscmake.exe
118 # ADD BASE BSC32 /nologo
119 # ADD BSC32 /nologo
120 BSC32_FLAGS=/nologo /o"$(OUTDIR)/modules.bsc" 
121 BSC32_SBRS= \
122         
123 LIB32=link.exe -lib
124 # ADD BASE LIB32 /nologo
125 # ADD LIB32 /nologo /out:"modules.lib"
126 LIB32_FLAGS=/nologo /out:"modules.lib" 
127 LIB32_OBJS= \
128         "$(INTDIR)\Dynaloader.obj"
129
130 ".\modules.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
131     $(LIB32) @<<
132   $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
133 <<
134
135 !ENDIF 
136
137 .c{$(CPP_OBJS)}.obj:
138    $(CPP) $(CPP_PROJ) $<  
139
140 .cpp{$(CPP_OBJS)}.obj:
141    $(CPP) $(CPP_PROJ) $<  
142
143 .cxx{$(CPP_OBJS)}.obj:
144    $(CPP) $(CPP_PROJ) $<  
145
146 .c{$(CPP_SBRS)}.sbr:
147    $(CPP) $(CPP_PROJ) $<  
148
149 .cpp{$(CPP_SBRS)}.sbr:
150    $(CPP) $(CPP_PROJ) $<  
151
152 .cxx{$(CPP_SBRS)}.sbr:
153    $(CPP) $(CPP_PROJ) $<  
154
155 ################################################################################
156 # Begin Target
157
158 # Name "modules - Win32 Release"
159 # Name "modules - Win32 Debug"
160
161 !IF  "$(CFG)" == "modules - Win32 Release"
162
163 !ELSEIF  "$(CFG)" == "modules - Win32 Debug"
164
165 !ENDIF 
166
167 ################################################################################
168 # Begin Source File
169
170 SOURCE=..\ext\DynaLoader\Dynaloader.c
171
172 !IF  "$(CFG)" == "modules - Win32 Release"
173
174 DEP_CPP_DYNAL=\
175         "..\av.h"\
176         "..\cop.h"\
177         "..\cv.h"\
178         "..\dosish.h"\
179         "..\embed.h"\
180         "..\form.h"\
181         "..\gv.h"\
182         "..\handy.h"\
183         "..\hv.h"\
184         "..\mg.h"\
185         "..\nostdio.h"\
186         "..\op.h"\
187         "..\opcode.h"\
188         "..\perl.h"\
189         "..\perlio.h"\
190         "..\perlsdio.h"\
191         "..\perlsfio.h"\
192         "..\perly.h"\
193         "..\plan9\plan9ish.h"\
194         "..\pp.h"\
195         "..\proto.h"\
196         "..\regexp.h"\
197         "..\scope.h"\
198         "..\sv.h"\
199         "..\unixish.h"\
200         "..\util.h"\
201         "..\XSUB.h"\
202         ".\..\ext\DynaLoader\dlutils.c"\
203         ".\config.h"\
204         ".\EXTERN.h"\
205         ".\include\dirent.h"\
206         ".\include\netdb.h"\
207         ".\include\sys/socket.h"\
208         ".\win32.h"\
209         "$(INCLUDE)\sys\Stat.h"\
210         "$(INCLUDE)\sys\Types.h"\
211         
212 NODEP_CPP_DYNAL=\
213         "..\os2ish.h"\
214         "..\vmsish.h"\
215         
216
217 "$(INTDIR)\Dynaloader.obj" : $(SOURCE) $(DEP_CPP_DYNAL) "$(INTDIR)"
218    $(CPP) $(CPP_PROJ) $(SOURCE)
219
220
221 !ELSEIF  "$(CFG)" == "modules - Win32 Debug"
222
223 DEP_CPP_DYNAL=\
224         "..\av.h"\
225         "..\cop.h"\
226         "..\cv.h"\
227         "..\dosish.h"\
228         "..\embed.h"\
229         "..\form.h"\
230         "..\gv.h"\
231         "..\handy.h"\
232         "..\hv.h"\
233         "..\mg.h"\
234         "..\nostdio.h"\
235         "..\op.h"\
236         "..\opcode.h"\
237         "..\perl.h"\
238         "..\perlio.h"\
239         "..\perlsdio.h"\
240         "..\perlsfio.h"\
241         "..\perly.h"\
242         "..\plan9\plan9ish.h"\
243         "..\pp.h"\
244         "..\proto.h"\
245         "..\regexp.h"\
246         "..\scope.h"\
247         "..\sv.h"\
248         "..\unixish.h"\
249         "..\util.h"\
250         "..\XSUB.h"\
251         ".\..\ext\DynaLoader\dlutils.c"\
252         ".\config.h"\
253         ".\EXTERN.h"\
254         ".\include\dirent.h"\
255         ".\include\netdb.h"\
256         ".\include\sys/socket.h"\
257         ".\win32.h"\
258         ".\win32io.h"\
259         ".\win32iop.h"\
260         "$(INCLUDE)\sys\Stat.h"\
261         "$(INCLUDE)\sys\Types.h"\
262         
263 NODEP_CPP_DYNAL=\
264         "..\os2ish.h"\
265         "..\vmsish.h"\
266         
267
268 "$(INTDIR)\Dynaloader.obj" : $(SOURCE) $(DEP_CPP_DYNAL) "$(INTDIR)"
269    $(CPP) $(CPP_PROJ) $(SOURCE)
270
271
272 !ENDIF 
273
274 # End Source File
275 ################################################################################
276 # Begin Source File
277
278 SOURCE=..\ext\Fcntl\Fcntl.c
279
280 !IF  "$(CFG)" == "modules - Win32 Release"
281
282 DEP_CPP_FCNTL=\
283         "..\av.h"\
284         "..\cop.h"\
285         "..\cv.h"\
286         "..\dosish.h"\
287         "..\embed.h"\
288         "..\form.h"\
289         "..\gv.h"\
290         "..\handy.h"\
291         "..\hv.h"\
292         "..\mg.h"\
293         "..\nostdio.h"\
294         "..\op.h"\
295         "..\opcode.h"\
296         "..\perl.h"\
297         "..\perlio.h"\
298         "..\perlsdio.h"\
299         "..\perlsfio.h"\
300         "..\perly.h"\
301         "..\plan9\plan9ish.h"\
302         "..\pp.h"\
303         "..\proto.h"\
304         "..\regexp.h"\
305         "..\scope.h"\
306         "..\sv.h"\
307         "..\unixish.h"\
308         "..\util.h"\
309         "..\XSUB.h"\
310         ".\config.h"\
311         ".\EXTERN.h"\
312         ".\include\dirent.h"\
313         ".\include\netdb.h"\
314         ".\include\sys/socket.h"\
315         ".\win32.h"\
316         "$(INCLUDE)\sys\Stat.h"\
317         "$(INCLUDE)\sys\Types.h"\
318         
319 NODEP_CPP_FCNTL=\
320         "..\os2ish.h"\
321         "..\vmsish.h"\
322         
323
324 "$(INTDIR)\Fcntl.obj" : $(SOURCE) $(DEP_CPP_FCNTL) "$(INTDIR)"
325    $(CPP) $(CPP_PROJ) $(SOURCE)
326
327
328 !ELSEIF  "$(CFG)" == "modules - Win32 Debug"
329
330 DEP_CPP_FCNTL=\
331         "..\av.h"\
332         "..\cop.h"\
333         "..\cv.h"\
334         "..\dosish.h"\
335         "..\embed.h"\
336         "..\form.h"\
337         "..\gv.h"\
338         "..\handy.h"\
339         "..\hv.h"\
340         "..\mg.h"\
341         "..\nostdio.h"\
342         "..\op.h"\
343         "..\opcode.h"\
344         "..\perl.h"\
345         "..\perlio.h"\
346         "..\perlsdio.h"\
347         "..\perlsfio.h"\
348         "..\perly.h"\
349         "..\plan9\plan9ish.h"\
350         "..\pp.h"\
351         "..\proto.h"\
352         "..\regexp.h"\
353         "..\scope.h"\
354         "..\sv.h"\
355         "..\unixish.h"\
356         "..\util.h"\
357         "..\XSUB.h"\
358         ".\config.h"\
359         ".\EXTERN.h"\
360         ".\include\dirent.h"\
361         ".\include\netdb.h"\
362         ".\include\sys/socket.h"\
363         ".\win32.h"\
364         ".\win32io.h"\
365         ".\win32iop.h"\
366         "$(INCLUDE)\sys\Stat.h"\
367         "$(INCLUDE)\sys\Types.h"\
368         
369 NODEP_CPP_FCNTL=\
370         "..\os2ish.h"\
371         "..\vmsish.h"\
372         
373
374 "$(INTDIR)\Fcntl.obj" : $(SOURCE) $(DEP_CPP_FCNTL) "$(INTDIR)"
375    $(CPP) $(CPP_PROJ) $(SOURCE)
376
377
378 !ENDIF 
379
380 # End Source File
381 ################################################################################
382 # Begin Source File
383
384 SOURCE=..\ext\Io\IO.c
385
386 !IF  "$(CFG)" == "modules - Win32 Release"
387
388 DEP_CPP_IO_C4=\
389         "..\av.h"\
390         "..\cop.h"\
391         "..\cv.h"\
392         "..\dosish.h"\
393         "..\embed.h"\
394         "..\form.h"\
395         "..\gv.h"\
396         "..\handy.h"\
397         "..\hv.h"\
398         "..\mg.h"\
399         "..\nostdio.h"\
400         "..\op.h"\
401         "..\opcode.h"\
402         "..\perl.h"\
403         "..\perlio.h"\
404         "..\perlsdio.h"\
405         "..\perlsfio.h"\
406         "..\perly.h"\
407         "..\plan9\plan9ish.h"\
408         "..\pp.h"\
409         "..\proto.h"\
410         "..\regexp.h"\
411         "..\scope.h"\
412         "..\sv.h"\
413         "..\unixish.h"\
414         "..\util.h"\
415         "..\XSUB.h"\
416         ".\config.h"\
417         ".\EXTERN.h"\
418         ".\include\dirent.h"\
419         ".\include\netdb.h"\
420         ".\include\sys/socket.h"\
421         ".\win32.h"\
422         "$(INCLUDE)\sys\Stat.h"\
423         "$(INCLUDE)\sys\Types.h"\
424         
425 NODEP_CPP_IO_C4=\
426         "..\os2ish.h"\
427         "..\vmsish.h"\
428         
429
430 "$(INTDIR)\IO.obj" : $(SOURCE) $(DEP_CPP_IO_C4) "$(INTDIR)"
431    $(CPP) $(CPP_PROJ) $(SOURCE)
432
433
434 !ELSEIF  "$(CFG)" == "modules - Win32 Debug"
435
436 DEP_CPP_IO_C4=\
437         "..\av.h"\
438         "..\cop.h"\
439         "..\cv.h"\
440         "..\dosish.h"\
441         "..\embed.h"\
442         "..\form.h"\
443         "..\gv.h"\
444         "..\handy.h"\
445         "..\hv.h"\
446         "..\mg.h"\
447         "..\nostdio.h"\
448         "..\op.h"\
449         "..\opcode.h"\
450         "..\perl.h"\
451         "..\perlio.h"\
452         "..\perlsdio.h"\
453         "..\perlsfio.h"\
454         "..\perly.h"\
455         "..\plan9\plan9ish.h"\
456         "..\pp.h"\
457         "..\proto.h"\
458         "..\regexp.h"\
459         "..\scope.h"\
460         "..\sv.h"\
461         "..\unixish.h"\
462         "..\util.h"\
463         "..\XSUB.h"\
464         ".\config.h"\
465         ".\EXTERN.h"\
466         ".\include\dirent.h"\
467         ".\include\netdb.h"\
468         ".\include\sys/socket.h"\
469         ".\win32.h"\
470         ".\win32io.h"\
471         ".\win32iop.h"\
472         "$(INCLUDE)\sys\Stat.h"\
473         "$(INCLUDE)\sys\Types.h"\
474         
475 NODEP_CPP_IO_C4=\
476         "..\os2ish.h"\
477         "..\vmsish.h"\
478         
479
480 "$(INTDIR)\IO.obj" : $(SOURCE) $(DEP_CPP_IO_C4) "$(INTDIR)"
481    $(CPP) $(CPP_PROJ) $(SOURCE)
482
483
484 !ENDIF 
485
486 # End Source File
487 ################################################################################
488 # Begin Source File
489
490 SOURCE=..\ext\Opcode\Opcode.c
491
492 !IF  "$(CFG)" == "modules - Win32 Release"
493
494 DEP_CPP_OPCOD=\
495         "..\av.h"\
496         "..\cop.h"\
497         "..\cv.h"\
498         "..\dosish.h"\
499         "..\embed.h"\
500         "..\form.h"\
501         "..\gv.h"\
502         "..\handy.h"\
503         "..\hv.h"\
504         "..\mg.h"\
505         "..\nostdio.h"\
506         "..\op.h"\
507         "..\opcode.h"\
508         "..\perl.h"\
509         "..\perlio.h"\
510         "..\perlsdio.h"\
511         "..\perlsfio.h"\
512         "..\perly.h"\
513         "..\plan9\plan9ish.h"\
514         "..\pp.h"\
515         "..\proto.h"\
516         "..\regexp.h"\
517         "..\scope.h"\
518         "..\sv.h"\
519         "..\unixish.h"\
520         "..\util.h"\
521         "..\XSUB.h"\
522         ".\config.h"\
523         ".\EXTERN.h"\
524         ".\include\dirent.h"\
525         ".\include\netdb.h"\
526         ".\include\sys/socket.h"\
527         ".\win32.h"\
528         "$(INCLUDE)\sys\Stat.h"\
529         "$(INCLUDE)\sys\Types.h"\
530         
531 NODEP_CPP_OPCOD=\
532         "..\os2ish.h"\
533         "..\vmsish.h"\
534         
535
536 "$(INTDIR)\Opcode.obj" : $(SOURCE) $(DEP_CPP_OPCOD) "$(INTDIR)"
537    $(CPP) $(CPP_PROJ) $(SOURCE)
538
539
540 !ELSEIF  "$(CFG)" == "modules - Win32 Debug"
541
542 DEP_CPP_OPCOD=\
543         "..\av.h"\
544         "..\cop.h"\
545         "..\cv.h"\
546         "..\dosish.h"\
547         "..\embed.h"\
548         "..\form.h"\
549         "..\gv.h"\
550         "..\handy.h"\
551         "..\hv.h"\
552         "..\mg.h"\
553         "..\nostdio.h"\
554         "..\op.h"\
555         "..\opcode.h"\
556         "..\perl.h"\
557         "..\perlio.h"\
558         "..\perlsdio.h"\
559         "..\perlsfio.h"\
560         "..\perly.h"\
561         "..\plan9\plan9ish.h"\
562         "..\pp.h"\
563         "..\proto.h"\
564         "..\regexp.h"\
565         "..\scope.h"\
566         "..\sv.h"\
567         "..\unixish.h"\
568         "..\util.h"\
569         "..\XSUB.h"\
570         ".\config.h"\
571         ".\EXTERN.h"\
572         ".\include\dirent.h"\
573         ".\include\netdb.h"\
574         ".\include\sys/socket.h"\
575         ".\win32.h"\
576         ".\win32io.h"\
577         ".\win32iop.h"\
578         "$(INCLUDE)\sys\Stat.h"\
579         "$(INCLUDE)\sys\Types.h"\
580         
581 NODEP_CPP_OPCOD=\
582         "..\os2ish.h"\
583         "..\vmsish.h"\
584         
585
586 "$(INTDIR)\Opcode.obj" : $(SOURCE) $(DEP_CPP_OPCOD) "$(INTDIR)"
587    $(CPP) $(CPP_PROJ) $(SOURCE)
588
589
590 !ENDIF 
591
592 # End Source File
593 ################################################################################
594 # Begin Source File
595
596 SOURCE=..\ext\SDBM_File\SDBM_File.c
597 DEP_CPP_SDBM_=\
598         "..\av.h"\
599         "..\cop.h"\
600         "..\cv.h"\
601         "..\dosish.h"\
602         "..\embed.h"\
603         "..\form.h"\
604         "..\gv.h"\
605         "..\handy.h"\
606         "..\hv.h"\
607         "..\mg.h"\
608         "..\nostdio.h"\
609         "..\op.h"\
610         "..\opcode.h"\
611         "..\perl.h"\
612         "..\perlio.h"\
613         "..\perlsdio.h"\
614         "..\perlsfio.h"\
615         "..\perly.h"\
616         "..\plan9\plan9ish.h"\
617         "..\pp.h"\
618         "..\proto.h"\
619         "..\regexp.h"\
620         "..\scope.h"\
621         "..\sv.h"\
622         "..\unixish.h"\
623         "..\util.h"\
624         "..\XSUB.h"\
625         ".\..\ext\SDBM_File\sdbm\sdbm.h"\
626         ".\config.h"\
627         ".\EXTERN.h"\
628         ".\include\dirent.h"\
629         ".\include\netdb.h"\
630         ".\include\sys/socket.h"\
631         ".\win32.h"\
632         "$(INCLUDE)\sys\Stat.h"\
633         "$(INCLUDE)\sys\Types.h"\
634         
635 NODEP_CPP_SDBM_=\
636         "..\os2ish.h"\
637         "..\vmsish.h"\
638         
639
640 "$(INTDIR)\SDBM_File.obj" : $(SOURCE) $(DEP_CPP_SDBM_) "$(INTDIR)"
641    $(CPP) $(CPP_PROJ) $(SOURCE)
642
643
644 # End Source File
645 ################################################################################
646 # Begin Source File
647
648 SOURCE=..\ext\Socket\Socket.c
649 DEP_CPP_SOCKE=\
650         "..\av.h"\
651         "..\cop.h"\
652         "..\cv.h"\
653         "..\dosish.h"\
654         "..\embed.h"\
655         "..\form.h"\
656         "..\gv.h"\
657         "..\handy.h"\
658         "..\hv.h"\
659         "..\mg.h"\
660         "..\nostdio.h"\
661         "..\op.h"\
662         "..\opcode.h"\
663         "..\perl.h"\
664         "..\perlio.h"\
665         "..\perlsdio.h"\
666         "..\perlsfio.h"\
667         "..\perly.h"\
668         "..\plan9\plan9ish.h"\
669         "..\pp.h"\
670         "..\proto.h"\
671         "..\regexp.h"\
672         "..\scope.h"\
673         "..\sv.h"\
674         "..\unixish.h"\
675         "..\util.h"\
676         "..\XSUB.h"\
677         ".\config.h"\
678         ".\EXTERN.h"\
679         ".\include\arpa/inet.h"\
680         ".\include\dirent.h"\
681         ".\include\netdb.h"\
682         ".\include\sys/socket.h"\
683         ".\win32.h"\
684         "$(INCLUDE)\sys\Stat.h"\
685         "$(INCLUDE)\sys\Types.h"\
686         
687 NODEP_CPP_SOCKE=\
688         "..\os2ish.h"\
689         "..\vmsish.h"\
690         ".\..\ext\Socket\sockadapt.h"\
691         
692
693 "$(INTDIR)\Socket.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)"
694    $(CPP) $(CPP_PROJ) $(SOURCE)
695
696
697 # End Source File
698 ################################################################################
699 # Begin Source File
700
701 SOURCE=..\ext\SDBM_File\sdbm\sdbm.c
702
703 !IF  "$(CFG)" == "modules - Win32 Release"
704
705 DEP_CPP_SDBM_C=\
706         "..\ext\SDBM_File\sdbm\pair.h"\
707         ".\..\ext\SDBM_File\sdbm\sdbm.h"\
708         ".\..\ext\SDBM_File\sdbm\tune.h"\
709         ".\config.h"\
710         ".\include\dirent.h"\
711         ".\include\netdb.h"\
712         ".\include\sys/socket.h"\
713         ".\win32.h"\
714         "$(INCLUDE)\sys\Stat.h"\
715         "$(INCLUDE)\sys\Types.h"\
716         
717
718 "$(INTDIR)\sdbm.obj" : $(SOURCE) $(DEP_CPP_SDBM_C) "$(INTDIR)"
719    $(CPP) $(CPP_PROJ) $(SOURCE)
720
721
722 !ELSEIF  "$(CFG)" == "modules - Win32 Debug"
723
724 DEP_CPP_SDBM_C=\
725         "..\ext\SDBM_File\sdbm\pair.h"\
726         ".\..\ext\SDBM_File\sdbm\sdbm.h"\
727         ".\..\ext\SDBM_File\sdbm\tune.h"\
728         ".\config.h"\
729         ".\include\dirent.h"\
730         ".\include\netdb.h"\
731         ".\include\sys/socket.h"\
732         ".\win32.h"\
733         
734
735 "$(INTDIR)\sdbm.obj" : $(SOURCE) $(DEP_CPP_SDBM_C) "$(INTDIR)"
736    $(CPP) $(CPP_PROJ) $(SOURCE)
737
738
739 !ENDIF 
740
741 # End Source File
742 ################################################################################
743 # Begin Source File
744
745 SOURCE=..\ext\SDBM_File\sdbm\pair.c
746
747 !IF  "$(CFG)" == "modules - Win32 Release"
748
749 DEP_CPP_PAIR_=\
750         "..\ext\SDBM_File\sdbm\pair.h"\
751         ".\..\ext\SDBM_File\sdbm\sdbm.h"\
752         ".\..\ext\SDBM_File\sdbm\tune.h"\
753         ".\config.h"\
754         ".\include\dirent.h"\
755         ".\include\netdb.h"\
756         ".\include\sys/socket.h"\
757         ".\win32.h"\
758         "$(INCLUDE)\sys\Stat.h"\
759         "$(INCLUDE)\sys\Types.h"\
760         
761
762 "$(INTDIR)\pair.obj" : $(SOURCE) $(DEP_CPP_PAIR_) "$(INTDIR)"
763    $(CPP) $(CPP_PROJ) $(SOURCE)
764
765
766 !ELSEIF  "$(CFG)" == "modules - Win32 Debug"
767
768 DEP_CPP_PAIR_=\
769         "..\ext\SDBM_File\sdbm\pair.h"\
770         ".\..\ext\SDBM_File\sdbm\sdbm.h"\
771         ".\..\ext\SDBM_File\sdbm\tune.h"\
772         ".\config.h"\
773         ".\include\dirent.h"\
774         ".\include\netdb.h"\
775         ".\include\sys/socket.h"\
776         ".\win32.h"\
777         
778
779 "$(INTDIR)\pair.obj" : $(SOURCE) $(DEP_CPP_PAIR_) "$(INTDIR)"
780    $(CPP) $(CPP_PROJ) $(SOURCE)
781
782
783 !ENDIF 
784
785 # End Source File
786 ################################################################################
787 # Begin Source File
788
789 SOURCE=..\ext\SDBM_File\sdbm\hash.c
790
791 !IF  "$(CFG)" == "modules - Win32 Release"
792
793 DEP_CPP_HASH_=\
794         ".\..\ext\SDBM_File\sdbm\sdbm.h"\
795         ".\config.h"\
796         ".\include\dirent.h"\
797         ".\include\netdb.h"\
798         ".\include\sys/socket.h"\
799         ".\win32.h"\
800         "$(INCLUDE)\sys\Stat.h"\
801         "$(INCLUDE)\sys\Types.h"\
802         
803
804 "$(INTDIR)\hash.obj" : $(SOURCE) $(DEP_CPP_HASH_) "$(INTDIR)"
805    $(CPP) $(CPP_PROJ) $(SOURCE)
806
807
808 !ELSEIF  "$(CFG)" == "modules - Win32 Debug"
809
810 DEP_CPP_HASH_=\
811         ".\..\ext\SDBM_File\sdbm\sdbm.h"\
812         ".\config.h"\
813         ".\include\dirent.h"\
814         ".\include\netdb.h"\
815         ".\include\sys/socket.h"\
816         ".\win32.h"\
817         
818
819 "$(INTDIR)\hash.obj" : $(SOURCE) $(DEP_CPP_HASH_) "$(INTDIR)"
820    $(CPP) $(CPP_PROJ) $(SOURCE)
821
822
823 !ENDIF 
824
825 # End Source File
826 # End Target
827 # End Project
828 ################################################################################