OSDN Git Service

delete @with_apr_header@
[modchxj/mod_chxj.git] / src / Makefile.am
1 CLEANFILES = .libs/mod_chxj *~
2
3 libmod_chxj_la_SOURCES = mod_chxj.c \
4     qs_parse_string.c \
5     qs_log.c \
6     qs_malloc.c \
7     qs_parse_tag.c \
8     qs_parse_attr.c \
9     qs_ignore_sp.c \
10     qs_parse_file.c \
11     chxj_load_device_data.c \
12     chxj_load_emoji_data.c  \
13     chxj_tag_util.c  \
14     chxj_specified_device.c  \
15     chxj_xhtml_mobile_1_0.c \
16     chxj_hdml.c \
17     chxj_chtml10.c \
18     chxj_chtml20.c \
19     chxj_chtml30.c  \
20     chxj_jhtml.c \
21     chxj_str_util.c  \
22     chxj_img_conv.c  \
23     chxj_dump.c \
24         chxj_img_conv_format.c \
25     chxj_qr_code.c \
26     chxj_calc_ecc.c
27
28
29 libmod_chxj_la_CFLAGS = -Wall -O2 -prefer-pic @QDEFS@ @DDEFS@ -I. -I@with_apache_header@ 
30 CFLAGS = @CFLAGS@ -Wall -O2 -prefer-pic @QDEFS@ @DDEFS@ -I. -I@with_apache_header@ 
31
32 lib_LTLIBRARIES = libmod_chxj.la
33
34 make_so:
35         @if test ! -L mod_chxj.so ; then ln -s .libs/libmod_chxj.so mod_chxj.so ; fi
36
37 clean:
38         rm -fr .libs
39         rm -f *.o *.lo *.la
40         rm -f mod_chxj.so
41
42 install: make_so
43         @@APXS@ -i -n mod_chxj mod_chxj.so
44
45 activate: make_so
46         @@APXS@ -i -a -n mod_chxj mod_chxj.so