Changeset 1391 for branches/GNU/src/gcc/libf2c/Makefile.in
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (22 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
libf2c/Makefile.in (modified) (5 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 dir.info 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/libf2c/Makefile.in
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 20 20 #02111-1307, USA. 21 21 22 SHELL = /bin/sh 22 SHELL = @SHELL@ 23 PWD_COMMAND = $${PWDCMD-pwd} 23 24 MAKEOVERRIDES= 24 25 .NOEXPORTS: … … 67 68 LIBTOOL = @LIBTOOL@ 68 69 CC = @CC@ 70 WARN_CFLAGS = -W -Wall 69 71 CFLAGS = @CFLAGS@ 70 72 AR = @AR@ … … 77 79 LD='$(LD)' \ 78 80 LIBTOOL='$(LIBTOOL)' \ 81 WARN_CFLAGS='$(WARN_CFLAGS)' \ 79 82 CFLAGS='$(CFLAGS)' \ 80 83 CPPFLAGS='$(CPPFLAGS)' \ … … 174 177 echo $${name}; \ 175 178 $(LIBTOOL) --mode=compile $(CC) -c -I. -I$(srcdir) -I../../include \ 176 $(CPPFLAGS) $( CFLAGS) -DL$${name} $(srcdir)/f2cext.c \179 $(CPPFLAGS) $(WARN_CFLAGS) $(CFLAGS) -DL$${name} $(srcdir)/f2cext.c \ 177 180 -o libE77/L$${name}.lo ; \ 178 181 if [ $$? -eq 0 ] ; then true; else exit 1; fi; \ … … 257 260 258 261 subdir_do: 259 @rootpre=` pwd`/; export rootpre; \260 srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \262 @rootpre=`${PWD_COMMAND}`/; export rootpre; \ 263 srcrootpre=`cd $(srcdir); ${PWD_COMMAND}`/; export srcrootpre; \ 261 264 for i in .. $(DODIRS); do \ 262 265 if [ x$$i != x.. ]; then \ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
