Changeset b8d4af4b in mainline
- Timestamp:
 - 2017-11-07T17:54:03Z (8 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - c631734
 - Parents:
 - 68825c3
 - Location:
 - uspace/lib
 - Files:
 - 
      
- 7 edited
 
- 
          
  draw/Makefile (modified) (1 diff)
 - 
          
  graph/Makefile (modified) (1 diff)
 - 
          
  gui/Makefile (modified) (1 diff)
 - 
          
  http/Makefile (modified) (1 diff)
 - 
          
  posix/Makefile (modified) (1 diff)
 - 
          
  softrend/Makefile (modified) (1 diff)
 - 
          
  uri/Makefile (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/lib/draw/Makefile
r68825c3 rb8d4af4b 29 29 USPACE_PREFIX = ../.. 30 30 LIBRARY = libdraw 31 SLIBRARY = libdraw.so.0.032 LSONAME = libdraw.so.033 31 EXTRA_CFLAGS += -I$(LIBSOFTREND_PREFIX) -I$(LIBCOMPRESS_PREFIX) 34 32  - 
      
uspace/lib/graph/Makefile
r68825c3 rb8d4af4b 29 29 USPACE_PREFIX = ../.. 30 30 LIBRARY = libgraph 31 SLIBRARY = libgraph.so.0.032 LSONAME = libgraph.so.033 31 34 32 SOURCES = \  - 
      
uspace/lib/gui/Makefile
r68825c3 rb8d4af4b 29 29 USPACE_PREFIX = ../.. 30 30 LIBRARY = libgui 31 SLIBRARY = libgui.so.0.032 LSONAME = libgui.so.033 31 EXTRA_CFLAGS += -I$(LIBDRAW_PREFIX) -I$(LIBSOFTREND_PREFIX) -I$(LIBGRAPH_PREFIX) 34 32  - 
      
uspace/lib/http/Makefile
r68825c3 rb8d4af4b 29 29 USPACE_PREFIX = ../.. 30 30 LIBRARY = libhttp 31 SLIBRARY = libhttp.so.0.032 LSONAME = libhttp.so.033 31 EXTRA_CFLAGS += -Iinclude 34 32  - 
      
uspace/lib/posix/Makefile
r68825c3 rb8d4af4b 30 30 USPACE_PREFIX = ../.. 31 31 LIBRARY = libposix 32 SLIBRARY = libposix.so.0.033 LSONAME = libposix.so.034 32 35 33 EXTRA_CFLAGS = -Iinclude/  - 
      
uspace/lib/softrend/Makefile
r68825c3 rb8d4af4b 29 29 USPACE_PREFIX = ../.. 30 30 LIBRARY = libsoftrend 31 SLIBRARY = libsoftrend.so.0.032 LSONAME = libsoftrend.so.033 31 MATH = y 34 32  - 
      
uspace/lib/uri/Makefile
r68825c3 rb8d4af4b 29 29 USPACE_PREFIX = ../.. 30 30 LIBRARY = liburi 31 SLIBRARY = liburi.so.0.032 LSONAME = liburi.so.033 31 34 32 SOURCES = \  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  