comparison xrogue/Makefile.in @ 231:455464db5800

Don't force the use of GCC. Due to incomplete autoconfiscation, most of the Makefiles ignored the C compiler found by 'configure' and always used 'gcc'.
author John "Elwin" Edwards
date Sun, 06 Mar 2016 17:09:17 -0500
parents 4d0f53998e8a
children bac2c81fec78
comparison
equal deleted inserted replaced
230:4960be2c8f3e 231:455464db5800
48 scrolls.c sticks.c things.c trader.c util.c weapons.c wear.c wizard.c \ 48 scrolls.c sticks.c things.c trader.c util.c weapons.c wear.c wizard.c \
49 rogue.c state.c xcrypt.c 49 rogue.c state.c xcrypt.c
50 50
51 MISC = Makefile README.TXT LICENSE.TXT $(PROGRAM).sln $(PROGRAM).vcproj 51 MISC = Makefile README.TXT LICENSE.TXT $(PROGRAM).sln $(PROGRAM).vcproj
52 52
53 CC = gcc 53 CC = @CC@
54 CPPFLAGS =@DEFS@ 54 CPPFLAGS =@DEFS@
55 CFLAGS= 55 CFLAGS=
56 LIBS = @LIBS@ 56 LIBS = @LIBS@
57 RM = rm -f 57 RM = rm -f
58 TAR = tar 58 TAR = tar