|
Revision 11049, 390 bytes
(checked in by Snyder.Jason, 14 months ago)
|
|
changes to build scripts for 0.9.0
|
| Line | |
|---|
| 1 | ACLOCAL_AMFLAGS = -I m4 |
|---|
| 2 | %.pp.idl : %.idl |
|---|
| 3 | @CC@ -E -x c++ -I../ossie/idl $< > $@ |
|---|
| 4 | |
|---|
| 5 | BUILT_SOURCES = customInterfaces.pp.idl |
|---|
| 6 | |
|---|
| 7 | dist_pkginclude_DATA = customInterfaces.idl \ |
|---|
| 8 | timingStatus.idl charArray.idl |
|---|
| 9 | |
|---|
| 10 | pkgconfigdir = $(libdir)/pkgconfig |
|---|
| 11 | dist_pkgconfig_DATA = customInterfaces.pc |
|---|
| 12 | |
|---|
| 13 | CLEANFILES = customInterfaces.pp.idl |
|---|
| 14 | |
|---|
| 15 | SUBDIRS = python |
|---|
| 16 | |
|---|
| 17 | uninstall-hook: |
|---|
| 18 | -rm -rf $(includedir)/customInterfaces |
|---|