Changeset 1111 for trunk/src/binutils/Makefile.in
- Timestamp:
- Jan 29, 2004, 10:34:44 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/Makefile.in
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.2
r1110 r1111 10 10 # the Free Software Foundation; either version 2 of the License, or 11 11 # (at your option) any later version. 12 # 12 # 13 13 # This program is distributed in the hope that it will be useful, 14 14 # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 16 # GNU General Public License for more details. 17 # 17 # 18 18 # You should have received a copy of the GNU General Public License 19 19 # along with this program; if not, write to the Free Software … … 100 100 # Directory in which the compiler finds executables, libraries, etc. 101 101 libsubdir = $(libdir)/gcc-lib/$(target_alias)/$(gcc_version) 102 GDB_NLM_DEPS = 102 GDB_NLM_DEPS = 103 103 104 104 # This is the name of the environment variable used for the path to … … 241 241 242 242 LD = @LD@ 243 LDFLAGS = 243 LDFLAGS = 244 244 245 245 RANLIB = @RANLIB@ … … 247 247 WINDRES = @WINDRES@ 248 248 249 PICFLAG = 249 PICFLAG = 250 250 251 251 # ----------------------------------------------- … … 334 334 fi` 335 335 336 LDFLAGS_FOR_TARGET = 336 LDFLAGS_FOR_TARGET = 337 337 338 338 NM_FOR_TARGET=@NM_FOR_TARGET@ … … 378 378 fi` 379 379 380 PICFLAG_FOR_TARGET = 380 PICFLAG_FOR_TARGET = 381 381 382 382 # ------------------------------------ … … 460 460 "gcc_version=$(gcc_version)" \ 461 461 "gcc_version_trigger=$(gcc_version_trigger)" \ 462 "target_alias=$(target_alias)" 462 "target_alias=$(target_alias)" 463 463 464 464 # For any flags above that may contain shell code that varies from one … … 640 640 clean-guile \ 641 641 clean-tk \ 642 clean-tix 642 clean-tix 643 643 644 644 # The target built for a native build. … … 1127 1127 mostlyclean: do-mostlyclean local-clean 1128 1128 distclean: do-distclean local-clean local-distclean 1129 maintainer-clean: local-maintainer-clean do-maintainer-clean local-clean 1129 maintainer-clean: local-maintainer-clean do-maintainer-clean local-clean 1130 1130 maintainer-clean: local-distclean 1131 1131 realclean: maintainer-clean … … 1240 1240 dist: 1241 1241 @echo "Building a full distribution of this tree isn't done" 1242 @echo "via 'make dist'. Check out the etc/ subdirectory" 1242 @echo "via 'make dist'. Check out the etc/ subdirectory" 1243 1243 1244 1244 etags tags: TAGS … … 3150 3150 maybe-configure-intl: 3151 3151 configure-intl: 3152 3153 configure-disabled-intl: 3152 3154 @test ! -f intl/Makefile || exit 0; \ 3153 3155 [ -d intl ] || mkdir intl; \ … … 3190 3192 maybe-all-intl: 3191 3193 all-intl: configure-intl 3194 3195 all-disabled-intl: 3192 3196 @r=`${PWD}`; export r; \ 3193 3197 s=`cd $(srcdir); ${PWD}`; export s; \ … … 3198 3202 .PHONY: check-intl 3199 3203 check-intl: 3204 3205 check-disabled-intl: 3200 3206 @r=`${PWD}`; export r; \ 3201 3207 s=`cd $(srcdir); ${PWD}`; export s; \ … … 3208 3214 maybe-install-intl: 3209 3215 install-intl: installdirs 3216 3217 install-disabled-intl: 3210 3218 @r=`${PWD}`; export r; \ 3211 3219 s=`cd $(srcdir); ${PWD}`; export s; \ … … 7388 7396 configure-gcc: maybe-configure-binutils maybe-configure-gas maybe-configure-ld maybe-configure-bison maybe-configure-flex 7389 7397 all-gcc: maybe-all-libiberty maybe-all-bison maybe-all-byacc maybe-all-binutils maybe-all-gas maybe-all-ld maybe-all-zlib 7390 # This is a slightly kludgy method of getting dependencies on 7398 # This is a slightly kludgy method of getting dependencies on 7391 7399 # all-build-libiberty correct; it would be better to build it every time. 7392 7400 all-gcc: maybe-all-build-libiberty … … 7463 7471 configure-target-libf2c: $(ALL_GCC_C) 7464 7472 all-target-libf2c: maybe-all-target-libiberty 7465 configure-target-libffi: $(ALL_GCC_C) 7473 configure-target-libffi: $(ALL_GCC_C) 7466 7474 configure-target-libjava: $(ALL_GCC_C) maybe-configure-target-zlib maybe-configure-target-boehm-gc maybe-configure-target-qthreads maybe-configure-target-libffi 7467 7475 all-target-libjava: maybe-all-fastjar maybe-all-target-zlib maybe-all-target-boehm-gc maybe-all-target-qthreads maybe-all-target-libffi … … 7493 7501 7494 7502 # Serialization dependencies. Host configures don't work well in parallel to 7495 # each other, due to contention over config.cache. Target configures and 7503 # each other, due to contention over config.cache. Target configures and 7496 7504 # build configures are similar. 7497 7505 @serialization_dependencies@ … … 7533 7541 # ------------------------------ 7534 7542 7535 # Tell GNU make 3.79 not to run the top level in parallel. This 7543 # Tell GNU make 3.79 not to run the top level in parallel. This 7536 7544 # prevents contention for $builddir/$target/config.cache, as well 7537 7545 # as minimizing scatter in file system caches. -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.