Changeset 9442
- Timestamp:
- 08/29/08 10:35:03
- Files:
-
- usrp2/trunk/host/Makefile.am (modified) (1 diff)
- usrp2/trunk/host/Makefile.common (modified) (1 diff)
- usrp2/trunk/host/config/Makefile.am (modified) (1 diff)
- usrp2/trunk/host/config/gr_x86_64.m4 (deleted)
- usrp2/trunk/host/configure.ac (modified) (2 diffs)
- usrp2/trunk/host/usrp2.pc (added)
- usrp2/trunk/host/usrp2.pc.in (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
usrp2/trunk/host/Makefile.am
r9435 r9442 23 23 include $(top_srcdir)/Makefile.common 24 24 25 pkgconfigdir = $(libdir)/pkgconfig 26 pkgconfig_DATA = usrp2.pc 27 25 28 EXTRA_DIST = \ 26 29 configure \ 27 config.h.in 30 config.h.in \ 31 usrp2.pc.in 28 32 29 33 SUBDIRS = config include lib apps usrp2/trunk/host/Makefile.common
r9435 r9442 32 32 # here have to add a -f to be like GNU make. 33 33 RM=$(RM_PROG) -f 34 35 MOSTLYCLEANFILES = *~ *.pyc *.pyo *.loTusrp2/trunk/host/config/Makefile.am
r6955 r9442 18 18 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 19 19 # 20 21 M4FILES = \ 22 ax_boost_base.m4 \ 23 ax_boost_date_time.m4 \ 24 ax_boost_filesystem.m4 \ 25 ax_boost_iostreams.m4 \ 26 ax_boost_program_options.m4 \ 27 ax_boost_python.m4 \ 28 ax_boost_regex.m4 \ 29 ax_boost_serialization.m4 \ 30 ax_boost_signals.m4 \ 31 ax_boost_system.m4 \ 32 ax_boost_test_exec_monitor.m4 \ 33 ax_boost_thread.m4 \ 34 ax_boost_unit_test_framework.m4 \ 35 ax_boost_wserialization.m4 \ 36 gr_doxygen.m4 \ 37 gr_gprof.m4 \ 38 gr_lib64.m4 \ 39 gr_no_undefined.m4 \ 40 gr_python.m4 \ 41 gr_scripting.m4 \ 42 gr_set_md_cpu.m4 \ 43 gr_subversion.m4 \ 44 gr_swig.m4 \ 45 lf_cc.m4 \ 46 lf_cxx.m4 \ 47 lf_warnings.m4 \ 48 pkg.m4 49 50 EXTRA_DIST = $(M4FILES) usrp2/trunk/host/configure.ac
r9435 r9442 41 41 fi 42 42 43 GR_X86_64 dnl check for lib64 suffix44 43 LF_CONFIGURE_CC 45 44 LF_CONFIGURE_CXX 45 GR_LIB64 46 46 47 47 dnl The three macros above are known to override CXXFLAGS if the user … … 218 218 AC_CONFIG_FILES([\ 219 219 Makefile \ 220 usrp2.pc \ 220 221 apps/Makefile \ 221 222 config/Makefile \
