|
|
1.1 ! root 1: # Makefile 4.1 83/08/13 ! 2: # ! 3: ! 4: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR} ! 5: DESTDIR= ! 6: CFLAGS= -O ! 7: ! 8: calendar: calendar.c ! 9: ${CC} ${CFLAGS} -o calendar calendar.c ! 10: ! 11: install: calendar ! 12: install -s calendar $(DESTDIR)/usr/lib ! 13: install -c -m 755 calendar.sh $(DESTDIR)/usr/bin/calendar ! 14: ! 15: clean: ! 16: rm -f calendar ! 17: ! 18: cleansrc: ! 19: rm *.c *.sh Makefile ! 20:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.