Changes in uspace/Makefile [865b981:7e69e0e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r865b981 r7e69e0e 58 58 app/mkexfat \ 59 59 app/mkmfs \ 60 app/modplay \ 60 61 app/nterm \ 61 62 app/redir \ … … 224 225 lib/nic \ 225 226 lib/ext4 \ 227 lib/trackmod \ 226 228 lib/uri \ 227 229 lib/usb \ … … 231 233 lib/usbvirt \ 232 234 lib/pcm \ 233 lib/pcut \234 235 lib/bithenge \ 235 236 lib/posix \ … … 241 242 LIBN_BUILD = $(addsuffix .build,$(LIBN)) 242 243 BUILDS := $(addsuffix .build,$(DIRS)) 243 BUILDS_TESTS := $(addsuffix .build-test,$(DIRS) $(LIBS) lib/c)244 244 245 245 CLEANS := $(addsuffix .clean,$(DIRS)) $(addsuffix .clean,$(LIBN)) $(addsuffix .clean,$(LIBS)) $(addsuffix .clean,$(LIBC)) … … 247 247 .PHONY: all $(LIBC_BUILD) $(LIBS_BUILD) $(LIBN_BUILD) $(BUILDS) $(CLEANS) clean 248 248 249 all: $(BUILDS) $(BUILDS_TESTS) 250 251 $(BUILDS_TESTS): $(BUILDS) 252 $(MAKE) -C $(basename $@) all-test PRECHECK=$(PRECHECK) 249 all: $(BUILDS) 253 250 254 251 clean: $(CLEANS)
Note:
See TracChangeset
for help on using the changeset viewer.