19 строки
382 B
Makefile
19 строки
382 B
Makefile
noinst_LIBRARIES = libcompat.a
|
|
|
|
AM_CPPFLAGS = @STRIP_BEGIN@ \
|
|
-I$(top_srcdir)/include \
|
|
-I$(top_builddir)/include \
|
|
@STRIP_END@
|
|
|
|
libcompat_a_SOURCES = \
|
|
Thread.c \
|
|
error.c \
|
|
delay.cpp \
|
|
gettimeofday.c \
|
|
headers_slim.h \
|
|
inet_ntop.c \
|
|
inet_pton.c \
|
|
signal.c \
|
|
snprintf.c \
|
|
string.c
|