Changeset 1411 for ThirdParty/Mumps/trunk/Makefile.am
- Timestamp:
- Sep 13, 2009 2:24:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Mumps/trunk/Makefile.am
r1388 r1411 1 # Copyright (C) 2007 -2009International Business Machines and others.1 # Copyright (C) 2007, 2008 International Business Machines and others. 2 2 # All Rights Reserved. 3 3 # This file is distributed under the Common Public License. … … 9 9 EXTRA_DIST = get.mumps INSTALL.MUMPS 10 10 11 thirdpartylibdir = $(prefix)/lib/ThirdParty 12 thirdpartylib_LTLIBRARIES = libcoinmumps.la 11 if SKIPMAKE 12 noinst_LTLIBRARIES = 13 else 14 noinst_LTLIBRARIES = libcoinmumps.la 15 endif 13 16 14 17 MUMPSDIR = @MUMPSDIR@ … … 84 87 FFLAGS += $(MY_FDEFS) 85 88 86 thirdpartyincludedir = $(includedir)/coin/ThirdParty87 thirdpartyinclude_HEADERS = \88 $(MUMPSDIR)/include/dmumps_c.h \89 $(MUMPSDIR)/include/mumps_compat.h \90 $(MUMPSDIR)/include/mumps_c_types.h91 92 addlibsdir = $(prefix)/share/doc/coin/ThirdParty/Mumps93 addlibs_DATA = README mumps_addlibs.txt94 95 89 ######################################################################## 96 90 # Maintainer Stuff #
Note: See TracChangeset
for help on using the changeset viewer.