nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | noinst_LIBRARIES = libcompat.a |
2 | |||
3 | AM_CPPFLAGS = @STRIP_BEGIN@ \ |
||
4 | -I$(top_srcdir)/include \ |
||
5 | -I$(top_builddir)/include \ |
||
6 | @STRIP_END@ |
||
7 | |||
8 | AM_CXXFLAGS = -Wall |
||
9 | AM_CFLAGS = -Wall |
||
10 | AM_LDFLAGS = -lrt |
||
11 | |||
12 | libcompat_a_SOURCES = \ |
||
13 | Thread.c \ |
||
14 | error.c \ |
||
15 | delay.c \ |
||
16 | gettimeofday.c \ |
||
17 | headers_slim.h \ |
||
18 | inet_ntop.c \ |
||
19 | inet_pton.c \ |
||
20 | signal.c \ |
||
21 | snprintf.c \ |
||
22 | string.c |