home *** CD-ROM | disk | FTP | other *** search
- # Project: UnNum
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -IC: -throwback
- Linkflags = -aif -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:
- @.UnNum: @.o.UnNum @.o.argfuncs @.o.GetDirs c:o.Stubs @.o.Beep
- Link $(Linkflags) @.o.UnNum @.o.argfuncs @.o.GetDirs c:o.Stubs \
- @.o.Beep
-
-
- # User-editable dependencies:
-
-
- # Static dependencies:
- @.o.UnNum: @.c.UnNum
- cc $(ccflags) -o @.o.UnNum @.c.UnNum
- @.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.argfuncs: c.argfuncs
- o.argfuncs: C:h.kernel
- o.argfuncs: C:h.swis
- o.argfuncs: h.GetDirs
- o.argfuncs: h.Useful
- o.argfuncs: h.Argfuncs
- o.GetDirs: c.GetDirs
- o.GetDirs: C:h.kernel
- o.GetDirs: h.getdirs
- o.GetDirs: h.useful
- o.UnNum: c.UnNum
- o.UnNum: C:h.kernel
- o.UnNum: h.Beep
- o.UnNum: h.GetDirs
- o.UnNum: h.ArgFuncs
- o.UnNum: h.Useful
-