Last change
on this file since 4364 was
4364,
checked in by Sam Hocevar, 12 years ago
|
Rename zzcat to zzat to avoid conflicts with zziplib.
|
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Line | |
---|
1 | |
---|
2 | bin_PROGRAMS = zzuf zzat |
---|
3 | pkglib_LTLIBRARIES = libzzuf.la |
---|
4 | |
---|
5 | ZZUF = \ |
---|
6 | zzuf.c opts.c opts.h md5.c md5.h timer.c timer.h myfork.c myfork.h |
---|
7 | |
---|
8 | ZZAT = \ |
---|
9 | zzat.c |
---|
10 | |
---|
11 | LIBZZUF = \ |
---|
12 | libzzuf/libzzuf.c libzzuf/libzzuf.h \ |
---|
13 | libzzuf/debug.c libzzuf/debug.h \ |
---|
14 | libzzuf/sys.c libzzuf/sys.h \ |
---|
15 | libzzuf/network.c libzzuf/network.h \ |
---|
16 | libzzuf/lib-fd.c libzzuf/lib-mem.c libzzuf/lib-signal.c \ |
---|
17 | libzzuf/lib-stream.c libzzuf/lib-load.h |
---|
18 | |
---|
19 | COMMON = \ |
---|
20 | common/common.h \ |
---|
21 | common/random.c common/random.h \ |
---|
22 | common/ranges.c common/ranges.h \ |
---|
23 | common/fd.c common/fd.h \ |
---|
24 | common/fuzz.c common/fuzz.h |
---|
25 | |
---|
26 | if NEED_GETOPT_LONG |
---|
27 | GETOPT = mygetopt.c mygetopt.h |
---|
28 | endif |
---|
29 | |
---|
30 | zzuf_SOURCES = $(ZZUF) $(COMMON) $(GETOPT) |
---|
31 | zzuf_CFLAGS = -DLIBDIR=\"$(libdir)/zzuf\" -I$(srcdir)/common |
---|
32 | zzuf_LDFLAGS = $(MATH_LIBS) $(WINSOCK2_LIBS) |
---|
33 | zzuf_DEPENDENCIES = libzzuf.la |
---|
34 | |
---|
35 | zzat_SOURCES = $(ZZAT) $(GETOPT) |
---|
36 | |
---|
37 | libzzuf_la_SOURCES = $(LIBZZUF) $(COMMON) |
---|
38 | libzzuf_la_CFLAGS = -DLIBZZUF -I$(srcdir)/libzzuf -I$(srcdir)/common |
---|
39 | libzzuf_la_LDFLAGS = -avoid-version -no-undefined $(DLL_LDFLAGS) |
---|
40 | libzzuf_la_LIBADD = $(GETOPT_LIBS) $(DL_LIBS) $(MATH_LIBS) $(WINSOCK2_LIBS) |
---|
41 | |
---|
42 | echo-sources: ; echo $(SOURCES) |
---|
43 | |
---|
Note: See
TracBrowser
for help on using the repository browser.