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

⟦acfac176b⟧ TextFile

    Length: 443 (0x1bb)
    Types: TextFile
    Names: »Makefile«

Derivation

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

TextFile

CFLAGS=	-O
LDFLAGS=
OBJS=	undig.o pager.o special.o io.o
FILES=	README Makefile undig.1 stuff.h undig.h undig.c pager.c special.c io.c
LIBS=	-ltermcap
DESTBIN=$$HOME/bin
DESTMAN=$$HOME/man

undig:	$(OBJS)
	$(CC) $(LDFLAGS) -o undig $(OBJS) $(LIBS)

all:	undig

install: undig undig.1
	cp undig $(DESTBIN)
	cp undig.1 $(DESTMAN)

cmp:	undig undig.1
	cmp undig $(DESTBIN)/undig
	cmp undig.1 $(DESTMAN)/undig.1

pack:	$(FILES)
	packmail $(FILES)