Changeset 9435

Show
Ignore:
Timestamp:
08/27/08 13:29:40
Author:
jcorgan
Message:

Remove migrated gr-usrp2 code.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • usrp2/trunk/host-ng/Makefile.am

    r9430 r9435  
    2727        config.h.in 
    2828 
    29 SUBDIRS = config include lib gr-usrp2 apps 
     29SUBDIRS = config include lib apps 
  • usrp2/trunk/host-ng/Makefile.common

    r8515 r9435  
    2727# includes 
    2828grincludedir   = $(includedir)/gnuradio 
    29 swigincludedir = $(grincludedir)/swig 
    30  
    31 # Install Python modules in the appropriate subdirectory 
    32 # This usually ends up at: 
    33 #   ${prefix}/lib/python${python_version}/site-packages/gnuradio 
    34  
    35 grpythondir = $(pythondir)/gnuradio 
    36 grpyexecdir = $(pyexecdir)/gnuradio 
    37  
    38 # swig flags 
    39 SWIGPYTHONFLAGS = $(PYTHON_CPPFLAGS) -fvirtual -python -modern 
    40 SWIGGRFLAGS = -I$(swigincludedir) -I$(grincludedir) 
    4129 
    4230# Don't assume that make predefines $(RM), because BSD make does 
     
    4634 
    4735MOSTLYCLEANFILES = *~ *.pyc *.pyo *.loT 
    48 DISTCLEANFILES = Makefile.in 
  • usrp2/trunk/host-ng/configure.ac

    r9430 r9435  
    222222    include/Makefile \ 
    223223    include/usrp2/Makefile \ 
    224     gr-usrp2/Makefile \ 
    225224    lib/Makefile \ 
    226225])