home *** CD-ROM | disk | FTP | other *** search
- # Project: 1stMake
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -throwback -IC:
- Linkflags = -o $@
- ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
- AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
- Pascalflags = -c -depend !Depend -throwback -IP:
-
-
- # Final targets:
- @.1stMake: @.o.1stMake @.o.argfuncs @.o.GetDirs c:o.Stubs @.o.Beep
- Link $(Linkflags) @.o.1stMake @.o.argfuncs @.o.GetDirs c:o.Stubs \
- @.o.Beep
-
-
- # User-editable dependencies:
-
- # Static dependencies:
- @.o.1stMake: @.c.1stMake
- cc $(ccflags) -o @.o.1stMake @.c.1stMake
- @.o.argfuncs: @.c.argfuncs
- cc $(ccflags) -o @.o.argfuncs @.c.argfuncs
- @.o.GetDirs: @.c.GetDirs
- cc $(ccflags) -o @.o.GetDirs @.c.GetDirs
- @.o.Beep: @.c.Beep
- cc $(ccflags) -o @.o.Beep @.c.Beep
-
-
- # Dynamic dependencies:
- o.GetDirs: c.GetDirs
- o.GetDirs: C:h.kernel
- o.GetDirs: h.beep
- o.GetDirs: h.getdirs
- o.GetDirs: h.useful
- o.Beep: c.Beep
- o.Beep: C:h.kernel
- o.Beep: h.Beep
- o.Beep: h.useful
- o.argfuncs: c.argfuncs
- o.argfuncs: C:h.kernel
- o.argfuncs: C:h.swis
- o.argfuncs: h.Beep
- o.argfuncs: h.GetDirs
- o.argfuncs: h.Useful
- o.argfuncs: h.Argfuncs
- o.1stMake: c.1stMake
- o.1stMake: C:h.kernel
- o.1stMake: h.Beep
- o.1stMake: h.GetDirs
- o.1stMake: h.ArgFuncs
- o.1stMake: h.Useful
-