Changeset 875
- Timestamp:
- Dec 27, 2007 10:59:27 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Mumps/trunk/Makefile.in
r860 r875 310 310 DISTCLEANFILES = $(MAKEOKFILE) $(am__append_2) $(VPATH_DISTCLEANFILES) 311 311 DocFiles = README AUTHORS LICENSE 312 DocInstallDir = $(prefix)/share/doc/$(PACKAGE )312 DocInstallDir = $(prefix)/share/doc/$(PACKAGE_NAME) 313 313 all: all-am 314 314 … … 759 759 install-data-am: 760 760 761 install-exec-am: 762 761 763 install-info: install-info-am 762 764 … … 784 786 785 787 ps-am: 788 789 uninstall-am: uninstall-info-am 786 790 787 791 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ … … 817 821 dmumps_part5.lo dmumps_part6.lo dmumps_part7.lo dmumps_part8.lo: dmumps_ooc.lo 818 822 819 install- exec-am:823 install-doc: 820 824 test -z "$(DocInstallDir)" || $(mkdir_p) "$(DESTDIR)$(DocInstallDir)" 821 825 for file in $(DocFiles); do \ … … 824 828 done 825 829 826 uninstall- am:830 uninstall-doc: 827 831 for file in $(DocFiles); do \ 828 832 rm -f "$(DESTDIR)$(DocInstallDir)/$$file"; \ … … 865 869 @HAVE_EXTERNALS_TRUE@@MAINTAINER_MODE_TRUE@update-externals: .Externals-stamp 866 870 @HAVE_EXTERNALS_TRUE@@MAINTAINER_MODE_TRUE@ cd $(srcdir); svn update 871 872 .PHONY: install-doc uninstall-doc update-externals 867 873 # Tell versions [3.59,3.63) of GNU make to not export all variables. 868 874 # Otherwise a system limit (for SysV at least) may be exceeded.
Note: See TracChangeset
for help on using the changeset viewer.