Changeset a4e3976 in mainline for uspace/Makefile.common
- Timestamp:
- 2017-11-01T17:05:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 52a7f238
- Parents:
- b63b02e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
rb63b02e ra4e3976 54 54 # 55 55 # Optionally, for a libary: 56 # SLIBRARY Name with full version, e.g. libfoo.so.0.0 56 # SLIBRARY Name with full version, e.g. libfoo.so.0.0 57 57 # LSONAME Soname / name with short version, e.g. libfoo.so.0 58 58 # … … 94 94 LOUTPUT = $(SLIBRARY) 95 95 EXTRA_OUTPUT += $(LOUTPUT).disasm $(LIBRARY).so $(LSONAME) 96 EXTRA_CLEAN += $(LOUTPUT).map $(LOUTPUT). ldisasm \96 EXTRA_CLEAN += $(LOUTPUT).map $(LOUTPUT).disasm \ 97 97 $(LIBC_PREFIX)/shared/arch/$(UARCH)/_lib.ld \ 98 98 $(LIBRARY).so $(LSONAME) … … 220 220 endif 221 221 222 .PHONY: all clean depend222 .PHONY: all all-test clean depend 223 223 224 224 all: $(VERSION_DEF) $(COMMON_MAKEFILE) $(CONFIG_MAKEFILE) $(CONFIG_HEADER) $(LIBS) $(OUTPUT) $(LOUTPUT) $(EXTRA_OUTPUT)
Note:
See TracChangeset
for help on using the changeset viewer.