source: trunk/third/ORBit/Makefile.am @ 15271

Revision 15271, 452 bytes checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15270, which included commits to RCS files with non-trunk default branches.
Line 
1AUTOMAKE_OPTIONS = 1.3 # required version of automake.
2
3SUBDIRS=popt libIDL src test
4
5bin_SCRIPTS=orbit-config
6
7EXTRA_DIST=ORBit.spec.in ORBit.m4 ORBit.pc.in
8
9dist-hook: ORBit.spec
10        mkdir $(distdir)/docs
11        cp -pr $(srcdir)/docs/* $(distdir)/docs
12        cp ORBit.spec $(distdir)
13
14rpms: distcheck
15        rpm -ta $(top_builddir)/@PACKAGE@-@VERSION@.tar.gz
16
17m4datadir=$(datadir)/aclocal
18m4data_DATA=ORBit.m4
19
20pkgconfigdir = $(libdir)/pkgconfig
21pkgconfig_DATA= ORBit.pc
Note: See TracBrowser for help on using the repository browser.