📄 makefile.in
字号:
WEB_FALSE = @WEB_FALSE@WEB_TRUE = @WEB_TRUE@WXBASE_CFLAGS = @WXBASE_CFLAGS@WXBASE_CFLAGS_ONLY = @WXBASE_CFLAGS_ONLY@WXBASE_CONFIG_PATH = @WXBASE_CONFIG_PATH@WXBASE_CPPFLAGS = @WXBASE_CPPFLAGS@WXBASE_CXXFLAGS = @WXBASE_CXXFLAGS@WXBASE_CXXFLAGS_ONLY = @WXBASE_CXXFLAGS_ONLY@WXBASE_LIBS = @WXBASE_LIBS@WXBASE_VERSION = @WXBASE_VERSION@WXCAS_FALSE = @WXCAS_FALSE@WXCAS_TRUE = @WXCAS_TRUE@WX_CFLAGS = @WX_CFLAGS@WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@WX_CONFIG_PATH = @WX_CONFIG_PATH@WX_CPPFLAGS = @WX_CPPFLAGS@WX_CXXFLAGS = @WX_CXXFLAGS@WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@WX_LIBS = @WX_LIBS@WX_VERSION = @WX_VERSION@XGETTEXT = @XGETTEXT@YACC = @YACC@ZLIB_CFLAGS = @ZLIB_CFLAGS@ZLIB_LIBS = @ZLIB_LIBS@ac_ct_AR = @ac_ct_AR@ac_ct_CC = @ac_ct_CC@ac_ct_CXX = @ac_ct_CXX@ac_ct_LD = @ac_ct_LD@ac_ct_RANLIB = @ac_ct_RANLIB@ac_ct_STRIP = @ac_ct_STRIP@am__fastdepCC_FALSE = @am__fastdepCC_FALSE@am__fastdepCC_TRUE = @am__fastdepCC_TRUE@am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@am__include = @am__include@am__leading_dot = @am__leading_dot@am__quote = @am__quote@am__tar = @am__tar@am__untar = @am__untar@bindir = @bindir@build = @build@build_alias = @build_alias@build_cpu = @build_cpu@build_os = @build_os@build_vendor = @build_vendor@ccache = @ccache@ccache_prefix = @ccache_prefix@crypto_prefix = @crypto_prefix@datadir = @datadir@exec_prefix = @exec_prefix@host = @host@host_alias = @host_alias@host_cpu = @host_cpu@host_os = @host_os@host_vendor = @host_vendor@includedir = @includedir@infodir = @infodir@install_sh = @install_sh@libdir = @libdir@libexecdir = @libexecdir@localstatedir = @localstatedir@mandir = @mandir@mkdir_p = @mkdir_p@oldincludedir = @oldincludedir@prefix = @prefix@program_transform_name = @program_transform_name@sbindir = @sbindir@sharedstatedir = @sharedstatedir@sysconfdir = @sysconfdir@target = @target@target_alias = @target_alias@target_cpu = @target_cpu@target_os = @target_os@target_vendor = @target_vendor@wxcas_SOURCES = onlinesig.cpp \ linuxmon.cpp \ wxcas.cpp \ wxcasprint.cpp \ wxcasframe.cpp \ wxcasprefs.cpp \ wxcascte.cpp \ wxcaspix.cpp noinst_HEADERS = onlinesig.h \ linuxmon.h \ wxcas.h \ wxcasprint.h \ wxcasframe.h \ wxcasprefs.h \ wxcascte.h \ wxcaspix.hwxcas_CFLAGS = $(WX_CFLAGS)wxcas_CXXFLAGS = $(WX_CXXFLAGS)wxcas_LDADD = $(WX_LIBS) $(am__append_1)all: all-am.SUFFIXES:.SUFFIXES: .cpp .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) --foreign src/utils/wxCas/src/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --foreign src/utils/wxCas/src/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-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 \ ; then \ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ $(INSTALL_PROGRAM_ENV) $(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: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)wxcas$(EXEEXT): $(wxcas_OBJECTS) $(wxcas_DEPENDENCIES) @rm -f wxcas$(EXEEXT) $(CXXLINK) $(wxcas_LDFLAGS) $(wxcas_OBJECTS) $(wxcas_LDADD) $(LIBS)mostlyclean-compile: -rm -f *.$(OBJEXT)distclean-compile: -rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxcas-linuxmon.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxcas-onlinesig.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxcas-wxcas.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxcas-wxcascte.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxcas-wxcasframe.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxcas-wxcaspix.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxcas-wxcasprefs.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxcas-wxcasprint.Po@am__quote@.cpp.o:@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<.cpp.obj:@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`wxcas-onlinesig.o: onlinesig.cpp@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wxcas_CXXFLAGS) $(CXXFLAGS) -MT wxcas-onlinesig.o -MD -MP -MF "$(DEPDIR)/wxcas-onlinesig.Tpo" -c -o wxcas-onlinesig.o `test -f 'onlinesig.cpp' || echo '$(srcdir)/'`onlinesig.cpp; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/wxcas-onlinesig.Tpo" "$(DEPDIR)/wxcas-onlinesig.Po"; else rm -f "$(DEPDIR)/wxcas-onlinesig.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='onlinesig.cpp' object='wxcas-onlinesig.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wxcas_CXXFLAGS) $(CXXFLAGS) -c -o wxcas-onlinesig.o `test -f 'onlinesig.cpp' || echo '$(srcdir)/'`onlinesig.cppwxcas-onlinesig.obj: onlinesig.cpp@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wxcas_CXXFLAGS) $(CXXFLAGS) -MT wxcas-onlinesig.obj -MD -MP -MF "$(DEPDIR)/wxcas-onlinesig.Tpo" -c -o wxcas-onlinesig.obj `if test -f 'onlinesig.cpp'; then $(CYGPATH_W) 'onlinesig.cpp'; else $(CYGPATH_W) '$(srcdir)/onlinesig.cpp'; fi`; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/wxcas-onlinesig.Tpo" "$(DEPDIR)/wxcas-onlinesig.Po"; else rm -f "$(DEPDIR)/wxcas-onlinesig.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='onlinesig.cpp' object='wxcas-onlinesig.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wxcas_CXXFLAGS) $(CXXFLAGS) -c -o wxcas-onlinesig.obj `if test -f 'onlinesig.cpp'; then $(CYGPATH_W) 'onlinesig.cpp'; else $(CYGPATH_W) '$(srcdir)/onlinesig.cpp'; fi`wxcas-linuxmon.o: linuxmon.cpp@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wxcas_CXXFLAGS) $(CXXFLAGS) -MT wxcas-linuxmon.o -MD -MP -MF "$(DEPDIR)/wxcas-linuxmon.Tpo" -c -o wxcas-linuxmon.o `test -f 'linuxmon.cpp' || echo '$(srcdir)/'`linuxmon.cpp; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/wxcas-linuxmon.Tpo" "$(DEPDIR)/wxcas-linuxmon.Po"; else rm -f "$(DEPDIR)/wxcas-linuxmon.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='linuxmon.cpp' object='wxcas-linuxmon.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wxcas_CXXFLAGS) $(CXXFLAGS) -c -o wxcas-linuxmon.o `test -f 'linuxmon.cpp' || echo '$(srcdir)/'`linuxmon.cppwxcas-linuxmon.obj: linuxmon.cpp@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wxcas_CXXFLAGS) $(CXXFLAGS) -MT wxcas-linuxmon.obj -MD -MP -MF "$(DEPDIR)/wxcas-linuxmon.Tpo" -c -o wxcas-linuxmon.obj `if test -f 'linuxmon.cpp'; then $(CYGPATH_W) 'linuxmon.cpp'; else $(CYGPATH_W) '$(srcdir)/linuxmon.cpp'; fi`; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/wxcas-linuxmon.Tpo" "$(DEPDIR)/wxcas-linuxmon.Po"; else rm -f "$(DEPDIR)/wxcas-linuxmon.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='linuxmon.cpp' object='wxcas-linuxmon.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wxcas_CXXFLAGS) $(CXXFLAGS) -c -o wxcas-linuxmon.obj `if test -f 'linuxmon.cpp'; then $(CYGPATH_W) 'linuxmon.cpp'; else $(CYGPATH_W) '$(srcdir)/linuxmon.cpp'; fi`wxcas-wxcas.o: wxcas.cpp@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wxcas_CXXFLAGS) $(CXXFLAGS) -MT wxcas-wxcas.o -MD -MP -MF "$(DEPDIR)/wxcas-wxcas.Tpo" -c -o wxcas-wxcas.o `test -f 'wxcas.cpp' || echo '$(srcdir)/'`wxcas.cpp; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/wxcas-wxcas.Tpo" "$(DEPDIR)/wxcas-wxcas.Po"; else rm -f "$(DEPDIR)/wxcas-wxcas.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='wxcas.cpp' object='wxcas-wxcas.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wxcas_CXXFLAGS) $(CXXFLAGS) -c -o wxcas-wxcas.o `test -f 'wxcas.cpp' || echo '$(srcdir)/'`wxcas.cppwxcas-wxcas.obj: wxcas.cpp@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wxcas_CXXFLAGS) $(CXXFLAGS) -MT wxcas-wxcas.obj -MD -MP -MF "$(DEPDIR)/wxcas-wxcas.Tpo" -c -o wxcas-wxcas.obj `if test -f 'wxcas.cpp'; then $(CYGPATH_W) 'wxcas.cpp'; else $(CYGPATH_W) '$(srcdir)/wxcas.cpp'; fi`; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/wxcas-wxcas.Tpo" "$(DEPDIR)/wxcas-wxcas.Po"; else rm -f "$(DEPDIR)/wxcas-wxcas.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='wxcas.cpp' object='wxcas-wxcas.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wxcas_CXXFLAGS) $(CXXFLAGS) -c -o wxcas-wxcas.obj `if test -f 'wxcas.cpp'; then $(CYGPATH_W) 'wxcas.cpp'; else $(CYGPATH_W) '$(srcdir)/wxcas.cpp'; fi`wxcas-wxcasprint.o: wxcasprint.cpp@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wxcas_CXXFLAGS) $(CXXFLAGS) -MT wxcas-wxcasprint.o -MD -MP -MF "$(DEPDIR)/wxcas-wxcasprint.Tpo" -c -o wxcas-wxcasprint.o `test -f 'wxcasprint.cpp' || echo '$(srcdir)/'`wxcasprint.cpp; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/wxcas-wxcasprint.Tpo" "$(DEPDIR)/wxcas-wxcasprint.Po"; else rm -f "$(DEPDIR)/wxcas-wxcasprint.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='wxcasprint.cpp' object='wxcas-wxcasprint.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wxcas_CXXFLAGS) $(CXXFLAGS) -c -o wxcas-wxcasprint.o `test -f 'wxcasprint.cpp' || echo '$(srcdir)/'`wxcasprint.cppwxcas-wxcasprint.obj: wxcasprint.cpp@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wxcas_CXXFLAGS) $(CXXFLAGS) -MT wxcas-wxcasprint.obj -MD -MP -MF "$(DEPDIR)/wxcas-wxcasprint.Tpo" -c -o wxcas-wxcasprint.obj `if test -f 'wxcasprint.cpp'; then $(CYGPATH_W) 'wxcasprint.cpp'; else $(CYGPATH_W) '$(srcdir)/wxcasprint.cpp'; fi`; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/wxcas-wxcasprint.Tpo" "$(DEPDIR)/wxcas-wxcasprint.Po"; else rm -f "$(DEPDIR)/wxcas-wxcasprint.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='wxcasprint.cpp' object='wxcas-wxcasprint.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(wxcas_CXXFLAGS) $(CXXFLAGS) -c -o wxcas-wxcasprint.obj `if test -f 'wxcasprint.cpp'; then $(CYGPATH_W) 'wxcasprint.cpp'; else $(CYGPATH_W) '$(srcdir)/wxcasprint.cpp'; fi`
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -