Changeset 1124 for ThirdParty/Lapack/stable/1.0/Makefile.in
- Timestamp:
- Aug 22, 2008 1:27:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Lapack/stable/1.0/Makefile.in
r995 r1124 15 15 @SET_MAKE@ 16 16 17 # Copyright (C) 2006, 200 7International Business Machines and others.17 # Copyright (C) 2006, 2008 International Business Machines and others. 18 18 # All Rights Reserved. 19 19 # This file is distributed under the Common Public License. … … 142 142 DEFS = @DEFS@ 143 143 DEPDIR = @DEPDIR@ 144 DLAMCH_FFLAGS = @DLAMCH_FFLAGS@ 144 145 ECHO = @ECHO@ 145 146 ECHO_C = @ECHO_C@ … … 646 647 647 648 649 dlamch.o: dlamch.f 650 $(F77) $(AM_FFLAGS) $(DBG_FFLAGS) -c -o $@ $< 651 652 dlamch.obj: dlamch.f 653 $(F77) $(AM_FFLAGS) $(DBG_FFLAGS) -c -o $@ `$(CYGPATH_W) '$<'` 654 655 dlamch.lo: dlamch.f 656 $(LIBTOOL) --tag=F77 --mode=compile $(F77) $(AM_FFLAGS) $(DLAMCH_FFLAGS) -c -o $@ $< 657 648 658 install-doc: $(DocFiles) 649 659 test -z "$(DocInstallDir)" || $(mkdir_p) "$(DESTDIR)$(DocInstallDir)"
Note: See TracChangeset
for help on using the changeset viewer.