~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-01 20:52:03 UTC
  • mfrom: (28.1.23 libtool-patch)
  • Revision ID: brian@tangent.org-20080701205203-3jm6ga57uzxy8k4t
Merge of taylor's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
test_SCRIPTS =          $(GENSCRIPTS) $(PRESCRIPTS)
30
30
CLEANFILES =            $(GENSCRIPTS)
31
31
 
32
 
INCLUDES =              -I$(top_builddir)/include -I$(top_srcdir)/include -I..
 
32
AM_CPPFLAGS =           -I$(top_builddir)/include -I$(top_srcdir)/include -I..
33
33
 
34
34
 
35
35
dist-hook:
69
69
        $(INSTALL_DATA) $(srcdir)/std_data/parts/part_* $(distdir)/std_data/parts
70
70
        $(INSTALL_DATA) $(srcdir)/lib/*.pl $(distdir)/lib
71
71
        $(INSTALL_DATA) $(srcdir)/lib/My/*.pm $(distdir)/lib/My
72
 
        -rm -rf `find $(distdir)/suite -type d -name SCCS` $(distdir)/suite/row_lock
73
72
 
74
73
install-data-local:
75
74
        $(mkinstalldirs) \
157
156
          $< > $@-t
158
157
        @CHMOD@ +x $@-t
159
158
        @MV@ $@-t $@
160
 
 
161
 
# Don't update the files from bitkeeper
162
 
%::SCCS/s.%