root/components/BPSK_Thresh_Detector/branches/autotest/BPSK_Thresh_Detector/Makefile.am @ 3002

Revision 3002, 378 bytes (checked in by caguayog, 6 years ago)

separating sp code from component

Line 
1AM_CXXFLAGS = -Wall
2
3bin_PROGRAMS = BPSK_Thresh_Detector
4
5BPSK_Thresh_Detector_SOURCES = BPSK_Thresh_Detector.cpp BPSK_Thresh_Detector.h main.cpp BPSK_Thresh_Detector_sp.cpp BPSK_Thresh_Detector_sp.h
6
7ossieName = BPSK_Thresh_Detector
8xmldir = $(prefix)/xml/$(ossieName)
9dist_xml_DATA = BPSK_Thresh_Detector.prf.xml BPSK_Thresh_Detector.scd.xml \
10BPSK_Thresh_Detector.spd.xml
11
Note: See TracBrowser for help on using the browser.