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