Changeset 18576
- Timestamp:
- 04/12/06 10:16:39 (3 years ago)
- Files:
-
- juggler/trunk/Makefile.in (modified) (1 diff)
- juggler/trunk/external/Makefile.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/Makefile.in
r18342 r18576 56 56 57 57 debug dbg dbg-dso optim opt opt-dso profiled prof prof-dso release \ 58 world install-debug install-optim install-profiled links clean-links: 58 world world-all-abi all-abi install-all-abi install-debug install-optim \ 59 install-profiled links clean-links: 59 60 $(MAKE) GLOBAL_BUILD=1 RECTARGET="$@" \ 60 61 instlinks="$(topdir)/instlinks" recursive juggler/trunk/external/Makefile.in
r18341 r18576 145 145 endif 146 146 147 world release:147 world world-all-abi release: 148 148 @$(MAKE) buildworld 149 149 @$(MAKE) installworld 150 150 151 all buildworld debug optim profiled dbg dbg-dso opt opt-dso prof\152 prof -dso links:151 all all-abi buildworld debug optim profiled dbg dbg-dso opt opt-dso \ 152 prof prof-dso links: 153 153 $(MKINSTALLDIRS) $(instlinks)/include 154 154 @for target in $(ALL_TARGETS) ; do \ … … 315 315 install install-debug install-optim install-dbg install-dbg-dso \ 316 316 install-opt install-opt-dso install-profiled install-prof \ 317 install-prof-dso installworld :317 install-prof-dso installworld install-all-abi: 318 318 @for target in $(BASE_TARGETS) ; do \ 319 319 $(MAKE) install-$$target || exit 1; \
