mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
fb47d6581b
BitKeeper/deleted/.del-configure.in: Delete: storage/innobase/configure.in BUILD/FINISH.sh: Removed work for Innodb's configure BUILD/autorun.sh: Removed pieces for Innodb's build storage/innobase/Makefile.am: Removed ib_config.h needs storage/innobase/include/Makefile.i: Expanded includes. storage/innobase/include/univ.i: Removed ib_config need storage/innobase/plug.in: Added support taken from configure.in for building Innodb
10 lines
321 B
OpenEdge ABL
10 lines
321 B
OpenEdge ABL
# Makefile included in Makefile.am in every subdirectory
|
|
|
|
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include \
|
|
-I$(top_srcdir)/regex \
|
|
-I$(top_srcdir)/storage/innobase/include \
|
|
-I$(top_srcdir)/sql \
|
|
-I$(srcdir)
|
|
|
|
# Don't update the files from bitkeeper
|
|
%::SCCS/s.%
|