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