OSDN Git Service

a3f513613f723d58ab47eb15188eb62d2408ae93
[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_chtml40.c  \
21     chxj_chtml50.c  \
22     chxj_jhtml.c \
23     chxj_jxhtml.c \
24     chxj_str_util.c  \
25     chxj_img_conv.c  \
26     chxj_dump.c \
27         chxj_img_conv_format.c \
28     chxj_qr_code.c \
29     chxj_calc_ecc.c \
30     chxj_apply_convrule.c \
31     chxj_encoding.c \
32     chxj_node_convert.c \
33     chxj_url_encode.c \
34     chxj_preg_replace.c \
35 <<<<<<< HEAD:src/Makefile.am
36     chxj_emoji.c \
37     chxj_jreserved_tag.c \
38 =======
39 >>>>>>>   * updated new trunk.:src/Makefile.am
40     chxj_cookie.c \
41     chxj_mysql.c \
42     chxj_memcache.c \
43     chxj_dbm.c \
44     chxj_buffered_write.c \
45     chxj_apache.c
46
47
48 libmod_chxj_la_CFLAGS = -O2 -prefer-pic @QDEFS@ @DDEFS@ -I. -I../include -I@with_apache_header@ 
49 AM_CFLAGS = @CFLAGS@ -O2 -prefer-pic @QDEFS@ @DDEFS@ -I. -I../include -I@with_apache_header@
50
51 lib_LTLIBRARIES = libmod_chxj.la
52
53 make_so:
54         @if test ! -L mod_chxj.so ; then ln -s .libs/libmod_chxj.so mod_chxj.so ; fi
55
56 clean:
57         rm -fr .libs
58         rm -f *.o *.lo *.la
59         rm -f mod_chxj.so
60
61 install: make_so
62 <<<<<<< HEAD:src/Makefile.am
63         @@APXS@ -i -n "chxj" @PACKAGE_NAME@.so
64 =======
65         @@APXS@ -i -n "chxj" @PACKAGE_NAME@.so 
66 >>>>>>>   * updated new trunk.:src/Makefile.am
67
68 activate: make_so
69         @@APXS@ -i -a -n "chxj" @PACKAGE_NAME@.so