Changeset 1124 for ThirdParty/Lapack/stable/1.0/Makefile.am
- Timestamp:
- Aug 22, 2008 1:27:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Lapack/stable/1.0/Makefile.am
r277 r1124 1 # Copyright (C) 2006, 200 7International Business Machines and others.1 # Copyright (C) 2006, 2008 International Business Machines and others. 2 2 # All Rights Reserved. 3 3 # This file is distributed under the Common Public License. … … 58 58 libcoinlapack_la_LDFLAGS = $(LT_LDFLAGS) 59 59 60 dlamch.o: dlamch.f 61 $(F77) $(AM_FFLAGS) $(DBG_FFLAGS) -c -o $@ $< 62 63 dlamch.obj: dlamch.f 64 $(F77) $(AM_FFLAGS) $(DBG_FFLAGS) -c -o $@ `$(CYGPATH_W) '$<'` 65 66 dlamch.lo: dlamch.f 67 $(LIBTOOL) --tag=F77 --mode=compile $(F77) $(AM_FFLAGS) $(DLAMCH_FFLAGS) -c -o $@ $< 68 60 69 ######################################################################## 61 70 # Maintainer Stuff #
Note: See TracChangeset
for help on using the changeset viewer.