|
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 - metrics - download
Length: 421 (0x1a5) Types: TextFile Names: »Makefile«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/euug-87hel/sec3/rmtlib/Makefile«
# # $Header: Makefile,v 1.1 86/10/09 16:42:13 root Locked $ # # $Log: Makefile,v $ # Revision 1.1 86/10/09 16:42:13 root # Initial revision # # # Makefile for rmtlib CFLAGS= -O SRC= rmtlib.c DOC= rmtops.3 MANSEC=3 DEST= /usr/lib librmt.a: rmtlib.o ar rv librmt.a rmtlib.o install: librmt.a cp librmt.a /usr/lib ranlib /usr/lib/librmt.a cp $(DOC) /usr/man/man$(MANSEC)/rmtops.$(MANSEC) clean: rm -f rmtlib.o