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

Revision 16729, 504 bytes checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r16728, 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        rm -rf $(distdir)/docs/CVS $(distdir)/docs/idl/CVS
13        cp ORBit.spec $(distdir)
14
15rpms: distcheck
16        rpm -ta $(top_builddir)/@PACKAGE@-@VERSION@.tar.gz
17
18m4datadir=$(datadir)/aclocal
19m4data_DATA=ORBit.m4
20
21pkgconfigdir = $(libdir)/pkgconfig
22pkgconfig_DATA= ORBit.pc
Note: See TracBrowser for help on using the repository browser.