home *** CD-ROM | disk | FTP | other *** search
- # Project: IBMtoARC
-
-
- # 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:
- @.IBMtoARC: @.o.IBMtoARC @.o.argfuncs @.o.GetDirs c:o.Stubs @.o.Beep
- LINK $(LINKflags) @.o.IBMtoARC @.o.argfuncs @.o.GetDirs c:o.Stubs \
- @.o.Beep
-
-
- # User-editable dependencies:
-
- # Static dependencies:
- @.o.IBMtoARC: @.c.IBMtoARC
- cc $(ccflags) -o @.o.IBMtoARC @.c.IBMtoARC
- @.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.IBMtoARC: c.IBMtoARC
- o.IBMtoARC: C:h.kernel
- o.IBMtoARC: h.Beep
- o.IBMtoARC: h.GetDirs
- o.IBMtoARC: h.ArgFuncs
- o.IBMtoARC: h.Useful
-