Changeset 9435
- Timestamp:
- 08/27/08 13:29:40
- Files:
-
- usrp2/trunk/host-ng/Makefile.am (modified) (1 diff)
- usrp2/trunk/host-ng/Makefile.common (modified) (2 diffs)
- usrp2/trunk/host-ng/configure.ac (modified) (1 diff)
- usrp2/trunk/host-ng/gr-usrp2 (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
usrp2/trunk/host-ng/Makefile.am
r9430 r9435 27 27 config.h.in 28 28 29 SUBDIRS = config include lib gr-usrp2apps29 SUBDIRS = config include lib apps usrp2/trunk/host-ng/Makefile.common
r8515 r9435 27 27 # includes 28 28 grincludedir = $(includedir)/gnuradio 29 swigincludedir = $(grincludedir)/swig30 31 # Install Python modules in the appropriate subdirectory32 # This usually ends up at:33 # ${prefix}/lib/python${python_version}/site-packages/gnuradio34 35 grpythondir = $(pythondir)/gnuradio36 grpyexecdir = $(pyexecdir)/gnuradio37 38 # swig flags39 SWIGPYTHONFLAGS = $(PYTHON_CPPFLAGS) -fvirtual -python -modern40 SWIGGRFLAGS = -I$(swigincludedir) -I$(grincludedir)41 29 42 30 # Don't assume that make predefines $(RM), because BSD make does … … 46 34 47 35 MOSTLYCLEANFILES = *~ *.pyc *.pyo *.loT 48 DISTCLEANFILES = Makefile.inusrp2/trunk/host-ng/configure.ac
r9430 r9435 222 222 include/Makefile \ 223 223 include/usrp2/Makefile \ 224 gr-usrp2/Makefile \225 224 lib/Makefile \ 226 225 ])
