Changes in uspace/lib/posix/Makefile [ba7b753:2d2b8e6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/Makefile
rba7b753 r2d2b8e6 30 30 USPACE_PREFIX = ../.. 31 31 LIBRARY = libposix 32 SLIBRARY = libposix.so.0.033 LSONAME = libposix.so034 35 INCLUDE_LIBC = ./libc36 37 PRE_DEPEND = $(INCLUDE_LIBC)38 EXTRA_CLEAN = $(INCLUDE_LIBC)39 32 40 33 SOURCES = \ 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.c50 34 51 35 include $(USPACE_PREFIX)/Makefile.common 52 36 53 $(INCLUDE_LIBC): ../c/include54 ln -s -f -n $^ $@55
Note:
See TracChangeset
for help on using the changeset viewer.