Annotation of cci/usr/src/usr.bin/prof/Makefile, revision 1.1.1.1

1.1       root        1: #      @(#)Makefile    4.1 (Berkeley) 6/2/83
                      2: #
                      3: # If you don't want to plot, take out the -Dplot and the ref. to plot.a
                      4: # PLOT = -lplot -Dplot
                      5: 
                      6: DESTDIR=
                      7: AS=/bin/as
                      8: CC=/bin/cc
                      9: LD=/bin/ld
                     10: INCLDIR=${DESTDIR}/usr/include
                     11: LIBDIR=${DESTDIR}/lib
                     12: ULIBDIR=${DESTDIR}/usr/lib
                     13: CFLAGS=-O -I${INCLDIR}
                     14: prof:  prof.o
                     15:        $(CC) -o prof prof.o $(PLOT)
                     16: 
                     17: prof.o: prof.c
                     18:        ${CC} -c $(CFLAGS) $(PLOT) prof.c
                     19: 
                     20: install:
                     21:        install -s prof $(DESTDIR)/usr/bin
                     22: 
                     23: clean :
                     24:        rm -f *.o prof
                     25:        
                     26: cleansrc:
                     27:        rm -f *.c Makefile

unix.superglobalmegacorp.com

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