diff options
Diffstat (limited to 'librt/Makefile.in')
-rw-r--r-- | librt/Makefile.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/librt/Makefile.in b/librt/Makefile.in new file mode 100644 index 000000000..7f3a311a3 --- /dev/null +++ b/librt/Makefile.in @@ -0,0 +1,16 @@ +# Makefile.in for uClibc +# +# Licensed under LGPL v2.1, see the file COPYING.LIB in this tarball for details. +# + +CFLAGS+=$(SSP_ALL_CFLAGS) + +LIB_NAME:=librt + +srcdir=$(top_srcdir)$(LIB_NAME) + +libso-y+=$(top_builddir)lib/$(LIB_NAME).so +liba-y+=$(top_builddir)lib/$(LIB_NAME).a +libclean-y+=$(LIB_NAME)_clean + +include $(top_srcdir)Makefile.libs |