Changeset 1652
- Timestamp:
- Jul 22, 2010 9:10:56 AM (11 years ago)
- Location:
- ThirdParty/Mumps/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Mumps/trunk/Makefile.am
r1644 r1652 83 83 # Module files that need to be deleted 84 84 MODEXT = mod 85 CLEANFILES = *.$(MODEXT) mumps_addlibs.txt85 CLEANFILES = *.$(MODEXT) 86 86 87 87 # Reset DEFS to that they don't show up for the Fortran compiler … … 107 107 PKG_CONFIG_PATH=@COIN_PKG_CONFIG_PATH@ \ 108 108 $(PKG_CONFIG) --libs coinmumps > $(addlibsdir)/mumps_addlibs.txt 109 110 uninstall-hook: 111 rm -f $(addlibsdir)/mumps_addlibs.txt 109 112 endif 110 113 -
ThirdParty/Mumps/trunk/Makefile.in
r1644 r1652 337 337 # Module files that need to be deleted 338 338 MODEXT = mod 339 CLEANFILES = *.$(MODEXT) mumps_addlibs.txt339 CLEANFILES = *.$(MODEXT) 340 340 thirdpartyincludedir = $(includedir)/coin/ThirdParty 341 341 thirdpartyinclude_HEADERS = \ … … 863 863 @echo "it deletes files that may require special tools to rebuild." 864 864 @COIN_HAS_PKGCONFIG_FALSE@install-data-hook: 865 @COIN_HAS_PKGCONFIG_FALSE@uninstall-hook: 865 866 clean: clean-am 866 867 … … 922 923 uninstall-thirdpartyincludeHEADERS \ 923 924 uninstall-thirdpartylibLTLIBRARIES 925 @$(NORMAL_INSTALL) 926 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook 924 927 925 928 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ … … 938 941 mostlyclean mostlyclean-compile mostlyclean-generic \ 939 942 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ 940 uninstall-am uninstall- info-am uninstall-pkgconfiglibDATA\941 uninstall- thirdpartyincludeHEADERS \943 uninstall-am uninstall-hook uninstall-info-am \ 944 uninstall-pkgconfiglibDATA uninstall-thirdpartyincludeHEADERS \ 942 945 uninstall-thirdpartylibLTLIBRARIES 943 946 … … 973 976 @COIN_HAS_PKGCONFIG_TRUE@ PKG_CONFIG_PATH=@COIN_PKG_CONFIG_PATH@ \ 974 977 @COIN_HAS_PKGCONFIG_TRUE@ $(PKG_CONFIG) --libs coinmumps > $(addlibsdir)/mumps_addlibs.txt 978 979 @COIN_HAS_PKGCONFIG_TRUE@uninstall-hook: 980 @COIN_HAS_PKGCONFIG_TRUE@ rm -f $(addlibsdir)/mumps_addlibs.txt 975 981 976 982 install-doc: $(DocFiles)
Note: See TracChangeset
for help on using the changeset viewer.