|
|
1.1 root 1: # ------------ testprof.exe makefile Test Profile Sample Program
2: # ------------
3:
4: PROINC = ../
5: OS2INC = ../../include
6: CFLAGS = -c -G2s -Zep -Od -DLINT_ARGS -DDEBUG -DPROFILE -I$(OS2INC) -I$(PROINC)
7: AFLAGS = -Mx -t
8:
9:
10: # ***** Rules
11:
12: .c.obj:
13: cl $(CFLAGS) $*.c
14:
15: .asm.obj:
16: masm $(AFLAGS) $*.asm;
17:
18:
19: # ***** Dependencies
20:
21: testprof.obj: testprof.c $(PROINC)profile.h $(OS2INC)/doscalls.h
22:
23:
24: # ***** LINK step
25:
26: testprof.exe: testprof.obj testprof.lrf testprof.def
27: link @testprof.lrf
28:
29:
30:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.