Changeset 5699
- Timestamp:
- Dec 5, 2005, 2:02:25 PM (21 years ago)
- Location:
- branches/rel9/psLib
- Files:
-
- 3 edited
-
Makefile.am (modified) (1 diff)
-
etc/pslib/Makefile.am (modified) (1 diff)
-
test/astro/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/rel9/psLib/Makefile.am
r5512 r5699 35 35 36 36 uninstall-hook: 37 if [ `pwd`/share /pslib != $(datadir) ] ; then rm -rf $(datadir); fi37 if [ `pwd`/share != $(datadir) ] ; then rm -rf $(datadir)/pslib ; fi 38 38 rm -rf $(prefix)/docs/pslib/* 39 39 -
branches/rel9/psLib/etc/pslib/Makefile.am
r5678 r5699 13 13 mkdir -p -m 755 $(sysconfdir)/pslib 14 14 15 install- exec-hook: pslib.config $(sysconfdir)/pslib15 install-data-hook: pslib.config $(sysconfdir)/pslib 16 16 if [ `pwd` != $(sysconfdir)/pslib ] ; then $(INSTALL) $(srcdir)/psTime.xml pslib.config $(sysconfdir)/pslib ; fi 17 17 18 uninstall- local:19 if [ `pwd` != $(sysconfdir) ] ; then rm -rf $(sysconfdir); fi18 uninstall-hook: 19 if [ `pwd` != $(sysconfdir)/pslib ] ; then rm -rf $(sysconfdir)/pslib ; fi 20 20 -
branches/rel9/psLib/test/astro/Makefile.am
r5680 r5699 6 6 7 7 TESTS = \ 8 tst_psCoord \ 8 9 tst_psCoord01 \ 9 10 tst_psCoord02 \ … … 39 40 40 41 EXTRA_DIST = data verified 41 EXTRA_PROGRAMS = tst_psCoord42 42 43 43 tests: $(check_DATA) $(TESTS)
Note:
See TracChangeset
for help on using the changeset viewer.
