~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Brian Aker
  • Date: 2009-05-03 22:35:33 UTC
  • mfrom: (997.2.26 mordred)
  • Revision ID: brian@gaz-20090503223533-lv7lwqelv08dnv2j
Merge of Monty's code

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# test
2
 
# # Copyright (C) 2000-2006 MySQL AB
3
 
4
 
# This program is free software; you can redistribute it and/or modify
5
 
# it under the terms of the GNU General Public License as published by
6
 
# the Free Software Foundation; version 2 of the License.
7
 
8
 
# This program is distributed in the hope that it will be useful,
9
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11
 
# GNU General Public License for more details.
12
 
13
 
# You should have received a copy of the GNU General Public License
14
 
# along with this program; if not, write to the Free Software
15
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
1
#  Copyright (C) 2009 Sun Microsystems
 
2
#
 
3
#  This program is free software; you can redistribute it and/or modify
 
4
#  it under the terms of the GNU General Public License as published by
 
5
#  the Free Software Foundation; version 2 of the License.
 
6
#
 
7
#  This program is distributed in the hope that it will be useful,
 
8
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
9
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
10
#  GNU General Public License for more details.
 
11
#
 
12
#  You should have received a copy of the GNU General Public License
 
13
#  along with this program; if not, write to the Free Software
 
14
#  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
16
15
 
17
16
ACLOCAL_AMFLAGS = -I m4 --force
18
17
 
25
24
          gnulib \
26
25
          drizzled/message \
27
26
          . \
28
 
          storage \
29
 
          plugin \
30
27
          drizzled \
31
28
          tests \
32
29
          support-files
33
30
 
34
31
BUILT_SOURCES=          drizzled/configmake.h
35
 
EXTRA_DIST=             config/config.rpath m4/gnulib-cache.m4
 
32
EXTRA_DIST=             config/config.rpath m4/gnulib-cache.m4 \
 
33
                        config/plugin.ac config/plugin.am
36
34
CLEANFILES=             ${BUILT_SOURCES}
37
35
DISTCLEANFILES=         ac_available_languages_fragment
38
36
MAINTAINERCLEANFILES=   autom4te.cache
47
45
                mysys/libmysys.la \
48
46
                mystrings/libmystrings.la
49
47
 
50
 
nobase_bin_PROGRAMS= \
 
48
noinst_PROGRAMS=
 
49
bin_PROGRAMS= \
51
50
                client/drizzle \
52
51
                client/drizzlecheck \
53
52
                client/drizzledump \
81
80
                mysys/iocache.h \
82
81
                mysys/my_alloc.h \
83
82
                mysys/my_bit.h \
84
 
                mysys/my_bitmap.h \
85
83
                mysys/my_dir.h \
86
84
                mysys/my_getopt.h \
87
85
                mysys/my_pthread.h \
110
108
                mystrings/is_prefix.cc \
111
109
                mystrings/llstr.cc \
112
110
                mystrings/longlong2str.cc \
113
 
                mystrings/my_strtoll10.cc \
114
 
                mystrings/str2int.cc
 
111
                mystrings/my_strtoll10.cc
115
112
 
116
113
mysys_libmysys_la_SOURCES= \
117
114
                mysys/array.cc \
144
141
                mysys/my_access.cc \
145
142
                mysys/my_alloc.cc \
146
143
                mysys/my_bit.cc \
147
 
                mysys/my_bitmap.cc \
148
144
                mysys/my_copy.cc \
149
145
                mysys/my_create.cc \
150
146
                mysys/my_delete.cc \
202
198
                $(top_builddir)/mystrings/libmystrings.la \
203
199
                $(LIBINTL)
204
200
 
 
201
EXTRA_LTLIBRARIES=
 
202
pkgplugin_LTLIBRARIES=
 
203
include config/plugin.am
 
204
 
205
205
# Create empty datadir 
206
206
install-data-local:
207
207
        $(mkinstalldirs) $(DESTDIR)$(localstatedir)