📄 makefile.am
字号:
## 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 = 1endiflib_mal_compiler_la_LIBADD = ../mal/libmal.la $(MONETDB_LIBS) -lbat -lstream $(SOCKET_LIBS) $(Z_LIBS) $(BZ_LIBS) $(MALLOC_LIBS) $(PTHREAD_LIBS) $(DL_LIBS)nodist_lib_mal_compiler_la_SOURCES = mal_compiler.c mal_compiler.hdist_lib_mal_compiler_la_SOURCES = mal_compilerdir = $(pkglibdir)/liblib_mal_compiler_la_CFLAGS=-DLIBMAL_COMPILER $(AM_CFLAGS)if NEED_MXmal_compiler.c: mal_compiler.mxmal_compiler.mal: mal_compiler.mxmal_compiler.h: mal_compiler.mxendifmal_compiler.o mal_compiler.lo: mal_compiler.c mal_compiler.h ../mal/mal.h ../mal/mal_resolve.h ../mal/mal_exception.h ../mal/mal_instruction.h ../mal/mal_type.h ../mal/mal_stack.h ../mal/mal_properties.h ../mal/mal_namespace.h ../mal/mal_function.h ../mal/mal_module.h ../mal/mal_box.h ../mal/mal_xml.h ../mal/mal_profiler.h ../mal/mal_client.h ../mal/mal_factory.h ../mal/mal_interpreter.h ../mal/mal_session.h ../mal/mal_scenario.h ../mal/mal_import.h ../mal/mal_utils.h ../mal/mal_debugger.hCFLAGS += $(THREAD_SAVE_FLAGS)script_mal_compiler.mal: mal_compiler.malinstall-exec-local-mal_compiler.mal: mal_compiler.mal -mkdir -p $(DESTDIR)$(pkglibdir) -$(RM) $(DESTDIR)$(pkglibdir)/mal_compiler.mal chmod a+x $< $(INSTALL) $< $(DESTDIR)$(pkglibdir)/mal_compiler.maluninstall-local-mal_compiler.mal: $(RM) $(DESTDIR)$(pkglibdir)/mal_compiler.malINCLUDES = -I$(srcdir) -I../modules/atoms -I$(srcdir)/../modules/atoms -I../mal -I$(srcdir)/../mal $(MONETDB_INCS) $(Z_CFLAGS) $(BZ_CFLAGS) $(PCL_FLAGS) $(PCRE_CFLAGS)BUILT_SOURCES = mal_compiler.c mal_compiler.h mal_compiler.malMOSTLYCLEANFILES = mal_compiler.c mal_compiler.h mal_compiler.malEXTRA_DIST = Makefile.msc mal_compiler.mx $(BUILT_SOURCES)mal_compiler_LTLIBRARIES = lib_mal_compiler.labin_SCRIPTS = script_mal_compiler.malinstall-exec-local-SCRIPTS: all-local-SCRIPTS: $(bin_SCRIPTS)uninstall-local: uninstall-local-mal_compiler.malinstall-exec-local: install-exec-local-mal_compiler.malcompilerincludedir = $(pkgincludedir)/compilernodist_compilerinclude_HEADERS = mal_compiler.h include $(MONETDB_CONFDIR)/*.mkinclude $(top_builddir)/*.mk
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -