[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.11      +3 -3      eda/geda/devel/geda/src/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/src/Makefile.am,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- Makefile.am	12 Feb 2005 22:06:03 -0000	1.10
  +++ Makefile.am	21 Feb 2005 05:36:22 -0000	1.11
  @@ -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 = geda