Changeset 4278
- Timestamp:
- 07/10/07 14:29:49 (6 years ago)
- Location:
- nodes/default_GPP_USRP_sound_node/trunk/default_GPP_USRP_sound_node
- Files:
-
- 1 added
- 2 modified
- 4 moved
-
. (modified) (1 prop)
-
.ignore (added)
-
Makefile.am (modified) (1 diff)
-
default_GPP_USRP_sound_node.dcd.xml (moved) (moved from nodes/default_GPP_USRP_sound_node/trunk/default_GPP_USRP_sound_node/DeviceManager.dcd.xml)
-
default_GPP_USRP_sound_node.prf.xml (moved) (moved from nodes/default_GPP_USRP_sound_node/trunk/default_GPP_USRP_sound_node/DeviceManager.prf.xml)
-
default_GPP_USRP_sound_node.scd.xml (moved) (moved from nodes/default_GPP_USRP_sound_node/trunk/default_GPP_USRP_sound_node/DeviceManager.scd.xml)
-
default_GPP_USRP_sound_node.spd.xml (moved) (moved from nodes/default_GPP_USRP_sound_node/trunk/default_GPP_USRP_sound_node/DeviceManager.spd.xml)
Legend:
- Unmodified
- Added
- Removed
-
nodes/default_GPP_USRP_sound_node/trunk/default_GPP_USRP_sound_node
-
Property
svn:ignore set
to
configure
Makefile.in
config.log
config.status
config.guess
config.sub
autom4te.cache
missing
Makefile
aclocal.m4
install-sh
*.swp
*.swo
-
Property
svn:ignore set
to
-
nodes/default_GPP_USRP_sound_node/trunk/default_GPP_USRP_sound_node/Makefile.am
r4213 r4278 1 AM_CXXFLAGS = -Wall2 1 3 2 ossieName = default_GPP_USRP_sound_node 4 3 5 waveformdir = $(prefix)/dev/$(ossieName) 6 dist_waveform_DATA = DeviceManager.dcd.xml DeviceManager.spd.xml DeviceManager.scd.xml DeviceManager.prf.xml 4 nodedir = $(prefix)/dev/nodes 5 dist_node_DATA = \ 6 default_GPP_USRP_sound_node.dcd.xml \ 7 default_GPP_USRP_sound_node.spd.xml \ 8 default_GPP_USRP_sound_node.scd.xml \ 9 default_GPP_USRP_sound_node.prf.xml 7 10