[Autosec-devel] sonar/plugins Makefile.am,1.14,1.15 Makefile.in,1.31,1.32
Brought to you by:
red0x
From: <re...@us...> - 2003-12-05 22:37:12
|
Update of /cvsroot/autosec/sonar/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv20987/plugins Modified Files: Makefile.am Makefile.in Log Message: Changed the debug rules for the plugins Index: Makefile.am =================================================================== RCS file: /cvsroot/autosec/sonar/plugins/Makefile.am,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Makefile.am 4 Nov 2003 23:43:00 -0000 1.14 --- Makefile.am 5 Dec 2003 22:37:09 -0000 1.15 *************** *** 3,6 **** --- 3,7 ---- CPPFLAGS = -I$(top_srcdir)/src + DEBUG_CFLAGS= @DEBUG_CFLAGS@ -DHAVE_CONFIG_H -DPLUGINDIR="\\\"$(libdir)\\\"" lib_LTLIBRARIES = libsonar_net_icmp.la libsonar_net_ack.la libsonar_inp_random.la libsonar_out_log.la libsonar_out_xml.la *************** *** 23,27 **** -rm -f *.o *.la *.a ! debug: all --- 24,29 ---- -rm -f *.o *.la *.a ! debug: ! @$(MAKE) CFLAGS="$(DEBUG_CFLAGS)" Index: Makefile.in =================================================================== RCS file: /cvsroot/autosec/sonar/plugins/Makefile.in,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** Makefile.in 4 Nov 2003 23:43:00 -0000 1.31 --- Makefile.in 5 Dec 2003 22:37:09 -0000 1.32 *************** *** 74,78 **** AWK = @AWK@ CC = @CC@ ! DEBUG_CFLAGS = @DEBUG_CFLAGS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ --- 74,78 ---- AWK = @AWK@ CC = @CC@ ! DEBUG_CFLAGS = @DEBUG_CFLAGS@ -DHAVE_CONFIG_H -DPLUGINDIR="\\\"$(libdir)\\\"" DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ *************** *** 402,406 **** -rm -f *.o *.la *.a ! debug: all install-debug: install --- 402,407 ---- -rm -f *.o *.la *.a ! debug: ! @$(MAKE) CFLAGS="$(DEBUG_CFLAGS)" install-debug: install |