From 542c00327b1846d5816d76f87e4624cdb5c9a7d6 Mon Sep 17 00:00:00 2001 From: jcorgan Date: Fri, 4 Aug 2006 03:03:30 +0000 Subject: [PATCH] Adjusted makefiles to accommodate r3133. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3134 221aa14e-8319-0410-a670-987f0aec2ac5 --- Makefile.am | 2 +- TODO.build | 21 ++++++++++----------- gnuradio-core/Makefile.am | 4 +--- gnuradio-examples/Makefile.am | 1 - 4 files changed, 12 insertions(+), 16 deletions(-) diff --git a/Makefile.am b/Makefile.am index 883a490a..94d10231 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,6 @@ include $(top_srcdir)/Makefile.common EXTRA_DIST = \ bootstrap \ configure \ - config.h.in + config.h.in SUBDIRS = @subdirs@ diff --git a/TODO.build b/TODO.build index 43bdd57c..4a2122be 100644 --- a/TODO.build +++ b/TODO.build @@ -13,10 +13,6 @@ dtools: * No checking or testing done in this directory. -gnuradio-core: - -* NEWS, README, and TODO are stale. - gnuradio-core/doc: * Make hasn't been tested yet in this directory. @@ -45,27 +41,30 @@ this correct? gnuradio-examples: -* AUTHORS, README and README.hacking are stale - * Some directories don't have Makefile.am's gnuradio-examples/python/gmsk2: * Not all examples are in Makefile.am -usrp: - -* README is stale - usrp/doc: * Make not tested in this directory usrp/firmware/include: -* Refactor include directory specification in Makefile.am into Makefile.common for use elsewhere +* Refactor include directory specification in Makefile.am into +Makefile.common for use elsewhere usrp/firmware/lib: * Use refactored include directory specification from Makefile.common +gr-usrp/src: + +* Use refactored gnuradio.i specification from Makefile.common + +* USRP_LIBS and USRP_INCLUDES are hardcoded. These used to come out of +PKGCONFIG in the old system. + +* Use common run_tests.in diff --git a/gnuradio-core/Makefile.am b/gnuradio-core/Makefile.am index b4b619b8..46af7c92 100644 --- a/gnuradio-core/Makefile.am +++ b/gnuradio-core/Makefile.am @@ -23,9 +23,7 @@ include $(top_srcdir)/Makefile.common EXTRA_DIST = \ gnuradio-core.conf \ - gnuradio-core.pc.in \ - README.hacking \ - README-win32-mingw-short.txt + gnuradio-core.pc.in SUBDIRS = src doc diff --git a/gnuradio-examples/Makefile.am b/gnuradio-examples/Makefile.am index 2f5d322d..5da68b9d 100644 --- a/gnuradio-examples/Makefile.am +++ b/gnuradio-examples/Makefile.am @@ -21,5 +21,4 @@ include $(top_srcdir)/Makefile.common -EXTRA_DIST = README README.hacking SUBDIRS = python -- 2.30.2