[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: Makefile.am
User: danmc
Date: 05/02/21 00:36:22
Modified: . Makefile.am
Log:
conditionalize the use of lots of gcc specific compiler flags on the
compiler actually being gcc. Should give this a chance with non-gcc
compilers.
Revision Changes Path
1.7 +3 -3 eda/geda/devel/geda/graphman/Makefile.am
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Makefile.am
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/geda/graphman/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- Makefile.am 12 Feb 2005 22:06:03 -0000 1.6
+++ Makefile.am 21 Feb 2005 05:36:21 -0000 1.7
@@ -5,10 +5,10 @@
localedir = @datadir@/locale
DEFS = -DPACKAGE_LOCALE_DIR=\"$(localedir)\" @DEFS@
+if CCISGCC
AM_CFLAGS =\
- -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith -Wmissing-prototypes\
- -O1\
- -g
+ -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith -Wmissing-prototypes
+endif
bin_PROGRAMS = graphman raw2gw