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

Revision 10957, 0.9 KB (checked in by mcarrick, 18 months ago)

removing tools from build

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/USRP \
12          platform/USRP2 \
13          platform/nodes/default_GPP_node \
14          platform/nodes/default_GPP_USRP_node \
15          platform/nodes/default_GPP_USRP2_node \
16          platform/GPP \
17          waveforms/ossie_demo \
18          components/amplifier \
19          components/ChannelDemo \
20          components/RxDemo \
21          components/TxDemo \
22          components/USRP_Commander
23
24if WITHNB
25 nbdir="$(prefix)/bin"
26else
27 nbdir="/usr/local/bin"
28endif
29dist-hook:
30        -rm -rf `find $(distdir) -name .svn`
31
32install-data-hook:
33        -cp -rf $(prefix)/lib/* $(libdir)
34        -rm -rf $(prefix)/lib
35        -cp -rf $(prefix)/dom/xml/dtd/ $(prefix)/dev/xml/
36        -mv $(prefix)/bin/nodeBooter $(nbdir)
37        -mv $(prefix)/bin/c_wavLoader $(nbdir)
38        -chown -R $(SUDO_USER).$(SUDO_USER) $(prefix)
39
40uninstall-hook:
41        -rm -rf $(prefix)/*
Note: See TracBrowser for help on using the browser.