Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/Makefile

    r2d2b8e6 rba7b753  
    3030USPACE_PREFIX = ../..
    3131LIBRARY = libposix
     32SLIBRARY = libposix.so.0.0
     33LSONAME = libposix.so0
     34
     35INCLUDE_LIBC = ./libc
     36
     37PRE_DEPEND = $(INCLUDE_LIBC)
     38EXTRA_CLEAN = $(INCLUDE_LIBC)
    3239
    3340SOURCES = \
     41        ctype.c \
     42        getopt.c \
     43        stdio.c \
     44        stdlib.c \
     45        string.c \
     46        strings.c \
     47        sys/stat.c \
     48        time.c \
     49        unistd.c
    3450
    3551include $(USPACE_PREFIX)/Makefile.common
    3652
     53$(INCLUDE_LIBC): ../c/include
     54        ln -s -f -n $^ $@
     55
Note: See TracChangeset for help on using the changeset viewer.