~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

Merged from Robert: changed subdir make files to be included makefiles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
ACLOCAL_AMFLAGS = -I m4 --force
17
17
 
18
18
# includes append to these:
 
19
SUFFIXES =
19
20
TESTS = 
20
21
check_PROGRAMS =
21
22
noinst_HEADERS =
31
32
 
32
33
SUBDIRS = ${po} \
33
34
          gnulib \
34
 
          . \
35
 
          drizzled \
36
 
          tests \
37
 
          support-files
 
35
          .
38
36
 
39
37
BUILT_SOURCES=          drizzled/configmake.h
40
38
EXTRA_DIST=             config/config.rpath m4/gnulib-cache.m4 \
228
226
 
229
227
test: test-drizzle
230
228
 
231
 
test-all:
232
 
        cd tests ; \
233
 
        $(MAKE) $(AM_MAKEFLAGS) test-all
234
 
 
235
 
test-drizzle:
236
 
        cd tests ; \
237
 
        $(MAKE) $(AM_MAKEFLAGS) test-drizzle
238
 
 
239
 
test-junitxml:
240
 
        cd tests ; \
241
 
        $(MAKE) $(AM_MAKEFLAGS) test-junitxml
242
 
 
243
 
test-big:
244
 
        cd tests ; \
245
 
        $(MAKE) $(AM_MAKEFLAGS) test-big
246
 
 
247
 
test-big-junitxml:
248
 
        cd tests ; \
249
 
        $(MAKE) $(AM_MAKEFLAGS) test-big-junitxml
250
 
 
251
229
doxygen:
252
230
        doxygen Doxyfile
253
231
 
306
284
 
307
285
include config/lint-source.am
308
286
 
 
287
include drizzled/include.am
309
288
include drizzled/hash/include.am
310
289
include drizzled/message/include.am
 
290
include support-files/include.am
 
291
include tests/include.am