📄 makefile.in
字号:
AUTOMAKE_OPTIONS = no-dependencies 1.4 foreign@NEED_MX_TRUE@NEED_MX = 1INCLUDES = -I$(srcdir)BUILT_SOURCES = MOSTLYCLEANFILES = EXTRA_DIST = Makefile.msc Test_Cautocommit.java Test_Csavepoints.java Test_Ctransaction.java Test_PStimedate.java Test_Rbooleans.java Test_Rpositioning.java Test_Rtimedate.java Test_Sbatching.java Test_Rmetadata.java Test_Creplysize.java Test_PStimezone.java Test_PStypes.java Test_Cmanycon.java BugConcurrent_clients_SF_1504657.java build.xml build.properties $(BUILT_SOURCES)all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-am.SUFFIXES:$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/java/tests/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --foreign src/java/tests/Makefile.PRECIOUS: MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac;$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refreshmostlyclean-libtool: -rm -f *.loclean-libtool: -rm -rf .libs _libsdistclean-libtool: -rm -f libtooluninstall-info-am:tags: TAGSTAGS:ctags: CTAGSCTAGS:distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ case $$file in \ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ esac; \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ dir="/$$dir"; \ $(mkdir_p) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ if test -d $$d/$$file; then \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ donecheck-am: all-amcheck: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-amall-am: Makefile all-localinstalldirs:install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-aminstall-exec: install-exec-aminstall-data: install-data-amuninstall: uninstall-aminstall-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstallcheck: installcheck-aminstall-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` installmostlyclean-generic: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)clean-generic:distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)clean: clean-amclean-am: clean-generic clean-libtool mostlyclean-amdistclean: distclean-am -rm -f Makefiledistclean-am: clean-am distclean-generic distclean-libtooldvi: dvi-amdvi-am:html: html-aminfo: info-aminfo-am:install-data-am:install-exec-am: install-exec-localinstall-info: install-info-aminstall-man:installcheck-am:maintainer-clean: maintainer-clean-am -rm -f Makefilemaintainer-clean-am: distclean-am maintainer-clean-genericmostlyclean: mostlyclean-ammostlyclean-am: mostlyclean-generic mostlyclean-libtoolpdf: pdf-ampdf-am:ps: ps-amps-am:uninstall-am: uninstall-info-am uninstall-local.PHONY: all all-am all-local check check-am clean clean-generic \ clean-libtool distclean distclean-generic distclean-libtool \ distdir dvi dvi-am html html-am info info-am install \ install-am install-data install-data-am install-exec \ install-exec-am install-exec-local install-info \ install-info-am install-man install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ uninstall-info-am uninstall-local@HAVE_JAVA_TRUE@compile_ant_target:@HAVE_JAVA_TRUE@ "$(ANT)" -f "`$(anttranslatepath) $(srcdir)/build.xml`" -Dbuilddir="`$(anttranslatepath) $(PWD)`" -Djardir="`$(anttranslatepath) $(PWD)`" -Dbasedir="`$(anttranslatepath) $(srcdir)`" compile@HAVE_JAVA_TRUE@Test_Cautocommit.class: compile_ant_target@HAVE_JAVA_TRUE@install-exec-local-Test_Cautocommit_class: Test_Cautocommit.class@HAVE_JAVA_TRUE@ -mkdir -p $(DESTDIR)$(datadir)/MonetDB/Tests@HAVE_JAVA_TRUE@ $(INSTALL) $< $(DESTDIR)$(datadir)/MonetDB/Tests/Test_Cautocommit.class@HAVE_JAVA_TRUE@uninstall-local-Test_Cautocommit_class:@HAVE_JAVA_TRUE@ $(RM) $(DESTDIR)$(datadir)/MonetDB/Tests/Test_Cautocommit.class@HAVE_JAVA_TRUE@all-local-Test_Cautocommit_class: Test_Cautocommit.class@HAVE_JAVA_TRUE@Test_Csavepoints.class: compile_ant_target@HAVE_JAVA_TRUE@install-exec-local-Test_Csavepoints_class: Test_Csavepoints.class@HAVE_JAVA_TRUE@ -mkdir -p $(DESTDIR)$(datadir)/MonetDB/Tests@HAVE_JAVA_TRUE@ $(INSTALL) $< $(DESTDIR)$(datadir)/MonetDB/Tests/Test_Csavepoints.class@HAVE_JAVA_TRUE@uninstall-local-Test_Csavepoints_class:@HAVE_JAVA_TRUE@ $(RM) $(DESTDIR)$(datadir)/MonetDB/Tests/Test_Csavepoints.class@HAVE_JAVA_TRUE@all-local-Test_Csavepoints_class: Test_Csavepoints.class@HAVE_JAVA_TRUE@Test_Ctransaction.class: compile_ant_target@HAVE_JAVA_TRUE@install-exec-local-Test_Ctransaction_class: Test_Ctransaction.class@HAVE_JAVA_TRUE@ -mkdir -p $(DESTDIR)$(datadir)/MonetDB/Tests@HAVE_JAVA_TRUE@ $(INSTALL) $< $(DESTDIR)$(datadir)/MonetDB/Tests/Test_Ctransaction.class@HAVE_JAVA_TRUE@uninstall-local-Test_Ctransaction_class:@HAVE_JAVA_TRUE@ $(RM) $(DESTDIR)$(datadir)/MonetDB/Tests/Test_Ctransaction.class@HAVE_JAVA_TRUE@all-local-Test_Ctransaction_class: Test_Ctransaction.class@HAVE_JAVA_TRUE@Test_PStimedate.class: compile_ant_target@HAVE_JAVA_TRUE@install-exec-local-Test_PStimedate_class: Test_PStimedate.class@HAVE_JAVA_TRUE@ -mkdir -p $(DESTDIR)$(datadir)/MonetDB/Tests@HAVE_JAVA_TRUE@ $(INSTALL) $< $(DESTDIR)$(datadir)/MonetDB/Tests/Test_PStimedate.class@HAVE_JAVA_TRUE@uninstall-local-Test_PStimedate_class:@HAVE_JAVA_TRUE@ $(RM) $(DESTDIR)$(datadir)/MonetDB/Tests/Test_PStimedate.class@HAVE_JAVA_TRUE@all-local-Test_PStimedate_class: Test_PStimedate.class@HAVE_JAVA_TRUE@Test_Rbooleans.class: compile_ant_target@HAVE_JAVA_TRUE@install-exec-local-Test_Rbooleans_class: Test_Rbooleans.class@HAVE_JAVA_TRUE@ -mkdir -p $(DESTDIR)$(datadir)/MonetDB/Tests@HAVE_JAVA_TRUE@ $(INSTALL) $< $(DESTDIR)$(datadir)/MonetDB/Tests/Test_Rbooleans.class@HAVE_JAVA_TRUE@uninstall-local-Test_Rbooleans_class:@HAVE_JAVA_TRUE@ $(RM) $(DESTDIR)$(datadir)/MonetDB/Tests/Test_Rbooleans.class@HAVE_JAVA_TRUE@all-local-Test_Rbooleans_class: Test_Rbooleans.class@HAVE_JAVA_TRUE@Test_Rpositioning.class: compile_ant_target@HAVE_JAVA_TRUE@install-exec-local-Test_Rpositioning_class: Test_Rpositioning.class@HAVE_JAVA_TRUE@ -mkdir -p $(DESTDIR)$(datadir)/MonetDB/Tests@HAVE_JAVA_TRUE@ $(INSTALL) $< $(DESTDIR)$(datadir)/MonetDB/Tests/Test_Rpositioning.class@HAVE_JAVA_TRUE@uninstall-local-Test_Rpositioning_class:@HAVE_JAVA_TRUE@ $(RM) $(DESTDIR)$(datadir)/MonetDB/Tests/Test_Rpositioning.class@HAVE_JAVA_TRUE@all-local-Test_Rpositioning_class: Test_Rpositioning.class@HAVE_JAVA_TRUE@Test_Rtimedate.class: compile_ant_target@HAVE_JAVA_TRUE@install-exec-local-Test_Rtimedate_class: Test_Rtimedate.class@HAVE_JAVA_TRUE@ -mkdir -p $(DESTDIR)$(datadir)/MonetDB/Tests@HAVE_JAVA_TRUE@ $(INSTALL) $< $(DESTDIR)$(datadir)/MonetDB/Tests/Test_Rtimedate.class@HAVE_JAVA_TRUE@uninstall-local-Test_Rtimedate_class:@HAVE_JAVA_TRUE@ $(RM) $(DESTDIR)$(datadir)/MonetDB/Tests/Test_Rtimedate.class@HAVE_JAVA_TRUE@all-local-Test_Rtimedate_class: Test_Rtimedate.class@HAVE_JAVA_TRUE@Test_Sbatching.class: compile_ant_target@HAVE_JAVA_TRUE@install-exec-local-Test_Sbatching_class: Test_Sbatching.class@HAVE_JAVA_TRUE@ -mkdir -p $(DESTDIR)$(datadir)/MonetDB/Tests@HAVE_JAVA_TRUE@ $(INSTALL) $< $(DESTDIR)$(datadir)/MonetDB/Tests/Test_Sbatching.class@HAVE_JAVA_TRUE@uninstall-local-Test_Sbatching_class:@HAVE_JAVA_TRUE@ $(RM) $(DESTDIR)$(datadir)/MonetDB/Tests/Test_Sbatching.class@HAVE_JAVA_TRUE@all-local-Test_Sbatching_class: Test_Sbatching.class@HAVE_JAVA_TRUE@Test_Rmetadata.class: compile_ant_target@HAVE_JAVA_TRUE@install-exec-local-Test_Rmetadata_class: Test_Rmetadata.class@HAVE_JAVA_TRUE@ -mkdir -p $(DESTDIR)$(datadir)/MonetDB/Tests@HAVE_JAVA_TRUE@ $(INSTALL) $< $(DESTDIR)$(datadir)/MonetDB/Tests/Test_Rmetadata.class@HAVE_JAVA_TRUE@uninstall-local-Test_Rmetadata_class:@HAVE_JAVA_TRUE@ $(RM) $(DESTDIR)$(datadir)/MonetDB/Tests/Test_Rmetadata.class@HAVE_JAVA_TRUE@all-local-Test_Rmetadata_class: Test_Rmetadata.class@HAVE_JAVA_TRUE@Test_Creplysize.class: compile_ant_target@HAVE_JAVA_TRUE@install-exec-local-Test_Creplysize_class: Test_Creplysize.class@HAVE_JAVA_TRUE@ -mkdir -p $(DESTDIR)$(datadir)/MonetDB/Tests@HAVE_JAVA_TRUE@ $(INSTALL) $< $(DESTDIR)$(datadir)/MonetDB/Tests/Test_Creplysize.class@HAVE_JAVA_TRUE@uninstall-local-Test_Creplysize_class:@HAVE_JAVA_TRUE@ $(RM) $(DESTDIR)$(datadir)/MonetDB/Tests/Test_Creplysize.class@HAVE_JAVA_TRUE@all-local-Test_Creplysize_class: Test_Creplysize.class@HAVE_JAVA_TRUE@Test_PStimezone.class: compile_ant_target@HAVE_JAVA_TRUE@install-exec-local-Test_PStimezone_class: Test_PStimezone.class@HAVE_JAVA_TRUE@ -mkdir -p $(DESTDIR)$(datadir)/MonetDB/Tests@HAVE_JAVA_TRUE@ $(INSTALL) $< $(DESTDIR)$(datadir)/MonetDB/Tests/Test_PStimezone.class@HAVE_JAVA_TRUE@uninstall-local-Test_PStimezone_class:@HAVE_JAVA_TRUE@ $(RM) $(DESTDIR)$(datadir)/MonetDB/Tests/Test_PStimezone.class@HAVE_JAVA_TRUE@all-local-Test_PStimezone_class: Test_PStimezone.class@HAVE_JAVA_TRUE@Test_PStypes.class: compile_ant_target@HAVE_JAVA_TRUE@install-exec-local-Test_PStypes_class: Test_PStypes.class@HAVE_JAVA_TRUE@ -mkdir -p $(DESTDIR)$(datadir)/MonetDB/Tests@HAVE_JAVA_TRUE@ $(INSTALL) $< $(DESTDIR)$(datadir)/MonetDB/Tests/Test_PStypes.class@HAVE_JAVA_TRUE@uninstall-local-Test_PStypes_class:@HAVE_JAVA_TRUE@ $(RM) $(DESTDIR)$(datadir)/MonetDB/Tests/Test_PStypes.class@HAVE_JAVA_TRUE@all-local-Test_PStypes_class: Test_PStypes.class@HAVE_JAVA_TRUE@BugConcurrent_clients_SF_1504657.class: compile_ant_target@HAVE_JAVA_TRUE@install-exec-local-BugConcurrent_clients_SF_1504657_class: BugConcurrent_clients_SF_1504657.class@HAVE_JAVA_TRUE@ -mkdir -p $(DESTDIR)$(datadir)/MonetDB/Tests@HAVE_JAVA_TRUE@ $(INSTALL) $< $(DESTDIR)$(datadir)/MonetDB/Tests/BugConcurrent_clients_SF_1504657.class@HAVE_JAVA_TRUE@uninstall-local-BugConcurrent_clients_SF_1504657_class:@HAVE_JAVA_TRUE@ $(RM) $(DESTDIR)$(datadir)/MonetDB/Tests/BugConcurrent_clients_SF_1504657.class@HAVE_JAVA_TRUE@all-local-BugConcurrent_clients_SF_1504657_class: BugConcurrent_clients_SF_1504657.class@HAVE_JAVA_TRUE@Test_Cmanycon.class: compile_ant_target@HAVE_JAVA_TRUE@install-exec-local-Test_Cmanycon_class: Test_Cmanycon.class@HAVE_JAVA_TRUE@ -mkdir -p $(DESTDIR)$(datadir)/MonetDB/Tests@HAVE_JAVA_TRUE@ $(INSTALL) $< $(DESTDIR)$(datadir)/MonetDB/Tests/Test_Cmanycon.class@HAVE_JAVA_TRUE@uninstall-local-Test_Cmanycon_class:@HAVE_JAVA_TRUE@ $(RM) $(DESTDIR)$(datadir)/MonetDB/Tests/Test_Cmanycon.class@HAVE_JAVA_TRUE@all-local-Test_Cmanycon_class: Test_Cmanycon.class@HAVE_JAVA_FALSE@install-exec-local-Test_Cautocommit_class:@HAVE_JAVA_FALSE@uninstall-local-Test_Cautocommit_class:@HAVE_JAVA_FALSE@all-local-Test_Cautocommit_class:@HAVE_JAVA_FALSE@install-exec-local-Test_Csavepoints_class:@HAVE_JAVA_FALSE@uninstall-local-Test_Csavepoints_class:@HAVE_JAVA_FALSE@all-local-Test_Csavepoints_class:@HAVE_JAVA_FALSE@install-exec-local-Test_Ctransaction_class:@HAVE_JAVA_FALSE@uninstall-local-Test_Ctransaction_class:@HAVE_JAVA_FALSE@all-local-Test_Ctransaction_class:@HAVE_JAVA_FALSE@install-exec-local-Test_PStimedate_class:@HAVE_JAVA_FALSE@uninstall-local-Test_PStimedate_class:@HAVE_JAVA_FALSE@all-local-Test_PStimedate_class:@HAVE_JAVA_FALSE@install-exec-local-Test_Rbooleans_class:@HAVE_JAVA_FALSE@uninstall-local-Test_Rbooleans_class:@HAVE_JAVA_FALSE@all-local-Test_Rbooleans_class:@HAVE_JAVA_FALSE@install-exec-local-Test_Rpositioning_class:@HAVE_JAVA_FALSE@uninstall-local-Test_Rpositioning_class:@HAVE_JAVA_FALSE@all-local-Test_Rpositioning_class:@HAVE_JAVA_FALSE@install-exec-local-Test_Rtimedate_class:@HAVE_JAVA_FALSE@uninstall-local-Test_Rtimedate_class:@HAVE_JAVA_FALSE@all-local-Test_Rtimedate_class:@HAVE_JAVA_FALSE@install-exec-local-Test_Sbatching_class:@HAVE_JAVA_FALSE@uninstall-local-Test_Sbatching_class:@HAVE_JAVA_FALSE@all-local-Test_Sbatching_class:@HAVE_JAVA_FALSE@install-exec-local-Test_Rmetadata_class:@HAVE_JAVA_FALSE@uninstall-local-Test_Rmetadata_class:@HAVE_JAVA_FALSE@all-local-Test_Rmetadata_class:@HAVE_JAVA_FALSE@install-exec-local-Test_Creplysize_class:@HAVE_JAVA_FALSE@uninstall-local-Test_Creplysize_class:@HAVE_JAVA_FALSE@all-local-Test_Creplysize_class:@HAVE_JAVA_FALSE@install-exec-local-Test_PStimezone_class:@HAVE_JAVA_FALSE@uninstall-local-Test_PStimezone_class:@HAVE_JAVA_FALSE@all-local-Test_PStimezone_class:@HAVE_JAVA_FALSE@install-exec-local-Test_PStypes_class:@HAVE_JAVA_FALSE@uninstall-local-Test_PStypes_class:@HAVE_JAVA_FALSE@all-local-Test_PStypes_class:@HAVE_JAVA_FALSE@install-exec-local-BugConcurrent_clients_SF_1504657_class:@HAVE_JAVA_FALSE@uninstall-local-BugConcurrent_clients_SF_1504657_class:@HAVE_JAVA_FALSE@all-local-BugConcurrent_clients_SF_1504657_class:@HAVE_JAVA_FALSE@install-exec-local-Test_Cmanycon_class:@HAVE_JAVA_FALSE@uninstall-local-Test_Cmanycon_class:@HAVE_JAVA_FALSE@all-local-Test_Cmanycon_class:uninstall-local: uninstall-local-Test_Cautocommit_class uninstall-local-Test_Csavepoints_class uninstall-local-Test_Ctransaction_class uninstall-local-Test_PStimedate_class uninstall-local-Test_Rbooleans_class uninstall-local-Test_Rpositioning_class uninstall-local-Test_Rtimedate_class uninstall-local-Test_Sbatching_class uninstall-local-Test_Rmetadata_class uninstall-local-Test_Creplysize_class uninstall-local-Test_PStimezone_class uninstall-local-Test_PStypes_class uninstall-local-BugConcurrent_clients_SF_1504657_class uninstall-local-Test_Cmanycon_classinstall-exec-local: install-exec-local-Test_Cautocommit_class install-exec-local-Test_Csavepoints_class install-exec-local-Test_Ctransaction_class install-exec-local-Test_PStimedate_class install-exec-local-Test_Rbooleans_class install-exec-local-Test_Rpositioning_class install-exec-local-Test_Rtimedate_class install-exec-local-Test_Sbatching_class install-exec-local-Test_Rmetadata_class install-exec-local-Test_Creplysize_class install-exec-local-Test_PStimezone_class install-exec-local-Test_PStypes_class install-exec-local-BugConcurrent_clients_SF_1504657_class install-exec-local-Test_Cmanycon_classall-local: all-local-Test_Cautocommit_class all-local-Test_Csavepoints_class all-local-Test_Ctransaction_class all-local-Test_PStimedate_class all-local-Test_Rbooleans_class all-local-Test_Rpositioning_class all-local-Test_Rtimedate_class all-local-Test_Sbatching_class all-local-Test_Rmetadata_class all-local-Test_Creplysize_class all-local-Test_PStimezone_class all-local-Test_PStypes_class all-local-BugConcurrent_clients_SF_1504657_class all-local-Test_Cmanycon_classinclude $(MONETDB_CONFDIR)/*.mkinclude $(top_builddir)/*.mk# Tell versions [3.59,3.63) of GNU make to not export all variables.# Otherwise a system limit (for SysV at least) may be exceeded..NOEXPORT:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -