]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
use CPPFLAGS instead of CFLAGS
authorlukem <lukem@NetBSD.org>
Wed, 22 Oct 1997 05:05:21 +0000 (05:05 +0000)
committerlukem <lukem@NetBSD.org>
Wed, 22 Oct 1997 05:05:21 +0000 (05:05 +0000)
hunt/Makefile.inc
hunt/hunt/Makefile
robots/Makefile
rogue/Makefile

index b27c37d67ad330e030c25c8177ea41c204a729f2..176ad4a0b31bae426b00057b93bb2fb5a7e4ff36 100644 (file)
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.2 1997/10/10 16:32:15 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.3 1997/10/22 05:05:21 lukem Exp $
 #
 #  Hunt
 #  Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold
@@ -62,6 +62,6 @@ SYSLIBS=
 # Generic definitions
 #
 DEFS=          $(GAME_PARAM) $(DEFS_BSD44)
-CFLAGS+=       -O2 $(SYSCFLAGS) $(DEFS) -DHUNTD=\"/usr/games/huntd\"
+CPPFLAGS+=     $(SYSCFLAGS) $(DEFS) -DHUNTD=\"/usr/games/huntd\"
 
 .include "../Makefile.inc"
index 127f7119aa66d42055cc122f7bbceaa7b0c3ea0f..64c8a96b60c1d0f767c6f176222585bd3208a92c 100644 (file)
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 1997/10/04 09:11:18 mrg Exp $
+#      $NetBSD: Makefile,v 1.2 1997/10/22 05:05:27 lukem Exp $
 
 PROG=  hunt
 SRCS=  connect.c hunt.c otto.c playit.c pathname.c
@@ -6,7 +6,7 @@ MAN=    hunt.6
 LDADD= -ltermcap -lcurses
 DPADD= ${LIBTERMCAP} ${LIBCURSES}
 
-CFLAGS+=-I${.CURDIR}/../huntd
+CPPFLAGS+=-I${.CURDIR}/../huntd
 
 .PATH: ${.CURDIR}/../huntd
 
index 014af7e2e10eb62548f911092bf51e17797a7cdd..55557caed619bd613a40236f2a24c0381a9d81d4 100644 (file)
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.8 1997/10/12 14:09:55 lukem Exp $
+#      $NetBSD: Makefile,v 1.9 1997/10/22 05:05:46 lukem Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 PROG=  robots
-CFLAGS+=-DMAX_PER_UID=5
+CPPFLAGS+=-DMAX_PER_UID=5
 SRCS=  extern.c init_field.c main.c make_level.c move.c move_robs.c \
        play_level.c query.c rnd_pos.c score.c flush_in.c
 MAN=   robots.6
index d3127fba9c7178deaf989cb18853b49aab3be20e..07d580850e08f96144530836352db707cf812bcd 100644 (file)
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.8 1997/10/11 09:34:19 mycroft Exp $
+#      $NetBSD: Makefile,v 1.9 1997/10/22 05:09:36 lukem Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 PROG=  rogue
-CFLAGS+=-DUNIX -fwritable-strings
+CPPFLAGS+=-DUNIX -fwritable-strings
 SRCS=  curses.c hit.c init.c inventory.c level.c machdep.c main.c \
        message.c monster.c move.c object.c pack.c play.c random.c ring.c \
        room.c save.c score.c spec_hit.c throw.c trap.c use.c zap.c