|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 422 (0x1a6) Types: TextFile Names: »makefile«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/War/makefile«
# @(#)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