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 - metrics - download

⟦5e49df5b4⟧ TextFile

    Length: 455 (0x1c7)
    Types: TextFile
    Names: »Makefile.orig«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Adv/Program/Makefile.orig« 

TextFile

DESTDIR=
CFLAGS=	-O
OBJS=	main.o alc.o str.o readin.o nxtwrd.o rdr.o init.o\
	play.o misc.o prt.o file.o disply.o
SRCS=	main.c alc.c str.c readin.c nxtwrd.c rdr.c init.c\
	play.c misc.c prt.c file.c disply.c

adv:	$(OBJS)
	$(CC) $(CFLAGS) -o adv $(OBJS) -lwinlib -ltermlib

$(OBJS): adv.h

lint:
	lint -h adv.h $(SRCS)
	
list:
	llist -t adv DOC adv.h $(SRCS)

clean:
	rm -f core *.o adv

install: adv
	install -s adv $(DESTDIR)/usr/local/bin/adv

depend: