File: Makefile.am

package info (click to toggle)
parser-mysql 10.9-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,808 kB
  • sloc: sh: 11,259; ansic: 4,257; cpp: 471; makefile: 121
file content (18 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUBDIRS = libltdl
ACLOCAL_AMFLAGS = -I libltdl/m4

AM_CPPFLAGS = -I../../parser3/src/sql $(INCLTDL) -I$(MYSQL_INC)

noinst_HEADERS = config_includes.h
lib_LTLIBRARIES = libparser3mysql.la
libparser3mysql_la_SOURCES = parser3mysql.C
libparser3mysql_la_LDFLAGS = -module -avoid-version
libparser3mysql_la_LIBADD = $(LIBLTDL)

EXTRA_DIST=config_fixed.h parser3mysql.sln parser3mysql.vcproj

commit:
#	trick to make 'make' happy at check out time
#	and avoid redundant remaking: aclocal+autoconf+automake

	cvs commit -m "no message" -f aclocal.m4 Makefile.am Makefile.in configure.ac configure config_auto.h.in