root/ossiedev/branches/mcarrick/embeddedBuild/Makefile.am @ 10959

Revision 10959, 0.8 KB (checked in by mcarrick, 18 months ago)

removing USRP stuff

Line 
1ACLOCAL_AMFLAGS = -I m4
2
3SUBDIRS = system/ossie \
4          system/standardInterfaces \
5          system/nodebooter \
6          system/customInterfaces \
7          system/c_wavLoader \
8          system/SigProc \
9          platform/domain \
10          platform/dtd \
11          platform/nodes/default_GPP_node \
12          platform/GPP \
13          waveforms/ossie_demo \
14          components/amplifier \
15          components/ChannelDemo \
16          components/RxDemo \
17          components/TxDemo
18
19if WITHNB
20 nbdir="$(prefix)/bin"
21else
22 nbdir="/usr/local/bin"
23endif
24dist-hook:
25        -rm -rf `find $(distdir) -name .svn`
26
27install-data-hook:
28        -cp -rf $(prefix)/lib/* $(libdir)
29        -rm -rf $(prefix)/lib
30        -cp -rf $(prefix)/dom/xml/dtd/ $(prefix)/dev/xml/
31        -mv $(prefix)/bin/nodeBooter $(nbdir)
32        -mv $(prefix)/bin/c_wavLoader $(nbdir)
33        -chown -R $(SUDO_USER).$(SUDO_USER) $(prefix)
34
35uninstall-hook:
36        -rm -rf $(prefix)/*
Note: See TracBrowser for help on using the browser.