Changes in uspace/Makefile [a047aaa:7e69e0e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
ra047aaa r7e69e0e 34 34 35 35 DIRS = \ 36 app/barber \37 36 app/bdsh \ 38 37 app/bithenge \ … … 213 212 lib/fmtutil \ 214 213 lib/scsi \ 215 lib/compress \216 214 lib/softint \ 217 215 lib/softfloat \ … … 235 233 lib/usbvirt \ 236 234 lib/pcm \ 237 lib/pcut \238 235 lib/bithenge \ 239 236 lib/posix \ … … 245 242 LIBN_BUILD = $(addsuffix .build,$(LIBN)) 246 243 BUILDS := $(addsuffix .build,$(DIRS)) 247 BUILDS_TESTS := $(addsuffix .build-test,$(DIRS) $(LIBS) lib/c)248 244 249 245 CLEANS := $(addsuffix .clean,$(DIRS)) $(addsuffix .clean,$(LIBN)) $(addsuffix .clean,$(LIBS)) $(addsuffix .clean,$(LIBC)) … … 251 247 .PHONY: all $(LIBC_BUILD) $(LIBS_BUILD) $(LIBN_BUILD) $(BUILDS) $(CLEANS) clean 252 248 253 all: $(BUILDS) $(BUILDS_TESTS) 254 255 $(BUILDS_TESTS): $(BUILDS) 256 $(MAKE) -C $(basename $@) all-test PRECHECK=$(PRECHECK) 249 all: $(BUILDS) 257 250 258 251 clean: $(CLEANS)
Note:
See TracChangeset
for help on using the changeset viewer.