MakeDebug,fe1 1.21 KB
Newer Older
Neil Turton's avatar
Neil Turton 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 29 30 31 32 33 34 35 36 37 38 39 40 41
# Project:   debuglib


# Toolflags:
CCflags = -c -depend !Depend -IC: -throwback -zM -fah  -Ddebugging=1  -DDEBUG_MEMORY  -zps1 
C++flags = -c -depend !Depend -throwback -IC:
Pascalflags = -c -depend !Depend -throwback -IP:
Linkflags = -c++ -o $@
ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
CMHGflags = 
LibFileflags = -c -o $@
Squeezeflags = -o $@
AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From


# Final targets:
@.debuglib:   @.o.debug @.o.mem @.o.messages @.o.string32 @.o.rmensure @.o.objsupport \
              @.o.slist
	libfile $(libfileflags) @.o.debug @.o.mem @.o.messages @.o.string32 @.o.slist \
        @.o.rmensure @.o.objsupport


# User-editable dependencies:

# Static dependencies:
@.o.debug:   @.c.debug
	cc $(ccflags) -o @.o.debug @.c.debug 
@.o.mem:   @.c.mem
	cc $(ccflags) -o @.o.mem @.c.mem 
@.o.messages:   @.c.messages
	cc $(ccflags) -o @.o.messages @.c.messages 
@.o.string32:   @.c.string32
	cc $(ccflags) -o @.o.string32 @.c.string32 
@.o.rmensure:   @.c.rmensure
	cc $(ccflags) -o @.o.rmensure @.c.rmensure 
@.o.objsupport:   @.c.objsupport
	cc $(ccflags) -o @.o.objsupport @.c.objsupport 
@.o.slist:   @.c.slist
	cc $(ccflags) -o @.o.slist @.c.slist 

# Dynamic dependencies: