root/lang/sql/my_hindex/my_hindex/Makefile.am @ 22998

Revision 22998, 378 bytes (checked in by dev0000, 5 years ago)

move from c lang

Line 
1lib_LTLIBRARIES = my_hindex.la
2
3my_hindex_la_SOURCES = my_hindex.c
4
5my_hindex_la_CFLAGS = @MYSQL_CFLAGS@
6my_hindex_la_CXXFLAGS = @MYSQL_CXXFLAGS@
7my_hindex_la_LDFLAGS = -module -avoid-version -no-undefined
8
9test: all
10        cd tests; ./test.sh
11
12
13pdf: manual.pdf
14
15manual.pdf: manual.xml
16        docbook2pdf manual.xml
17
18html: manual.html
19
20manual.html: manual.xml
21        docbook2html -u manual.xml
22
Note: See TracBrowser for help on using the browser.