audacious support added
[monky] / src / Makefile.am
1 bin_PROGRAMS = conky
2
3 if BUILD_AUDACIOUS
4 audacious = audacious.c
5 endif
6
7 if BUILD_BMPX
8 bmpx = bmpx.c
9 endif
10
11 if BUILD_INFOPIPE
12 infopipe = infopipe.c
13 endif
14
15 if BUILD_SETI
16 seti = seti.c
17 endif
18
19 if BUILD_MPD
20 mpd = mpd.c libmpdclient.c
21 endif
22
23 if BUILD_LINUX
24 linux = linux.c top.c
25 PTHREAD_LIBS =  -lpthread
26 endif
27
28 if BUILD_SOLARIS
29 solaris = solaris.c
30 endif
31
32 if BUILD_FREEBSD
33 freebsd = freebsd.c
34 PTHREAD_LIBS =  -pthread
35 endif
36
37 if BUILD_NETBSD
38 netbsd = netbsd.c
39 endif
40
41 if BUILD_PORT_MONITORS
42 port_monitors = libtcp-portmon.h libtcp-portmon.c hash.h hash.c
43 endif
44
45 if BUILD_MLDONKEY
46 mldonkey = mldonkey.c
47 endif
48
49 if BUILD_X11
50 x11 = x11.c
51 endif
52
53 conky_SOURCES = common.c fs.c $(linux) mail.c mixer.c $(seti) $(mpd) $(solaris) $(freebsd) $(netbsd) $(port_monitors) conky.c conky.h $(x11) $(mldonkey) remoted.c remoted.h remotec.c remotec.h $(audacious) $(bmpx) $(infopipe)
54
55 AM_LDFLAGS = $(X11_LIBS) $(XFT_LIBS) $(CAIRO_LIBS) $(PTHREAD_LIBS) -lm
56
57 EXTRA_DIST = seti.c linux.c solaris.c freebsd.c netbsd.c mpd.c libmpdclient.c \
58 libmpdclient.h top.h mldonkey.c ftp.c ftp.h x11.c