Changeset c631734 in mainline for uspace/lib
- Timestamp:
- 2017-11-07T23:14:00Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cecba66e
- Parents:
- b8d4af4b
- Location:
- uspace/lib
- Files:
-
- 6 edited
-
c/Makefile (modified) (1 diff)
-
dltest/Makefile (modified) (1 diff)
-
math/Makefile (modified) (1 diff)
-
pcut/Makefile (modified) (1 diff)
-
pcut/update-from-master.sh (modified) (1 diff)
-
softint/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/Makefile
rb8d4af4b rc631734 43 43 EXTRA_CLEAN = $(LINKER_SCRIPTS) 44 44 LIBRARY = libc 45 SLIBRARY = libc.so.0.0 46 LSONAME = libc.so.0 45 SOVERSION = 0.0 47 46 48 47 -include $(CONFIG_MAKEFILE) -
uspace/lib/dltest/Makefile
rb8d4af4b rc631734 29 29 USPACE_PREFIX = ../.. 30 30 LIBRARY = libdltest 31 SLIBRARY = libdltest.so.0.0 32 LSONAME = libdltest.so.0 31 SOVERSION = 0.0 33 32 34 33 SOURCES = \ -
uspace/lib/math/Makefile
rb8d4af4b rc631734 33 33 34 34 LIBRARY = libmath 35 SLIBRARY = libmath.so.0.0 36 LSONAME = libmath.so.0 35 SOVERSION = 0.0 37 36 MATH = y 38 37 -
uspace/lib/pcut/Makefile
rb8d4af4b rc631734 35 35 all-test: $(SELF_TESTS) 36 36 37 test-libpcut-%: $( OUTPUT)38 $(LD) -n $(LFLAGS) -T $(LINKER_SCRIPT) -o $@ $(STARTUP) $^ $( OUTPUT)$(BASE_LIBS)37 test-libpcut-%: $(LIBRARY).a 38 $(LD) -n $(LFLAGS) -T $(LINKER_SCRIPT) -o $@ $(STARTUP) $^ $(LIBRARY).a $(BASE_LIBS) 39 39 -
uspace/lib/pcut/update-from-master.sh
rb8d4af4b rc631734 79 79 all-test: $(SELF_TESTS) 80 80 81 test-libpcut-%: $( OUTPUT)82 $(LD) -n $(LFLAGS) -T $(LINKER_SCRIPT) -o $@ $(STARTUP) $^ $( OUTPUT)$(BASE_LIBS)81 test-libpcut-%: $(LIBRARY).a 82 $(LD) -n $(LFLAGS) -T $(LINKER_SCRIPT) -o $@ $(STARTUP) $^ $(LIBRARY).a $(BASE_LIBS) 83 83 84 84 EOF_MAKEFILE_TAIL -
uspace/lib/softint/Makefile
rb8d4af4b rc631734 31 31 EXTRA_CFLAGS = -Iinclude 32 32 LIBRARY = libsoftint 33 SLIBRARY = libsoftint.so.0.0 34 LSONAME = libsoftint.so.0 33 SOVERSION = 0.0 35 34 36 35 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.
