makefile.am
来自「这个是内存数据库的客户端」· AM 代码 · 共 63 行
AM
63 行
## This file is generated by autogen.py, do not edit## Process this file with automake to produce Makefile.in## autogen includes dependencies so automake doesn't need to generated themAUTOMAKE_OPTIONS = no-dependencies 1.4 foreignif NEED_MXNEED_MX = 1endifINCLUDES = -I$(srcdir)install-exec-local-sql.h: sql.h -mkdir -p $(DESTDIR)$(includedir)/MonetDB/odbc -$(RM) $(DESTDIR)$(includedir)/MonetDB/odbc/sql.h $(INSTALL_DATA) $< $(DESTDIR)$(includedir)/MonetDB/odbc/sql.huninstall-local-sql.h: $(RM) $(DESTDIR)$(includedir)/MonetDB/odbc/sql.hinstall-exec-local-sqlext.h: sqlext.h -mkdir -p $(DESTDIR)$(includedir)/MonetDB/odbc -$(RM) $(DESTDIR)$(includedir)/MonetDB/odbc/sqlext.h $(INSTALL_DATA) $< $(DESTDIR)$(includedir)/MonetDB/odbc/sqlext.huninstall-local-sqlext.h: $(RM) $(DESTDIR)$(includedir)/MonetDB/odbc/sqlext.hinstall-exec-local-sqltypes.h: sqltypes.h -mkdir -p $(DESTDIR)$(includedir)/MonetDB/odbc -$(RM) $(DESTDIR)$(includedir)/MonetDB/odbc/sqltypes.h $(INSTALL_DATA) $< $(DESTDIR)$(includedir)/MonetDB/odbc/sqltypes.huninstall-local-sqltypes.h: $(RM) $(DESTDIR)$(includedir)/MonetDB/odbc/sqltypes.hinstall-exec-local-sqlucode.h: sqlucode.h -mkdir -p $(DESTDIR)$(includedir)/MonetDB/odbc -$(RM) $(DESTDIR)$(includedir)/MonetDB/odbc/sqlucode.h $(INSTALL_DATA) $< $(DESTDIR)$(includedir)/MonetDB/odbc/sqlucode.huninstall-local-sqlucode.h: $(RM) $(DESTDIR)$(includedir)/MonetDB/odbc/sqlucode.hinstall-exec-local-odbcinst.h: odbcinst.h -mkdir -p $(DESTDIR)$(includedir)/MonetDB/odbc -$(RM) $(DESTDIR)$(includedir)/MonetDB/odbc/odbcinst.h $(INSTALL_DATA) $< $(DESTDIR)$(includedir)/MonetDB/odbc/odbcinst.huninstall-local-odbcinst.h: $(RM) $(DESTDIR)$(includedir)/MonetDB/odbc/odbcinst.hif NEED_MXendifBUILT_SOURCES =MOSTLYCLEANFILES =EXTRA_DIST = Makefile.msc sql.h sqlext.h sqltypes.h sqlucode.h odbcinst.h $(BUILT_SOURCES)uninstall-local: uninstall-local-sql.h uninstall-local-sqlext.h uninstall-local-sqltypes.h uninstall-local-sqlucode.h uninstall-local-odbcinst.hinstall-exec-local: install-exec-local-sql.h install-exec-local-sqlext.h install-exec-local-sqltypes.h install-exec-local-sqlucode.h install-exec-local-odbcinst.hinclude $(MONETDB_CONFDIR)/*.mkinclude $(top_builddir)/*.mk
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?