comparison arogue7/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
59 #DOCS = $(PROGRAM).doc $(PROGRAM).html 59 #DOCS = $(PROGRAM).doc $(PROGRAM).html
60 DOCS = $(PROGRAM).doc arogue77.html 60 DOCS = $(PROGRAM).doc arogue77.html
61 MISC = Makefile $(MISC_C) LICENSE.TXT $(PROGRAM).sln $(PROGRAM).vcproj $(DOCS)\ 61 MISC = Makefile $(MISC_C) LICENSE.TXT $(PROGRAM).sln $(PROGRAM).vcproj $(DOCS)\
62 $(DOCSRC) 62 $(DOCSRC)
63 63
64 CC = gcc 64 CC = @CC@
65 CPPFLAGS =@DEFS@ 65 CPPFLAGS =@DEFS@
66 ROPTS = 66 ROPTS =
67 COPTS = 67 COPTS =
68 CFLAGS= $(COPTS) $(ROPTS) 68 CFLAGS= $(COPTS) $(ROPTS)
69 LIBS = @LIBS@ 69 LIBS = @LIBS@