Changeset 1ea99cc in mainline for uspace/Makefile
- Timestamp:
- 2009-08-20T20:47:35Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b50b5af2
- Parents:
- 24edc18
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r24edc18 r1ea99cc 38 38 lib/softint \ 39 39 lib/softfloat \ 40 lib/libtest \ 40 41 srv/bd/ata_bd \ 41 42 srv/bd/file_bd \ … … 54 55 app/tetris \ 55 56 app/tester \ 57 app/dltest2 \ 58 app/dload \ 56 59 app/trace \ 57 60 app/klog \ … … 74 77 endif 75 78 79 ifeq ($(CONFIG_BUILD_SHARED_LIBC), y) 80 DIRS += \ 81 lib/libc/shared \ 82 app/dltest 83 endif 84 85 76 86 BUILDS := $(addsuffix .build,$(DIRS)) 77 87 CLEANS := $(addsuffix .clean,$(DIRS)) 78 88 79 .PHONY: all $(BUILDS) $(CLEANS) clean 89 .PHONY: all $(BUILDS) $(CLEANS) clean kerninc 80 90 81 91 all: ../Makefile.config ../config.h ../config.defs $(BUILDS)
Note:
See TracChangeset
for help on using the changeset viewer.