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

⟦95ba761f1⟧ TextFile

    Length: 422 (0x1a6)
    Types: TextFile
    Names: »makefile«

Derivation

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

TextFile

# @(#)makefile	1.1	4/5/85
# @(#)

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

CFILES = main.c talk.c cmd.c view.c init.c scan.c
OFILES = main.o talk.o cmd.o view.o init.o scan.o

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

${OFILES}:	war.h

install: war
	install -s -o play war ${DESTDIR}
	cp objects.war ${DESTDIR}/lib
	cp war.6 ${DESTDIR}/man
	cp boards.war ${DESTDIR}/man