DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦6f7d8dfa4⟧ TextFile

    Length: 421 (0x1a5)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec3/rmtlib/Makefile« 

TextFile

#
# $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