~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Brian Aker
  • Date: 2009-11-25 07:05:58 UTC
  • mfrom: (1192.3.39 pandora-build)
  • Revision ID: brian@gaz-20091125070558-mzf1m5etiwb841jb
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
VERSION=$(PANDORA_RELEASE_VERSION)
24
24
 
25
 
TESTS= ${top_srcdir}/extra/run_cpplint.sh
26
 
 
27
25
SUBDIRS = ${po} \
28
26
          gnulib \
29
27
          drizzled/hash \
39
37
                        config/bzr_revinfo \
40
38
                        extra/run_cpplint.sh  \
41
39
                        extra/cpplint.py \
42
 
                        extra/clean_source.sh
 
40
                        extra/clean_source.sh \
 
41
                        config/make-lint.py
43
42
 
44
43
 
45
44
CLEANFILES=             ${BUILT_SOURCES}
209
208
 
210
209
EXTRA_DIST+=    ${man_MANS}
211
210
 
212
 
.PHONY: test \
213
 
    indent
 
211
.PHONY: \
 
212
        indent \
 
213
        linted \
 
214
        test
 
215
 
214
216
 
215
217
# Target 'test' will run the regression test suite using the built server.
216
218
#
298
300
clean-local:
299
301
        find . -name '*.gcno' | xargs rm -f 
300
302
 
 
303
 
 
304
include config/lint-source.am