root/ossiedev/trunk/system/ossie/idl/python/Makefile.am @ 8182

Revision 8182, 448 bytes (checked in by bhilburn, 5 years ago)

Making the automake code RPM-compatible.

Line 
1IDL_BIN = $(shell which omniidl)
2
3all :
4        $(IDL_BIN) -bpython -Wbpackage=ossie.cf ../cf.idl
5        $(IDL_BIN) -bpython -Wbpackage=ossie.cf ../StandardEvent.idl
6        $(IDL_BIN) -bpython -Wbpackage=ossie.cf ../PortTypes.idl
7
8install-data-local:
9        rm -rf $(DESTDIR)$(pythondir)/ossie/cf
10        mkdir -p $(DESTDIR)$(pythondir)
11        cp -R ossie $(DESTDIR)$(pythondir)
12        cp ossie.pth $(DESTDIR)/usr/lib/python2.5/site-packages
13
14distclean:
15        rm -rf ossie
16
17clean:
18        rm -rf ossie
19
Note: See TracBrowser for help on using the browser.