root/ossiedev/branches/jsnyder/trunk/system/customInterfaces/Makefile.am @ 11049

Revision 11049, 390 bytes (checked in by Snyder.Jason, 14 months ago)

changes to build scripts for 0.9.0

Line 
1ACLOCAL_AMFLAGS = -I m4
2%.pp.idl : %.idl
3        @CC@ -E -x c++ -I../ossie/idl $< > $@
4
5BUILT_SOURCES = customInterfaces.pp.idl
6
7dist_pkginclude_DATA = customInterfaces.idl \
8timingStatus.idl charArray.idl
9
10pkgconfigdir = $(libdir)/pkgconfig
11dist_pkgconfig_DATA = customInterfaces.pc
12
13CLEANFILES = customInterfaces.pp.idl
14
15SUBDIRS = python
16
17uninstall-hook:
18        -rm -rf $(includedir)/customInterfaces
Note: See TracBrowser for help on using the browser.