mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 14:32:34 +01:00
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.%
|