X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=makefile;h=7745e7319030f9969f1df26fd4db705dc8b6b39a;hb=5b0cc4a8a21c3d66e5a43abdb06f37df2d525e08;hp=d047666a9ceefa1aa5307bd5e504377dd6052595;hpb=49483a1747cd310e33eea758b32a453fb46d4aac;p=super-star-trek.git diff --git a/makefile b/makefile index d047666..7745e73 100644 --- a/makefile +++ b/makefile @@ -7,7 +7,7 @@ CFLAGS= -O1 -g -Wall -DSSTDOC='"/usr/share/doc/sst/sst.doc"' .c.o: $(CC) $(CFLAGS) -c $< -CFILES= sst.c finish.c reports.c setup.c moving.c battle.c events.c ai.c planets.c io.c sstlinux.c conio.c +CFILES= sst.c finish.c reports.c setup.c moving.c battle.c events.c ai.c planets.c io.c sstlinux.c OFILES= $(CFILES:.c=.o) HFILES=sst.h DOCS = README sst-doc.xml sst.xml sst-layer.xsl TODO @@ -17,6 +17,18 @@ SOURCES= $(CFILES) $(HFILES) $(DOCS) sst.doc sst.6 makehelp.py makefile sst.spec all: sst sst.doc +ai.o: ai.c sst.h +battle.o: battle.c sst.h +events.o: events.c sst.h +finish.o: finish.c sst.h +io.o: io.c sst.h +moving.o: moving.c sstlinux.h sst.h +planets.o: planets.c sst.h +reports.o: reports.c sst.h +setup.o: setup.c sst.h +sst.o: sst.c sstlinux.h sst.h +sstlinux.o: sstlinux.c sstlinux.h + sst: $(OFILES) gcc -o sst $(OFILES) -lm -lcurses @@ -26,12 +38,12 @@ sst.6: sst.xml xmlto --skip-validation man sst.xml sst-doc.txt: sst-doc.xml - xmlto -m sst-layer.xsl --skip-validation txt sst-doc.xml + xmlto -m sst-layer.xsl txt sst-doc.xml sst.doc: sst-doc.txt makehelp.py >sst.doc sst-doc.html: sst-doc.xml - xmlto --skip-validation xhtml-nochunks sst-doc.xml + xmlto xhtml-nochunks sst-doc.xml install: uninstall sst.6 sst.doc sst-doc.html install -m 755 -o 0 -g 0 -d $(ROOT)/usr/bin/