~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Vijay Samuel
  • Date: 2010-09-10 21:03:37 UTC
  • mto: (1757.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1758.
  • Revision ID: vijay@vijay-20100910210337-rf7c2ymawtqj6tkv
Merge added utf 8 tamil test case suite and test case for creating a database in tamil.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
lib_LTLIBRARIES = 
28
28
noinst_LTLIBRARIES =
29
29
noinst_PROGRAMS =
30
 
man_MANS =
31
 
bin_PROGRAMS =
32
30
 
33
31
VERSION=$(PANDORA_RELEASE_VERSION)
34
32
 
40
38
DIST_SUBDIRS = ${SUBDIRS} tests
41
39
 
42
40
BUILT_SOURCES=
43
 
BUILT_MAINT_SRC=
44
41
EXTRA_DIST= \
45
42
            .quickly \
46
 
            COPYING.Boost \
47
 
            COPYING.BSD \
48
43
            DRIZZLE.FAQ \
49
44
            EXCEPTIONS-CLIENT \
50
45
            config/autorun.sh \
56
51
            extra/clean_source.sh \
57
52
            extra/cpplint.py \
58
53
            extra/run_cpplint.sh \
59
 
            po/Makefile.in.in \
60
54
            ${top_srcdir}/m4/pandora*m4
61
55
 
62
56
 
138
132
 
139
133
clean-local:
140
134
        find . -name '*.gcno' | xargs rm -f 
141
 
        -rm -rf docs/api docs/dev docs/_build docs/doctrees
 
135
        -rm -rf docs/api docs/dev
142
136
 
143
137
include config/lint-source.am
144
 
include config/lcov.am
145
138
 
146
 
include docs/include.am
147
139
include drizzled/message/include.am
148
140
include drizzled/include.am
149
141
include drizzled/internal/include.am
166
158
        find ./ | $(GREP) \~$$ | xargs rm -f
167
159
        bzr unknowns
168
160
 
169
 
install-exec-hook:
170
 
        cd $(DESTDIR)$(sbindir) && \
171
 
        mv -f drizzled$(EXEEXT) drizzled$(PACKAGE_VERSION)$(EXEEXT) && \
172
 
        $(LN_S) drizzled$(PACKAGE_VERSION)$(EXEEXT) drizzled$(EXEEXT)
173
 
 
174
 
install-data-hook:
175
 
        cd $(DESTDIR)$(man8dir) && \
176
 
        mv -f drizzled.8 drizzled$(PACKAGE_VERSION).8 && \
177
 
        $(LN_S) drizzled$(PACKAGE_VERSION).8 drizzled.8
178
 
 
179
 
uninstall-hook:
180
 
        rm $(DESTDIR)$(man8dir)/drizzled$(PACKAGE_VERSION).8
181
 
        rm $(DESTDIR)$(sbindir)/drizzled$(PACKAGE_VERSION)$(EXEEXT)