# Project: PCItest # Toolflags: CCflags = -c -depend !Depend -IC:,TCPIPLibs: -g -throwback -DDEBUG C++flags = -c -depend !Depend -IC: -throwback Linkflags = -aif -d -c++ -o $@ ObjAsmflags = -throwback -NoCache -depend !Depend CMHGflags = -depend !Depend -throwback -IC: LibFileflags = -c -o $@ Squeezeflags = -o $@ # Final targets: @.PCItest: @.o.PCI C:o.Stubs @.o.PCIdebug link $(linkflags) @.o.PCI C:o.Stubs @.o.PCIdebug # User-editable dependencies: # Static dependencies: @.o.PCI: @.c.PCI cc $(ccflags) -o @.o.PCI @.c.PCI @.o.PCIdebug: @.c.PCIdebug cc $(ccflags) -o @.o.PCIdebug @.c.PCIdebug # Dynamic dependencies: