~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to dbug/Makefile.am

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
EXTRA_DIST =            CMakeLists.txt example1.c example2.c example3.c \
24
24
                        user.r monty.doc dbug_add_tags.pl \
25
25
                        my_main.c main.c factorial.c dbug_analyze.c \
26
 
                                                CMakeLists.txt
 
26
                        CMakeLists.txt tests.c tests-t.pl
27
27
NROFF_INC =             example1.r example2.r example3.r main.r \
28
28
                        factorial.r output1.r output2.r output3.r \
29
29
                        output4.r output5.r
30
 
CLEANFILES =            $(NROFF_INC) user.t user.ps
 
30
CLEANFILES =            $(NROFF_INC) user.t user.ps tests-t
31
31
 
32
32
 
33
33
# Must be linked with libs that are not compiled yet
34
 
noinst_PROGRAMS =       factorial dbug_analyze
 
34
noinst_PROGRAMS =       factorial dbug_analyze tests
35
35
factorial_SOURCES =     my_main.c factorial.c
 
36
tests_SOURCES =         tests.c
36
37
dbug_analyze_SOURCES =  dbug_analyze.c
37
38
 
38
 
all:            user.t user.ps
 
39
all:            user.t user.ps tests-t
39
40
 
40
41
user.t:         user.r $(NROFF_INC)
41
42
                -nroff -mm user.r > $@
61
62
                @RM@ -f $@
62
63
                @SED@ -e 's!\\!\\\\!g' $< > $@
63
64
 
 
65
# a hack to have executable in builddir, not in srcdir
 
66
tests-t:        tests-t.pl
 
67
                cp -f $(srcdir)/tests-t.pl ./tests-t
 
68
 
64
69
# Don't update the files from bitkeeper
65
70
%::SCCS/s.%