comparison rogue3/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
51 DOCS = $(PROGRAM).doc $(PROGRAM).cat 51 DOCS = $(PROGRAM).doc $(PROGRAM).cat
52 RAWDOCS = LICENSE.TXT rogue36.html readme36.html 52 RAWDOCS = LICENSE.TXT rogue36.html readme36.html
53 MISC = Makefile $(MISC_C) $(PROGRAM).sln $(PROGRAM).vcproj $(RAWDOCS) $(DOCS)\ 53 MISC = Makefile $(MISC_C) $(PROGRAM).sln $(PROGRAM).vcproj $(RAWDOCS) $(DOCS)\
54 $(DOCSRC) 54 $(DOCSRC)
55 55
56 CC = gcc 56 CC = @CC@
57 CPPFLAGS =@DEFS@ 57 CPPFLAGS =@DEFS@
58 ROPTS = 58 ROPTS =
59 COPTS = 59 COPTS =
60 CFLAGS= $(COPTS) $(ROPTS) 60 CFLAGS= $(COPTS) $(ROPTS)
61 LIBS = @LIBS@ 61 LIBS = @LIBS@