OSDN Git Service

Add the current implementation to review
[uclinux-h8/uclibc-ng.git] / librt / Makefile.in
1 # Makefile.in for uClibc
2 #
3 # Licensed under LGPL v2.1, see the file COPYING.LIB in this tarball for details.
4 #
5
6 CFLAGS+=$(SSP_ALL_CFLAGS)
7
8 LIB_NAME:=librt
9
10 srcdir=$(top_srcdir)$(LIB_NAME)
11
12 libso-y+=$(top_builddir)lib/$(LIB_NAME).so
13 liba-y+=$(top_builddir)lib/$(LIB_NAME).a
14 libclean-y+=$(LIB_NAME)_clean
15
16 include $(top_srcdir)Makefile.libs