root/ossiedev/trunk/components/writeBytestoFile/Makefile.am @ 10563

Revision 10563, 323 bytes (checked in by jeongo9, 2 years ago)

commiting contributed component from external source

  • Property svn:executable set to *
Line 
1AM_CXXFLAGS = -Wall
2
3bin_PROGRAMS = writeBytestoFile
4
5writeBytestoFile_SOURCES = writeBytestoFile.cpp writeBytestoFile.h main.cpp
6
7ossieName = writeBytestoFile
8xmldir = $(prefix)/dom/xml/$(ossieName)
9bindir = $(prefix)/dom/bin
10dist_xml_DATA = writeBytestoFile.prf.xml writeBytestoFile.scd.xml \
11writeBytestoFile.spd.xml
12
Note: See TracBrowser for help on using the browser.