File:  [OS/2 SDKs] / os2sdk / profiler / example / testprof.mak
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 12:25:13 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: os2sdk-1987, HEAD
Microsoft OS/2 SDK 12-15-1987

#   ------------  testprof.exe makefile   Test Profile Sample Program
#   ------------

PROINC = ../
OS2INC = ../../include
CFLAGS = -c -G2s -Zep -Od -DLINT_ARGS -DDEBUG -DPROFILE -I$(OS2INC) -I$(PROINC)
AFLAGS = -Mx -t


# ***** Rules

.c.obj:
	cl $(CFLAGS) $*.c

.asm.obj:
	masm $(AFLAGS) $*.asm;


# ***** Dependencies

testprof.obj:	testprof.c $(PROINC)profile.h $(OS2INC)/doscalls.h


# ***** LINK step

testprof.exe: testprof.obj testprof.lrf testprof.def
	link @testprof.lrf




unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.