forked from bcxorg/onepixd
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Makefile.am
42 lines (31 loc) · 1.22 KB
/
Makefile.am
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
## Makefile.am -- Process this file with automake to produce Makefile.in
# $Id: Makefile.am,v 1.12 2010/08/11 17:02:59 bcx Exp $
INCLUDES = -I. -Iinclude -Iinclude/include -Iinclude/curl
bin_PROGRAMS = onepixd
onepixd_SOURCES = onepixd.c \
threads.c \
files.c \
html.c xml.c \
str.c log.c \
base64.c verify.c io.c utils.c \
gif.c conf.c readconf.c\
debug.c hash.c
SUBDIRS = libtpool
onepixd_LDADD = libtpool/libtpool.a
auxdir = @ac_aux_dir@
AUX_DIST = $(auxdir)/install-sh $(auxdir)/missing \
$(auxdir)/mkinstalldirs \
$(auxdir)/config.guess $(auxdir)/build \
$(auxdir)/dh.m4
EXTRA_DIST = favicon.ico libtpool libtpool/tpool.h onepixd.h onepixd.conf makekey.sh \
README tools tools/Makefile tools/runtest.sh tools/sign_get_function.c \
tools/sign_get_function.php run.sh docs docs/Onepixd_Manual.pdf \
tests tests/test_gif_requests.html tests/test_join_post_upload.html
AUTOMAKE_OPTIONS = foreign
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure \
$(AUX_DIST)
ACLOCAL = aclocal -I $(auxdir)
dist-hook:
[ -d $(distdir)/libtpool/.deps ] && rm -r $(distdir)/libtpool/.deps
rm -f $(distdir)/libtpool/*.o $(distdir)/libtpool/libtpool.a
install-exec-local: