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
Index: M T

⟦150a4a9b7⟧ TextFile

    Length: 710 (0x2c6)
    Types: TextFile
    Names: »Makefile«

Derivation

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

TextFile

# Something quick and dirty... you must put things where you want...
#
DESTDIR = /usr/games

all:
	cd src/kio ; make
	cd src/munge ; make
	cd src/adv ; make
	src/munge/munge < comcave
	rm -rf $(DESTDIR)/lib/Adventure
	mkdir $(DESTDIR)/lib/Adventure
	cp src/adv/adv $(DESTDIR)/lib/Adventure
	cp adv.key $(DESTDIR)/lib/Adventure
	cp adv.rec $(DESTDIR)/lib/Adventure
	cp Adventure $(DESTDIR)
	@echo "All done."

lint:
	cd src/kio ; make lint
	cd src/munge ; make lint
	cd src/adv ; make lint

print:
	cd src/kio ; make print
	cd src/munge ; make print
	cd src/adv ; make print

clean:
	cd src/kio ; rm -f klib.a *.o
	cd src/munge ; rm -f munge mlib.a *.o
	cd src/adv ; rm -f adv alib.a *.o
	rm -f adv.key adv.rec