From: chas w. <ch...@us...> - 2009-08-03 20:37:32
|
Update of /cvsroot/linux-atm/linux-atm/src/switch/tcp In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4419/src/switch/tcp Modified Files: Tag: V2_5_1 Makefile.am Log Message: in order to make cross compling more sane and easier to follow, we split qgen (which is the only program that needs to be built and run on the host system) into qgen and q2931. so qgen now contains only host system binaries and as such doesnt need HAVE_CONFIG_H since that is really meant for the target system. also added the CFLAGS_FOR_BUILD flag that overrides CFLAGS in src/qgen. automake complains about this but i dont see a better way really unless i rewrite COMPILE. Index: Makefile.am =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/switch/tcp/Makefile.am,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.1.2.1 diff -C2 -d -r1.2.2.1 -r1.2.2.1.2.1 *** Makefile.am 2 May 2003 13:47:13 -0000 1.2.2.1 --- Makefile.am 3 Aug 2009 20:36:57 -0000 1.2.2.1.2.1 *************** *** 1,5 **** noinst_PROGRAMS = sw_tcp ! INCLUDES = -I$(srcdir)/../../qgen sw_tcp_SOURCES = tcpsw.c --- 1,5 ---- noinst_PROGRAMS = sw_tcp ! INCLUDES = -I$(srcdir)/../../q2931 sw_tcp_SOURCES = tcpsw.c |