~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-12-15 07:27:18 UTC
  • mfrom: (670.1.24 devel)
  • Revision ID: brian@tangent.org-20081215072718-uf9nak79262b8snk
Merge of Monty's work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#  Copyright (C) 2008 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
15
 
 
16
 
noinst_LTLIBRARIES=     libitem.la
17
 
 
18
 
libitem_la_SOURCES= \
19
 
                bin_string.cc \
20
 
                cache.cc \
21
 
                cache_decimal.cc \
22
 
                cache_int.cc \
23
 
                cache_real.cc \
24
 
                cache_row.cc \
25
 
                cache_str.cc \
26
 
                cmpfunc.cc \
27
 
                copy_string.cc \
28
 
                create.cc \
29
 
                decimal.cc \
30
 
                direct_ref.cc \
31
 
                empty_string.cc \
32
 
                field.cc \
33
 
                hex_string.cc \
34
 
                ifloat.cc \
35
 
                insert_value.cc \
36
 
                int_with_ref.cc \
37
 
                istring.cc \
38
 
                ident.cc \
39
 
                int.cc \
40
 
                null.cc \
41
 
                num.cc \
42
 
                outer_ref.cc \
43
 
                param.cc \
44
 
                ref.cc \
45
 
                ref_null_helper.cc \
46
 
                row.cc \
47
 
                subselect.cc \
48
 
                sum.cc \
49
 
                type_holder.cc \
50
 
                uint.cc
51
 
 
52
 
itemincludedir = ${includedir}/drizzled/item
53
 
nobase_dist_iteminclude_HEADERS = \
54
 
                basic_constant.h \
55
 
                bin_string.h \
56
 
                blob.h \
57
 
                cache.h \
58
 
                cache_decimal.h \
59
 
                cache_int.h \
60
 
                cache_real.h \
61
 
                cache_row.h \
62
 
                cache_str.h \
63
 
                cmpfunc.h \
64
 
                copy_string.h \
65
 
                create.h \
66
 
                decimal.h \
67
 
                direct_ref.h \
68
 
                empty_string.h \
69
 
                field.h \
70
 
                hex_string.h \
71
 
                ifloat.h \
72
 
                insert_value.h \
73
 
                int_with_ref.h \
74
 
                istring.h \
75
 
                func.h \
76
 
                ident.h \
77
 
                int.h \
78
 
                null.h \
79
 
                num.h \
80
 
                outer_ref.h \
81
 
                param.h \
82
 
                ref.h \
83
 
                ref_null_helper.h \
84
 
                return_date_time.h \
85
 
                return_int.h \
86
 
                row.h \
87
 
                subselect.h \
88
 
                sum.h \
89
 
                timefunc.h \
90
 
                type_holder.h \
91
 
                uint.h
92
 
 
93
 
 
94
 
DEFS= -DDRIZZLE_SERVER @DEFS@