Changeset 24d6efc in mainline
- Timestamp:
- 2008-11-08T11:05:32Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6c8d267
- Parents:
- 24345a5
- Location:
- uspace
- Files:
-
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r24345a5 r24d6efc 93 93 94 94 $(CLEANS): 95 -$(MAKE) -C $(basename $@) clean ARCH=$(ARCH)95 -$(MAKE) -C $(basename $@) clean 96 96 97 97 $(BUILDS): 98 $(MAKE) -C $(basename $@) all ARCH=$(ARCH) COMPILER=$(COMPILER)98 $(MAKE) -C $(basename $@) all -
uspace/app/klog/Makefile
r24345a5 r24d6efc 29 29 ## Setup toolchain 30 30 # 31 32 include ../../Makefile.config 31 33 32 34 LIBC_PREFIX = ../../lib/libc -
uspace/app/tester/Makefile
r24345a5 r24d6efc 29 29 ## Setup toolchain 30 30 # 31 32 include ../../Makefile.config 31 33 32 34 LIBC_PREFIX = ../../lib/libc -
uspace/app/tetris/Makefile
r24345a5 r24d6efc 1 include ../../Makefile.config 2 1 3 LIBC_PREFIX = ../../lib/libc 2 4 SOFTINT_PREFIX = ../../lib/softint -
uspace/app/trace/Makefile
r24345a5 r24d6efc 29 29 ## Setup toolchain 30 30 # 31 32 include ../../Makefile.config 31 33 32 34 LIBC_PREFIX = ../../lib/libc -
uspace/lib/libblock/Makefile
r24345a5 r24d6efc 30 30 ## Common compiler flags 31 31 # 32 33 include ../../Makefile.config 32 34 33 35 LIBC_PREFIX = ../libc -
uspace/lib/libc/Makefile
r24345a5 r24d6efc 29 29 ## Common compiler flags 30 30 # 31 32 include ../../Makefile.config 31 33 32 34 LIBC_PREFIX = $(shell pwd) -
uspace/lib/libfs/Makefile
r24345a5 r24d6efc 30 30 ## Common compiler flags 31 31 # 32 33 include ../../Makefile.config 32 34 33 35 LIBC_PREFIX = ../libc -
uspace/lib/softfloat/Makefile
r24345a5 r24d6efc 29 29 ## Common compiler flags 30 30 # 31 32 include ../../Makefile.config 31 33 32 34 LIBC_PREFIX = ../libc -
uspace/lib/softint/Makefile
r24345a5 r24d6efc 29 29 ## Common compiler flags 30 30 # 31 32 include ../../Makefile.config 31 33 32 34 LIBC_PREFIX = ../libc -
uspace/srv/console/Makefile
r24345a5 r24d6efc 29 29 ## Setup toolchain 30 30 # 31 32 include ../../Makefile.config 31 33 32 34 LIBC_PREFIX = ../../lib/libc -
uspace/srv/devmap/Makefile
r24345a5 r24d6efc 29 29 ## Setup toolchain 30 30 # 31 32 include ../../Makefile.config 31 33 32 34 LIBC_PREFIX = ../../lib/libc -
uspace/srv/fb/Makefile
r24345a5 r24d6efc 29 29 ## Setup toolchain 30 30 # 31 32 include ../../Makefile.config 31 33 32 34 LIBC_PREFIX = ../../lib/libc -
uspace/srv/fs/fat/Makefile
r24345a5 r24d6efc 29 29 ## Setup toolchain 30 30 # 31 32 include ../../../Makefile.config 31 33 32 34 LIBC_PREFIX = ../../../lib/libc -
uspace/srv/fs/tmpfs/Makefile
r24345a5 r24d6efc 29 29 ## Setup toolchain 30 30 # 31 32 include ../../../Makefile.config 31 33 32 34 LIBC_PREFIX = ../../../lib/libc -
uspace/srv/kbd/Makefile
r24345a5 r24d6efc 29 29 ## Setup toolchain 30 30 # 31 32 include ../../Makefile.config 31 33 32 34 LIBC_PREFIX = ../../lib/libc -
uspace/srv/loader/Makefile
r24345a5 r24d6efc 28 28 # 29 29 30 include ../../../version31 30 include ../../Makefile.config 32 31 -
uspace/srv/ns/Makefile
r24345a5 r24d6efc 29 29 ## Setup toolchain 30 30 # 31 32 include ../../Makefile.config 31 33 32 34 LIBC_PREFIX = ../../lib/libc -
uspace/srv/pci/Makefile
r24345a5 r24d6efc 29 29 ## Setup toolchain 30 30 # 31 32 include ../../Makefile.config 31 33 32 34 LIBC_PREFIX = ../../lib/libc -
uspace/srv/rd/Makefile
r24345a5 r24d6efc 29 29 ## Setup toolchain 30 30 # 31 32 include ../../Makefile.config 31 33 32 34 LIBC_PREFIX = ../../lib/libc -
uspace/srv/vfs/Makefile
r24345a5 r24d6efc 30 30 ## Setup toolchain 31 31 # 32 33 include ../../Makefile.config 32 34 33 35 LIBC_PREFIX = ../../lib/libc
Note:
See TracChangeset
for help on using the changeset viewer.