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.
|
Rev | Line | |
---|
[15270] | 1 | AUTOMAKE_OPTIONS = 1.3 # required version of automake. |
---|
| 2 | |
---|
| 3 | SUBDIRS=popt libIDL src test |
---|
| 4 | |
---|
| 5 | bin_SCRIPTS=orbit-config |
---|
| 6 | |
---|
| 7 | EXTRA_DIST=ORBit.spec.in ORBit.m4 ORBit.pc.in |
---|
| 8 | |
---|
| 9 | dist-hook: ORBit.spec |
---|
| 10 | mkdir $(distdir)/docs |
---|
| 11 | cp -pr $(srcdir)/docs/* $(distdir)/docs |
---|
| 12 | cp ORBit.spec $(distdir) |
---|
| 13 | |
---|
| 14 | rpms: distcheck |
---|
| 15 | rpm -ta $(top_builddir)/@PACKAGE@-@VERSION@.tar.gz |
---|
| 16 | |
---|
| 17 | m4datadir=$(datadir)/aclocal |
---|
| 18 | m4data_DATA=ORBit.m4 |
---|
| 19 | |
---|
| 20 | pkgconfigdir = $(libdir)/pkgconfig |
---|
| 21 | pkgconfig_DATA= ORBit.pc |
---|
Note: See
TracBrowser
for help on using the repository browser.