Changeset eff9f8c in mainline for uspace/Makefile.common
- Timestamp:
- 2016-05-15T08:21:20Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f6017ee
- Parents:
- 362654a
- git-author:
- Vojtech Horky <vojtech.horky@…> (2016-05-15 08:21:20)
- git-committer:
- Jakub Jermar <jakub@…> (2016-05-15 08:21:20)
- File:
-
- 1 edited
-
uspace/Makefile.common (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
r362654a reff9f8c 198 198 199 199 ifeq ($(STATIC_BUILD),y) 200 BASE_LIBS = $(LIBC_PREFIX)/libc.a $(LIB SOFTINT_PREFIX)/libsoftint.a200 BASE_LIBS = $(LIBC_PREFIX)/libc.a $(LIBURCU_PREFIX)/liburcu.a $(LIBSOFTINT_PREFIX)/libsoftint.a 201 201 LINKER_SCRIPT ?= $(LIBC_PREFIX)/arch/$(UARCH)/_link.ld 202 202 ifeq ($(MATH),y) … … 331 331 endif 332 332 333 334 ifneq ($(MAKECMDGOALS),clean) 333 335 -include $(DEPEND) 336 endif 334 337 335 338 OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) … … 371 374 372 375 ifneq ($(LIBRARY),) 373 %.a: $(OBJECTS)376 $(LIBRARY).a: $(OBJECTS) 374 377 $(AR) rc $@ $(OBJECTS) 375 378 endif 376 379 377 380 ifneq ($(SLIBRARY),) 378 %.la: $(LOBJECTS)381 $(SLIBRARY).la: $(LOBJECTS) 379 382 $(AR) rc $@ $(LOBJECTS) 380 383 endif
Note:
See TracChangeset
for help on using the changeset viewer.
