MakeDebug,fe1 648 Bytes
Newer Older
Kevin Bracey's avatar
Kevin Bracey committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
# 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: