|
From: <sv...@va...> - 2009-02-23 01:03:12
|
Author: njn Date: 2009-02-23 01:03:06 +0000 (Mon, 23 Feb 2009) New Revision: 9226 Log: Cleanup this Makefile.am like other recent test Makefile.am files. Modified: trunk/tests/Makefile.am Modified: trunk/tests/Makefile.am =================================================================== --- trunk/tests/Makefile.am 2009-02-23 00:36:02 UTC (rev 9225) +++ trunk/tests/Makefile.am 2009-02-23 01:03:06 UTC (rev 9226) @@ -1,6 +1,5 @@ -# For AM_FLAG_M3264_PRI -include $(top_srcdir)/Makefile.flags.am +include $(top_srcdir)/Makefile.tool-tests.am noinst_SCRIPTS = \ filter_addresses \ @@ -20,11 +19,6 @@ toobig-allocs \ true -AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g $(AM_FLAG_M3264_PRI) -AM_CXXFLAGS = $(AM_CFLAGS) +AM_CFLAGS += $(AM_FLAG_M3264_PRI) +AM_CXXFLAGS += $(AM_FLAG_M3264_PRI) -# generic C ones -arch_test_CFLAGS = $(AM_CFLAGS) \ - -DVGA_$(VGCONF_ARCH_PRI)=1 \ - -DVGO_$(VGCONF_OS)=1 \ - -DVGP_$(VGCONF_ARCH_PRI)_$(VGCONF_OS)=1 |