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

⟦12fc3271d⟧ TextFile

    Length: 692 (0x2b4)
    Types: TextFile
    Names: »Makefile«

Derivation

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

TextFile

OBJ = init.o termcap.o map.o main.o move.o initround.o ogrecom.o ogrestat.o \
	  attack.o resolve.o
DESTDIR = /usr/games

ogre: $(OBJ)
	cc -o ogre $(OBJ) -ltermcap

install:	ogre ogre.6
	cp ogre $(DESTDIR)
	cp ogre.6 $(DESTDIR)/man

init.o: init.c ogre.h
	cc -c init.c

main.o: main.c ogre.h
	cc -c main.c

move.o: move.c ogre.h
	cc -c move.c

attack.o: attack.c ogre.h
	cc -c attack.c

resolve.o: resolve.c ogre.h
	cc -c resolve.c

initround.o: initround.c ogre.h
	cc -c initround.c

termcap.o: termcap.c
	cc -c termcap.c

ogrecom.o: ogrecom.c ogre.h
	cc -c ogrecom.c

ogrestat.o: ogrestat.c ogre.h
	cc -c ogrestat.c

map.o: map.c ogre.h
	cc -c map.c

backup:
	tar cvf /arch/mike/ogre.tar *