You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-24 14:20:59 +03:00
23 lines
477 B
Makefile
23 lines
477 B
Makefile
# $Id: Makefile.am 333 2009-04-03 20:35:04Z rdempsey $
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
AM_CPPFLAGS = $(idb_cppflags)
|
|
AM_CFLAGS = $(idb_cflags)
|
|
AM_CXXFLAGS = $(idb_cxxflags)
|
|
AM_LDFLAGS = $(idb_ldflags)
|
|
bin_PROGRAMS = sendPlan
|
|
sendPlan_SOURCES = sendplan.cpp
|
|
sendPlan_CPPFLAGS = @idb_common_includes@ $(AM_CPPFLAGS)
|
|
sendPlan_LDFLAGS = @idb_common_ldflags@ @idb_exec_libs@ $(AM_LDFLAGS)
|
|
|
|
test:
|
|
|
|
coverage:
|
|
|
|
leakcheck:
|
|
|
|
docs:
|
|
|
|
bootstrap: install-data-am
|
|
|