|
|
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 - downloadIndex: T m
Length: 1066 (0x42a)
Types: TextFile
Names: »makefile.notsun«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
└─⟦this⟧ »EUUGD18/General/Omega/makefile.notsun«
# This is a sample makefile submitted by an omega player
# not on a sun. You will have to at the least change the
# BINDIR and LIBDIR lines.
# If you have gcc and don't intend to hack around with the game,
# I recommend replacing cc with gcc and using -O (as in the CFLAGS).
CFLAGS = -O
LDFLAGS = -s
LIBS = -lcurses -ltermlib
BINDIR = /u/kyrimis/bin/games
LIBDIR = /u/kyrimis/games/omega
OBJ = o.o oabyss.o oaux1.o oaux2.o oaux3.o ochar.o ocity.o\
ocom1.o ocom2.o ocom3.o\
ocountry.o oeffect1.o oeffect2.o oeffect3.o\
oetc.o oenv.o ofile.o ogen1.o ogen2.o oguild1.o oguild2.o ohouse.o\
oinv.o oitem.o oitemf1.o oitemf2.o oitemf3.o olev.o\
ommelee.o ommove.o omon.o omove.o omovef.o omspec.o\
omstrike.o omtalk.o opriest.o\
osave.o oscr.o osite1.o osite2.o\
ospell.o otime.o otrap.o outil.o ovillage.o
omega: $(OBJ)
cc $(LDFLAGS) $(OBJ) $(LIBS) -o omega
install: omega
mv omega $(BINDIR)
chmod u+s $(BINDIR)/omega
cp omega.* *.dat *.txt $(LIBDIR)
clean:
rm -rf *.o omega
$(OBJ): odefs.h oextern.h oglob.h