Annotation of pmsdk/profiler/example/testprof.mak, revision 1.1.1.1

1.1       root        1: #   ------------  testprof.exe makefile   Test Profile Sample Program
                      2: #   ------------
                      3: 
                      4: PROINC = ../
                      5: CFLAGS = -c -G2s -Zep -Od -DLINT_ARGS -DDEBUG -DPROFILE -I$(PROINC)
                      6: AFLAGS = -Mx -t
                      7: 
                      8: 
                      9: # ***** Rules
                     10: 
                     11: .c.obj:
                     12:        cl $(CFLAGS) $*.c
                     13: 
                     14: .asm.obj:
                     15:        masm $(AFLAGS) $*.asm;
                     16: 
                     17: 
                     18: # ***** Dependencies
                     19: 
                     20: testprof.obj:  testprof.c $(PROINC)profile.h
                     21: 
                     22: 
                     23: # ***** LINK step
                     24: 
                     25: testprof.exe: testprof.obj testprof.lrf testprof.def
                     26:        link @testprof.lrf
                     27: 
                     28: 
                     29: 
                     30: 

unix.superglobalmegacorp.com

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