📄 makefile.in
字号:
USE_APC_SNMP_FALSE = @USE_APC_SNMP_FALSE@USE_APC_SNMP_TRUE = @USE_APC_SNMP_TRUE@USE_DMALLOC_FALSE = @USE_DMALLOC_FALSE@USE_DMALLOC_TRUE = @USE_DMALLOC_TRUE@USE_DRAC3_FALSE = @USE_DRAC3_FALSE@USE_DRAC3_TRUE = @USE_DRAC3_TRUE@USE_IPV6ADDR_FALSE = @USE_IPV6ADDR_FALSE@USE_IPV6ADDR_TRUE = @USE_IPV6ADDR_TRUE@USE_MODULES = @USE_MODULES@USE_OPENIPMI_FALSE = @USE_OPENIPMI_FALSE@USE_OPENIPMI_TRUE = @USE_OPENIPMI_TRUE@USE_VACM_FALSE = @USE_VACM_FALSE@USE_VACM_TRUE = @USE_VACM_TRUE@VERSION = @VERSION@WHOAMI = @WHOAMI@XML2CONFIG = @XML2CONFIG@XPERIMENTALDIRS = @XPERIMENTALDIRS@YACC = @YACC@ac_configure_args = @ac_configure_args@ac_ct_AR = @ac_ct_AR@ac_ct_CC = @ac_ct_CC@ac_ct_CXX = @ac_ct_CXX@ac_ct_F77 = @ac_ct_F77@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@base_includedir = @base_includedir@bindir = @bindir@build = @build@build_alias = @build_alias@build_cpu = @build_cpu@build_os = @build_os@build_vendor = @build_vendor@datadir = @datadir@docdir = @docdir@exec_prefix = @exec_prefix@have_net_snmp_config = @have_net_snmp_config@hb_libdir = @hb_libdir@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@pils_includedir = @pils_includedir@pils_plugindir = @pils_plugindir@prefix = @prefix@program_transform_name = @program_transform_name@ra_plugindir = @ra_plugindir@saf_includedir = @saf_includedir@sbindir = @sbindir@sharedstatedir = @sharedstatedir@stonith_ext_plugindir = @stonith_ext_plugindir@stonith_includedir = @stonith_includedir@stonith_plugindir = @stonith_plugindir@subdirs = @subdirs@sysconfdir = @sysconfdir@target_alias = @target_alias@## Copyright (C) 2004 Andrew Beekhof## This program is free software; you can redistribute it and/or# modify it under the terms of the GNU General Public License# as published by the Free Software Foundation; either version 2# of the License, or (at your option) any later version.# # This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.# # You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.#MAINTAINERCLEANFILES = Makefile.inINCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_builddir)/libltdl -I$(top_srcdir)/libltdl \ -I$(top_builddir)/linux-ha -I$(top_srcdir)/linux-ha \ -I$(top_builddir) -I$(top_srcdir)hadir = $(sysconfdir)/ha.dhalibdir = $(libdir)/@HB_PKG@commmoddir = $(halibdir)/modules/commhavarlibdir = $(localstatedir)/lib/@HB_PKG@PIDFILE = $(localstatedir)/run/crmd.pidXML_FLAGS = `xml2-config --cflags`XML_LIBS = `xml2-config --libs`# sockets with pathcrmdir = $(havarlibdir)/crmapigid = @HA_APIGID@crmuid = @HA_CCMUID@crmreqsocket = $(havarlibdir)/api/crm.reqcrmressocket = $(havarlibdir)/api/crm.rspCOMMONLIBS = $(CRM_DEBUG_LIBS) \ $(top_builddir)/lib/clplumbing/libplumb.la \ $(top_builddir)/$(CRM_DIR)/common/libcrmcommon.la \ $(top_builddir)/lib/apphb/libapphb.la \ $(top_builddir)/lib/hbclient/libhbclient.la \ $(top_builddir)/lib/crm/cib/libcib.la \ $(GLIBLIB) \ $(LIBRT)AM_CFLAGS = @CFLAGS@ -DPIDFILE='"$(PIDFILE)"' $(CRM_DEBUG_FLAGS)#noinst_HEADERS = config.h control.h crmd.hnoinst_HEADERS = cibio.h cibmessages.h cibprimatives.h notify.h \ callbacks.hcib_SOURCES = io.c primatives.c messages.c cib.c notify.c \ callbacks.c main.ccib_CFLAGS = $(XML_FLAGS) -DHA_VARLIBDIR='"@HA_VARLIBDIR@"'cib_LDFLAGS = $(XML_LIBS)cib_LDADD = $(COMMONLIBS) \ $(top_builddir)/membership/ccm/libccmclient.la cibmon_SOURCES = cibmon.ccibmon_CFLAGS = $(XML_FLAGS) -DHA_VARLIBDIR='"@HA_VARLIBDIR@"'cibmon_LDFLAGS = $(XML_LIBS)cibmon_LDADD = $(COMMONLIBS) all: all-am.SUFFIXES:.SUFFIXES: .c .lo .o .obj$(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) --gnu crm/cib/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu crm/cib/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--refreshinstall-halibPROGRAMS: $(halib_PROGRAMS) @$(NORMAL_INSTALL) test -z "$(halibdir)" || $(mkdir_p) "$(DESTDIR)$(halibdir)" @list='$(halib_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 $(halibPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(halibdir)/$$f'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(halibPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(halibdir)/$$f" || exit 1; \ else :; fi; \ doneuninstall-halibPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(halib_PROGRAMS)'; for p in $$list; do \ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ echo " rm -f '$(DESTDIR)$(halibdir)/$$f'"; \ rm -f "$(DESTDIR)$(halibdir)/$$f"; \ doneclean-halibPROGRAMS: @list='$(halib_PROGRAMS)'; for p in $$list; do \ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ echo " rm -f $$p $$f"; \ rm -f $$p $$f ; \ donecib$(EXEEXT): $(cib_OBJECTS) $(cib_DEPENDENCIES) @rm -f cib$(EXEEXT) $(LINK) $(cib_LDFLAGS) $(cib_OBJECTS) $(cib_LDADD) $(LIBS)cibmon$(EXEEXT): $(cibmon_OBJECTS) $(cibmon_DEPENDENCIES) @rm -f cibmon$(EXEEXT) $(LINK) $(cibmon_LDFLAGS) $(cibmon_OBJECTS) $(cibmon_LDADD) $(LIBS)mostlyclean-compile: -rm -f *.$(OBJEXT)distclean-compile: -rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cib-callbacks.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cib-cib.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cib-io.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cib-main.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cib-messages.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cib-notify.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cib-primatives.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cibmon-cibmon.Po@am__quote@.c.o:@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(COMPILE) -c $<.c.obj:@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`.c.lo:@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<cib-io.o: io.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cib_CFLAGS) $(CFLAGS) -MT cib-io.o -MD -MP -MF "$(DEPDIR)/cib-io.Tpo" -c -o cib-io.o `test -f 'io.c' || echo '$(srcdir)/'`io.c; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/cib-io.Tpo" "$(DEPDIR)/cib-io.Po"; else rm -f "$(DEPDIR)/cib-io.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='io.c' object='cib-io.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cib_CFLAGS) $(CFLAGS) -c -o cib-io.o `test -f 'io.c' || echo '$(srcdir)/'`io.ccib-io.obj: io.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cib_CFLAGS) $(CFLAGS) -MT cib-io.obj -MD -MP -MF "$(DEPDIR)/cib-io.Tpo" -c -o cib-io.obj `if test -f 'io.c'; then $(CYGPATH_W) 'io.c'; else $(CYGPATH_W) '$(srcdir)/io.c'; fi`; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/cib-io.Tpo" "$(DEPDIR)/cib-io.Po"; else rm -f "$(DEPDIR)/cib-io.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='io.c' object='cib-io.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cib_CFLAGS) $(CFLAGS) -c -o cib-io.obj `if test -f 'io.c'; then $(CYGPATH_W) 'io.c'; else $(CYGPATH_W) '$(srcdir)/io.c'; fi`cib-primatives.o: primatives.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cib_CFLAGS) $(CFLAGS) -MT cib-primatives.o -MD -MP -MF "$(DEPDIR)/cib-primatives.Tpo" -c -o cib-primatives.o `test -f 'primatives.c' || echo '$(srcdir)/'`primatives.c; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/cib-primatives.Tpo" "$(DEPDIR)/cib-primatives.Po"; else rm -f "$(DEPDIR)/cib-primatives.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='primatives.c' object='cib-primatives.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cib_CFLAGS) $(CFLAGS) -c -o cib-primatives.o `test -f 'primatives.c' || echo '$(srcdir)/'`primatives.ccib-primatives.obj: primatives.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cib_CFLAGS) $(CFLAGS) -MT cib-primatives.obj -MD -MP -MF "$(DEPDIR)/cib-primatives.Tpo" -c -o cib-primatives.obj `if test -f 'primatives.c'; then $(CYGPATH_W) 'primatives.c'; else $(CYGPATH_W) '$(srcdir)/primatives.c'; fi`; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/cib-primatives.Tpo" "$(DEPDIR)/cib-primatives.Po"; else rm -f "$(DEPDIR)/cib-primatives.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='primatives.c' object='cib-primatives.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cib_CFLAGS) $(CFLAGS) -c -o cib-primatives.obj `if test -f 'primatives.c'; then $(CYGPATH_W) 'primatives.c'; else $(CYGPATH_W) '$(srcdir)/primatives.c'; fi`cib-messages.o: messages.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cib_CFLAGS) $(CFLAGS) -MT cib-messages.o -MD -MP -MF "$(DEPDIR)/cib-messages.Tpo" -c -o cib-messages.o `test -f 'messages.c' || echo '$(srcdir)/'`messages.c; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/cib-messages.Tpo" "$(DEPDIR)/cib-messages.Po"; else rm -f "$(DEPDIR)/cib-messages.Tpo"; exit 1; fi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -