Changeset 273 for ThirdParty/Blas/stable/1.0/Makefile.am
- Timestamp:
- Mar 26, 2007 4:42:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Blas/stable/1.0/Makefile.am
r49 r273 1 # Copyright (C) 2003, 200 6International Business Machines and others.1 # Copyright (C) 2003, 2007 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.blas INSTALL.BLAS 10 10 11 noinst_LTLIBRARIES = libcoinblas.la 11 if SKIPMAKE 12 noinst_LTLIBRARIES = 13 else 14 noinst_LTLIBRARIES = libcoinblas.la 15 endif 12 16 13 17 nodist_libcoinblas_la_SOURCES = \ … … 57 61 58 62 # Files that are generated and should be cleaned with make distclean 59 DISTCLEANFILES = 63 DISTCLEANFILES = $(MAKEOKFILE) 60 64 61 65 include ../../BuildTools/Makemain.inc
Note: See TracChangeset
for help on using the changeset viewer.