📄 makefile.in
字号:
gb_alloc.c gb_array.c \ gbx_stack.h gbx_stack.c \ gb_buffer.c gbx_replace.c \ gbx_list.h gbx_list.c \ gbx_hash.h gbx_hash.c \ gb_table.c \ gbx_type.h gbx_type.c \ gbx_value.h gbx_value.c \ gbx_subst.h gbx_subst.c \ gbx_exec.h gbx_exec.c gbx_exec_push.c gbx_exec_enum.c gbx_exec_pop.c gbx_exec_loop.c \ gbx_pcode.c \ gbx_trace.h gbx_trace.c \ gbx_class_desc.h gbx_class.h gbx_class_init.c gbx_class.c gbx_class_native.c gbx_class_load.c \ gbx_event.h gbx_event.c \ gb_file.h gb_file.c \ gbx_stream.h gbx_stream.c gbx_stream_direct.c gbx_stream_buffer.c gbx_stream_memory.c \ gbx_stream_arch.c gbx_stream_process.c \ gbx_project.h gbx_project.c \ gbx_library.h gbx_library.c \ gbx_subr.h gbx_subr.c \ gbx_subr_file.c gbx_subr_string.c gbx_subr_conv.c gbx_subr_time.c gbx_subr_misc.c \ gbx_math.h gbx_math.c \ gbx_subr_math_temp.h gbx_subr_math.c \ gbx_subr_test_temp.h gbx_subr_test.c \ gbx_api.h gbx_api.c \ gbx_local.h gbx_local.c \ gbx_regexp.h gbx_regexp.c \ gbx_archive.h gbx_archive.c \ gbx_watch.h gbx_watch.c \ gbx_expression.h gbx_eval.h gbx_eval.c \ gbx_compare.h gbx_compare.c \ gbx_number.h gbx_number.c \ gbx_object.h gbx_object.c \ gbx_string.h gbx_string.c \ gbx_variant.h gbx_variant.c \ gbx_date.h gbx_date.c \ gbx_array.h gbx_array.c \ gbx_c_class.h gbx_c_class.c \ gbx_c_collection.h gbx_c_collection.c \ gbx_c_error.h gbx_c_error.c \ gbx_c_gambas.h gbx_c_gambas.c \ gbx_c_file.h gbx_c_file.c \ gbx_c_application.h gbx_c_application.c \ gbx_c_array.h gbx_c_array.c \ gbx_c_process.h gbx_c_process.c \ gbx_c_subcollection.h gbx_c_subcollection.c \ gbx_c_string.h gbx_c_string.c \ gbx_c_settings.h gbx_c_settings.c \ gbx_class_info.call: all-am.SUFFIXES:.SUFFIXES: .c .lo .o .obj$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(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) --gnu src/exec/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu src/exec/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: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refreshinstall-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(pkglibdir)" || $(mkdir_p) "$(DESTDIR)$(pkglibdir)" @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \ $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \ else :; fi; \ doneuninstall-pkglibLTLIBRARIES: @$(NORMAL_UNINSTALL) @set -x; list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \ $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \ doneclean-pkglibLTLIBRARIES: -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES) @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ donelib.gb.la: $(lib_gb_la_OBJECTS) $(lib_gb_la_DEPENDENCIES) $(LINK) -rpath $(pkglibdir) $(lib_gb_la_LDFLAGS) $(lib_gb_la_OBJECTS) $(lib_gb_la_LIBADD) $(LIBS)install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" @list='$(bin_PROGRAMS)'; for p in $$list; do \ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ if test -f $$p \ || test -f $$p1 \ ; then \ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ else :; fi; \ doneuninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; for p in $$list; do \ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ rm -f "$(DESTDIR)$(bindir)/$$f"; \ doneclean-binPROGRAMS: @list='$(bin_PROGRAMS)'; for p in $$list; do \ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ echo " rm -f $$p $$f"; \ rm -f $$p $$f ; \ donegbx$(EXEEXT): $(gbx_OBJECTS) $(gbx_DEPENDENCIES) @rm -f gbx$(EXEEXT) $(LINK) $(gbx_LDFLAGS) $(gbx_OBJECTS) $(gbx_LDADD) $(LIBS)mostlyclean-compile: -rm -f *.$(OBJEXT)distclean-compile: -rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gb_alloc.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gb_array.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gb_buffer.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gb_common.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gb_error.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gb_file.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gb_table.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gb_alloc.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gb_array.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gb_buffer.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gb_common.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gb_error.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gb_file.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gb_table.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_api.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_archive.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_array.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_c_application.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_c_array.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_c_class.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_c_collection.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_c_error.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_c_file.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_c_gambas.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_c_process.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_c_settings.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_c_string.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_c_subcollection.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_class.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_class_init.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_class_load.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_class_native.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_compare.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_date.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_eval.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_event.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_exec.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_exec_enum.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_exec_loop.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_exec_pop.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_exec_push.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_hash.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_library.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_list.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbx-gbx_local.Po@am__quote@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -