comparison arogue5/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
49 weapons.c wear.c wizard.c xcrypt.c 49 weapons.c wear.c wizard.c xcrypt.c
50 50
51 MISC= Makefile LICENSE.TXT arogue58.sln arogue58.vcproj 51 MISC= Makefile LICENSE.TXT arogue58.sln arogue58.vcproj
52 DOCS= arogue58.doc arogue58.html 52 DOCS= arogue58.doc arogue58.html
53 53
54 CC = gcc 54 CC = @CC@
55 CPPFLAGS =@DEFS@ 55 CPPFLAGS =@DEFS@
56 CFLAGS= 56 CFLAGS=
57 CRLIB = @LIBS@ 57 CRLIB = @LIBS@
58 RM = rm -f 58 RM = rm -f
59 TAR = tar 59 TAR = tar