Changeset 1652 for ThirdParty/Mumps/trunk/Makefile.am
- Timestamp:
- Jul 22, 2010 9:10:56 AM (11 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.