|
|
1.1 ! root 1: # ! 2: # makefile for performance monitoring program. ! 3: # ! 4: DESTDIR = ! 5: CONFDIR = /usr/new ! 6: INCLUDES= -I../include ! 7: ! 8: CFLAGS = -O $(INCLUDES) ! 9: XLIB = ../Xlib/libX.a ! 10: ALL=input.c xperfmon.c ! 11: ALLOBS=input.o xperfmon.o ! 12: ! 13: all: xperfmon ! 14: ! 15: xperfmon: $(ALLOBS) ../Xlib/Xlib.h ! 16: cc $(CFLAGS) $(ALLOBS) ${XLIB} -o xperfmon ! 17: ! 18: clean: ! 19: rm -f xperfmon *.o a.out core errs gmon.out *.bak *~ ! 20: ! 21: install: all ! 22: install -s -m 2755 -g kmem xperfmon ${DESTDIR}${CONFDIR}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.