head 1.12; access; symbols; locks; strict; comment @# @; 1.12 date 2001.02.25.16.48.35; author alexis; state Exp; branches; next 1.11; 1.11 date 2000.01.10.18.58.14; author ahuxley; state Exp; branches; next 1.10; 1.10 date 2000.01.10.17.55.21; author ahuxley; state Exp; branches; next 1.9; 1.9 date 99.01.07.11.37.03; author alexis; state Exp; branches; next 1.8; 1.8 date 98.10.07.21.55.28; author alexis; state Exp; branches; next 1.7; 1.7 date 98.10.07.14.52.53; author alexis; state Exp; branches; next 1.6; 1.6 date 97.11.11.14.08.14; author alexis; state Exp; branches; next 1.5; 1.5 date 97.10.05.17.44.08; author alexis; state Exp; branches; next 1.4; 1.4 date 97.10.05.16.12.49; author alexis; state Exp; branches; next 1.3; 1.3 date 97.10.05.15.02.14; author alexis; state Exp; branches; next 1.2; 1.2 date 97.10.02.10.59.19; author alexis; state Exp; branches; next 1.1; 1.1 date 96.10.20.12.00.35; author alexis; state Exp; branches; next ; desc @Makefile for the animal guessing game @ 1.12 log @converted to 'active' format moved objects to ../obj @ text @# $Header: /home/ahuxley/dev/supported/animal/bin/RCS/Makefile,v 1.11 2000/01/10 18:58:14 ahuxley Exp $ BASE_DIR = .. include $(BASE_DIR)/bldcfg/prologue.mk include $(BASE_DIR)/bldcfg/settings.mk include $(BASE_DIR)/bldcfg/epilogue.mk BIN_FILES = animal compile: $(BIN_FILES) distclean: clean clean: rm -f ../obj/*.o core animal animal.exe install: compile $(INSTALL_CMD) $(OWNER) $(GROUP) -m 555 $(BIN_FILES) \ $(LCLBINDIR) uninstall: -cd $(LCLBINDIR) && rm -f $(BIN_FILES) animal.exe: animal aout2exe animal animal: ../obj/animal.o ../obj/utils.o ../obj/patchlevel.o $(CC) -o $@@ $^ ../obj/animal.o: animal.c ../lib/utils.h patchlevel.h $(CC) -c -o $@@ $(CFLAGS) $< ../obj/utils.o: ../lib/utils.c ../lib/utils.h $(CC) -c -o $@@ $(CFLAGS) $< ../obj/patchlevel.o: patchlevel.c patchlevel.h $(CC) -c -o $@@ $(CFLAGS) $< @ 1.11 log @added missing OWNER and GROUP @ text @d1 1 a1 1 # $Header: /home/ahuxley/dev/supported/animal/bin/RCS/Makefile,v 1.10 2000/01/10 17:55:21 ahuxley Exp ahuxley $ d5 3 a7 3 include $(BASE_DIR)/prologue.mk include $(BASE_DIR)/settings.mk include $(BASE_DIR)/epilogue.mk d16 1 a16 1 rm -f *.o core animal animal.exe d28 1 a28 1 animal: animal.o utils.o patchlevel.o d31 2 a32 1 animal.o: animal.c utils.h patchlevel.h d34 2 a35 1 utils.o: utils.c utils.h d37 2 a38 1 patchlevel.o: patchlevel.c patchlevel.h @ 1.10 log @Makefile standardised @ text @d1 1 a1 1 # $Header: /home/ahuxley/dev/supported/lx/bin/RCS/Makefile,v 1.10 2000/01/09 15:39:08 ahuxley Exp $ d19 1 a19 1 $(INSTALL_CMD) -o root -g root -m 555 $(BIN_FILES) \ @ 1.9 log @INSTALL is now INSTALL_CMD @ text @d1 1 a1 1 # $Header: Makefile,v 1.8 1998/10/07 21:55:28 alexis Exp alexis $ d3 1 a3 2 SUPPORT_DIR = ../support include ../Makefile.defs d5 4 d12 2 @ 1.8 log @changed version.[ch] to patchlevel.[ch] @ text @d1 1 a1 1 # $Id: Makefile,v 1.7 1998/10/07 14:52:53 alexis Exp alexis $ d14 1 a14 1 $(INSTALL) -o root -g root -m 555 $(BIN_FILES) \ @ 1.7 log @MAKEFILE FOR ANIMAL GUESSING GAME COMMANDS @ text @d1 1 a1 1 # $Id: Makefile,v 1.18 1998/08/28 13:06:41 alexis Exp $ d23 1 a23 1 animal: animal.o utils.o version.o d26 1 a26 1 animal.o: animal.c utils.h version.h d30 1 a30 1 version.o: version.c version.h @ 1.6 log @added support for MSDOS @ text @d1 1 a1 1 # $Id: Makefile,v 1.5 1997/10/05 17:44:08 alexis Exp alexis $ d3 2 a4 1 CC = gcc d6 1 a6 1 CFLAGS = -O2 -s d8 1 a8 1 OBJECTS = animal.o utils.o version.o d10 6 a15 2 animal.exe: animal aout2exe animal d17 2 a18 2 animal: $(OBJECTS) gcc $(LFLAGS) -o animal $(OBJECTS) d20 5 a24 2 clean: rm -f core animal animal.exe $(OBJECTS) d26 1 a26 2 animal.o: animal.c $(CC) $(CFLAGS) -c animal.c d28 1 a28 2 utils.o: utils.c $(CC) $(CFLAGS) -c utils.c d30 1 a30 2 version.o: version.c $(CC) $(CFLAGS) -c version.c @ 1.5 log @added rcs id @ text @d1 1 a1 1 # $Id$ d3 1 a3 2 CFLAGS=-O6 -g CC=gcc d5 1 a5 1 OBJECTS=animal.o ppplcd_utils.o version.o d7 7 a13 2 animal: $(OBJECTS) $(CC) -o $@@ $^ d16 10 a25 1 rm -f core animal $(OBJECTS) @ 1.4 log @*** empty log message *** @ text @d1 2 @ 1.3 log @*** empty log message *** @ text @d1 1 a1 2 INCDIRS=../ppplc CFLAGS=-O6 -g -I $(INCDIRS) @ 1.2 log @*** empty log message *** @ text @d1 2 a2 1 CFLAGS=-O -g d5 4 a8 1 animal: animal.o d11 1 a11 1 rm -f core animal *.o @ 1.1 log @Initial revision @ text @d1 3 @