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: T m

⟦15f7b4341⟧ TextFile

    Length: 1082 (0x43a)
    Types: TextFile
    Names: »makefile«

Derivation

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

TextFile

# @(#)makefile	1.3	1/31/85
# @(#)

CFLAGS = -O
CC = cc
DESTDIR = /usr/games

CFILES = alloc.c cell.c cmd.c cmdl.c debug.c gen.c io.c main.c mark.c\
	object.c scan.c vars.c view.c

OFILES = alloc.o cell.o cmd.o cmdl.o debug.o gen.o io.o main.o mark.o\
	object.o scan.o vars.o view.o

life:	${OFILES} makefile
	cd ../Dpy ; make libdpy.a
	${CC} ${CFLAGS} -o life ${OFILES} ../Dpy/libdpy.a -ltermlib

${OFILES}: life.h

install: life
	install -s -o play life ${DESTDIR}
	rm -rf ${DESTDIR}/lib/life
	mkdir ${DESTDIR}/lib/life
	cp acorn.l ${DESTDIR}/lib/life
	cp bigpuff.l ${DESTDIR}/lib/life
	cp blinkership.l ${DESTDIR}/lib/life
	cp eatblinker.l ${DESTDIR}/lib/life
	cp escorts.l ${DESTDIR}/lib/life
	cp gun1.l ${DESTDIR}/lib/life
	cp gun2.l ${DESTDIR}/lib/life
	cp puffer.l ${DESTDIR}/lib/life
	cp pulsars.l ${DESTDIR}/lib/life
	cp rake.l ${DESTDIR}/lib/life
	cp relay.l ${DESTDIR}/lib/life
	cp round.l ${DESTDIR}/lib/life
	cp rpent.l ${DESTDIR}/lib/life
	cp shipgun.l ${DESTDIR}/lib/life
	cp shuttles.l ${DESTDIR}/lib/life
	cp switch.l ${DESTDIR}/lib/life
	cp life.doc ${DESTDIR}/man