~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: lbieber at stabletransit
  • Date: 2010-10-19 14:03:27 UTC
  • mfrom: (1861.1.2 build)
  • Revision ID: lbieber@drizzle-build-n02.wc1.dfw1.stabletransit.com-20101019140327-2jvt5j2wi4pzhm1z
Merge Brian - Small collection of cleanups/refactor'ing around locks
Merge Monty - fix a few things in the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#  Copyright (C) 2009 Sun Microsystems, Inc.
 
1
#  Copyright (C) 2009 Sun Microsystems
2
2
#
3
3
#  This program is free software; you can redistribute it and/or modify
4
4
#  it under the terms of the GNU General Public License as published by
23
23
nobase_nodist_include_HEADERS =
24
24
nobase_dist_include_HEADERS =
25
25
dist_include_HEADERS =
26
 
nobase_nodist_pkginclude_HEADERS =
27
 
nobase_dist_pkginclude_HEADERS =
28
 
dist_pkginclude_HEADERS =
29
26
sbin_PROGRAMS =
30
27
lib_LTLIBRARIES = 
31
28
noinst_LTLIBRARIES =
46
43
BUILT_MAINT_SRC=
47
44
EXTRA_DIST= \
48
45
            .quickly \
49
 
            ChangeLog \
50
46
            COPYING.Boost \
51
47
            COPYING.BSD \
52
48
            DRIZZLE.FAQ \
53
49
            EXCEPTIONS-CLIENT \
54
50
            config/autorun.sh \
55
51
            config/config.rpath \
56
 
            config/drizzle.ver \
57
 
            config/link-warning.h \
 
52
            config/make-lint.py \
58
53
            config/pandora_vc_revinfo \
59
54
            config/pre_hook.sh \
60
55
            config/uncrustify.cfg \
 
56
            extra/clean_source.sh \
 
57
            extra/cpplint.py \
 
58
            extra/run_cpplint.sh \
61
59
            po/Makefile.in.in \
62
60
            ${top_srcdir}/m4/pandora*m4
63
61
 
71
69
                        intltool-merge \
72
70
                        intltool-update
73
71
 
74
 
MAINTAINERCLEANFILES= \
75
 
                      autom4te.cache \
76
 
                      ChangeLog
 
72
MAINTAINERCLEANFILES=   autom4te.cache
77
73
 
78
74
EXTRA_LTLIBRARIES=
79
75
pkgplugin_LTLIBRARIES=
93
89
        done
94
90
 
95
91
BUILT_SOURCES+= drizzled/configmake.h
96
 
nobase_nodist_pkginclude_HEADERS+= drizzled/configmake.h
 
92
nobase_nodist_include_HEADERS+= drizzled/configmake.h
97
93
drizzled/configmake.h: ${top_srcdir}/Makefile.in
98
94
        @echo "Making $@"
99
95
        @rm -f $@-t $@
139
135
        find . -name '*.gcno' | xargs rm -f 
140
136
        -rm -rf docs/api docs/dev docs/_build docs/doctrees
141
137
 
 
138
include config/lint-source.am
142
139
include config/lcov.am
143
140
 
144
141
include docs/include.am
148
145
include drizzled/algorithm/include.am
149
146
include drizzled/util/include.am
150
147
include client/include.am
 
148
include extra/include.am
151
149
include support-files/include.am
152
150
include tests/include.am
153
151
include unittests/include.am