Changeset 1579 for trunk/Clp/Makefile.in
- Timestamp:
- Jul 22, 2010 9:11:41 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/Makefile.in
r1578 r1579 320 320 # Maintainer Stuff # 321 321 ######################################################################## 322 CLEANFILES = clp_addlibs.txt322 CLEANFILES = 323 323 324 324 # Files that are generated and should be cleaned with make distclean … … 724 724 @echo "it deletes files that may require special tools to rebuild." 725 725 @COIN_HAS_PKGCONFIG_FALSE@install-data-hook: 726 @COIN_HAS_PKGCONFIG_FALSE@uninstall-hook: 726 727 clean: clean-recursive 727 728 … … 776 777 uninstall-am: uninstall-info-am uninstall-local \ 777 778 uninstall-pkgconfiglibDATA 779 @$(NORMAL_INSTALL) 780 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook 778 781 779 782 uninstall-info: uninstall-info-recursive … … 794 797 mostlyclean mostlyclean-generic mostlyclean-libtool \ 795 798 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \ 796 uninstall uninstall-am uninstall- info-am uninstall-local\797 uninstall- pkgconfiglibDATA799 uninstall uninstall-am uninstall-hook uninstall-info-am \ 800 uninstall-local uninstall-pkgconfiglibDATA 798 801 799 802 … … 823 826 @COIN_HAS_PKGCONFIG_TRUE@ PKG_CONFIG_PATH=@COIN_PKG_CONFIG_PATH@ \ 824 827 @COIN_HAS_PKGCONFIG_TRUE@ $(PKG_CONFIG) --libs clp > $(addlibsdir)/clp_addlibs.txt 828 829 @COIN_HAS_PKGCONFIG_TRUE@uninstall-hook: 830 @COIN_HAS_PKGCONFIG_TRUE@ rm -f $(addlibsdir)/clp_addlibs.txt 825 831 826 832 install-doc: $(DocFiles)
Note: See TracChangeset
for help on using the changeset viewer.