blob: 155449fe8935f85c28af8058fadaa11a818b30dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
libreplace_sources = \
dlfcn.c \
getaddrinfo.c \
getifaddrs.c \
getpass.c \
inet_aton.c \
inet_ntoa.c \
inet_ntop.c \
inet_pton.c \
repdir_getdents.c \
repdir_getdirentries.c \
replace.c \
snprintf.c \
socket.c \
socketpair.c \
strptime.c \
timegm.c \
getaddrinfo.h \
replace.h \
win32_replace.h \
system/aio.h \
system/capability.h \
system/dir.h \
system/filesys.h \
system/glob.h \
system/iconv.h \
system/kerberos.h \
system/locale.h \
system/network.h \
system/passwd.h \
system/readline.h \
system/select.h \
system/shmem.h \
system/syslog.h \
system/terminal.h \
system/time.h \
system/wait.h
noinst_LIBRARIES = \
libreplace.a
dist_noinst_DATA = \
autoconf-2.60.m4
libreplace_a_SOURCES =
EXTRA_libreplace_a_SOURCES = \
$(libreplace_sources)
libreplace_a_DEPENDENCIES = \
@LIBREPLACEOBJ@
libreplace_a_LIBADD = \
@LIBREPLACEOBJ@
tests: all
|