Changeset e2e9a8a in mainline for uspace/lib
- Timestamp:
- 2016-04-05T18:47:41Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 61134f8
- Parents:
- 0f792c28
- Location:
- uspace/lib
- Files:
-
- 10 edited
-
c/Makefile (modified) (1 diff)
-
draw/Makefile (modified) (1 diff)
-
graph/Makefile (modified) (1 diff)
-
gui/Makefile (modified) (1 diff)
-
http/Makefile (modified) (1 diff)
-
math/Makefile (modified) (1 diff)
-
posix/Makefile (modified) (1 diff)
-
softint/Makefile (modified) (1 diff)
-
softrend/Makefile (modified) (1 diff)
-
uri/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/Makefile
r0f792c28 re2e9a8a 45 45 LIBRARY = libc 46 46 SLIBRARY = libc.so.0.0 47 LSONAME = libc.so 047 LSONAME = libc.so.0 48 48 49 49 LIBS = $(LIBURCU_PREFIX)/liburcu.a -
uspace/lib/draw/Makefile
r0f792c28 re2e9a8a 30 30 LIBRARY = libdraw 31 31 SLIBRARY = libdraw.so.0.0 32 LSONAME = libdraw.so 032 LSONAME = libdraw.so.0 33 33 EXTRA_CFLAGS += -I$(LIBSOFTREND_PREFIX) -I$(LIBCOMPRESS_PREFIX) 34 34 -
uspace/lib/graph/Makefile
r0f792c28 re2e9a8a 30 30 LIBRARY = libgraph 31 31 SLIBRARY = libgraph.so.0.0 32 LSONAME = libgraph.so 032 LSONAME = libgraph.so.0 33 33 34 34 SOURCES = \ -
uspace/lib/gui/Makefile
r0f792c28 re2e9a8a 30 30 LIBRARY = libgui 31 31 SLIBRARY = libgui.so.0.0 32 LSONAME = libgui.so 032 LSONAME = libgui.so.0 33 33 EXTRA_CFLAGS += -I$(LIBDRAW_PREFIX) -I$(LIBSOFTREND_PREFIX) -I$(LIBGRAPH_PREFIX) 34 34 -
uspace/lib/http/Makefile
r0f792c28 re2e9a8a 30 30 LIBRARY = libhttp 31 31 SLIBRARY = libhttp.so.0.0 32 LSONAME = libhttp.so 032 LSONAME = libhttp.so.0 33 33 EXTRA_CFLAGS += -Iinclude 34 34 -
uspace/lib/math/Makefile
r0f792c28 re2e9a8a 34 34 LIBRARY = libmath 35 35 SLIBRARY = libmath.so.0.0 36 LSONAME = libmath.so 036 LSONAME = libmath.so.0 37 37 MATH = y 38 38 -
uspace/lib/posix/Makefile
r0f792c28 re2e9a8a 31 31 LIBRARY = libposix 32 32 SLIBRARY = libposix.so.0.0 33 LSONAME = libposix.so 033 LSONAME = libposix.so.0 34 34 35 35 EXTRA_CFLAGS = -Iinclude/ -
uspace/lib/softint/Makefile
r0f792c28 re2e9a8a 32 32 LIBRARY = libsoftint 33 33 SLIBRARY = libsoftint.so.0.0 34 LSONAME = libsofti.so 034 LSONAME = libsofti.so.0 35 35 36 36 SOURCES = \ -
uspace/lib/softrend/Makefile
r0f792c28 re2e9a8a 30 30 LIBRARY = libsoftrend 31 31 SLIBRARY = libsoftrend.so.0.0 32 LSONAME = libsoftrend.so 032 LSONAME = libsoftrend.so.0 33 33 MATH = y 34 34 -
uspace/lib/uri/Makefile
r0f792c28 re2e9a8a 30 30 LIBRARY = liburi 31 31 SLIBRARY = liburi.so.0.0 32 LSONAME = liburi.so 032 LSONAME = liburi.so.0 33 33 #EXTRA_CFLAGS += 34 34
Note:
See TracChangeset
for help on using the changeset viewer.
