[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: Makefile.am



  User: danmc   
  Date: 05/02/22 17:13:34

  Modified:    .        Makefile.am
  Log:
  if we're using gcc then turn on -Wall
  
  
  
  
  Revision  Changes    Path
  1.20      +4 -0      eda/geda/devel/utils/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/utils/src/Makefile.am,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- Makefile.am	20 Sep 2003 18:08:29 -0000	1.19
  +++ Makefile.am	22 Feb 2005 22:13:34 -0000	1.20
  @@ -3,6 +3,10 @@
   bin_PROGRAMS = gmk_sym smash_megafile convert_sym sarlacc_schem olib \
   	       gsch2pcb
   
  +if CCISGCC
  +AM_CFLAGS = -Wall
  +endif
  +
   # don't forget all *.h files */
   gmk_sym_SOURCES = gmk_sym.c char_width.c 
   smash_megafile_SOURCES = smash_megafile.c