|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 460 (0x1cc) Types: TextFile Names: »Makefile«
└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen └─ ⟦this⟧ »cph85dist/astro/today/Makefile«
## # Makefile for very verbose date command (today). # HOME = /users/sun3/jad BINDIR = ${HOME}/bin CFLAGS = -sO TODAY = datetx.o moontx.o nbrtxt.o timetx.o today.o POTM = moontx.o potm.o BIN = potm today LIB = -lm all: ${BIN} potm: ${POTM} cc ${CFLAGS} -o $@ ${POTM} ${LIB} today: ${TODAY} cc ${CFLAGS} -o $@ ${TODAY} ${LIB} moontx.o: moontx.h install: all mv -f ${BIN} ${BINDIR} rm -f ,* *.o ERRS core a.out clean: rm -f ${BIN} a.out core ERRS ,* *.o