⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 qnx下sigc++的源代码
💻
📖 第 1 页 / 共 2 页
字号:
# Makefile.in generated by automake 1.7.3 from Makefile.am.
# sigc++/Makefile.  Generated from Makefile.in by configure.

# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
# Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.



srcdir = .
top_srcdir = ..

pkgdatadir = $(datadir)/libsigc++
pkglibdir = $(libdir)/libsigc++
pkgincludedir = $(includedir)/libsigc++
top_builddir = ..

am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = ../scripts/install-sh -c
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_triplet = i386-pc-nto-qnx6.2.1
ACLOCAL = ${SHELL} /root/libsigc++-1.2.5/scripts/missing --run aclocal-1.7
AMDEP_FALSE = #
AMDEP_TRUE = 
AMTAR = ${SHELL} /root/libsigc++-1.2.5/scripts/missing --run tar
AR = ar
AS = as
AUTOCONF = ${SHELL} /root/libsigc++-1.2.5/scripts/missing --run autoconf
AUTOHEADER = :
AUTOMAKE = ${SHELL} /root/libsigc++-1.2.5/scripts/missing --run automake-1.7
AWK = gawk
CC = gcc
CCDEPMODE = depmode=gcc
CFLAGS = -g -O2
CPP = gcc -E
CPPFLAGS = 
CXX = g++
CXXCPP = g++ -E
CXXDEPMODE = depmode=gcc
CXXFLAGS = -g -O2
CYGPATH_W = echo

# Override DEFS and DEFAULT_INCLUDES to suppress "-I. -I$(srcdir)".
DEFS = -DHAVE_CONFIG_H -DLIBSIGC_COMPILATION
DEPDIR = .deps
DLLTOOL = dlltool
ECHO = print -r
ECHO_C = \c
ECHO_N = 
ECHO_T = 
EGREP = grep -E
EXEEXT = 
F77 = 
FFLAGS = 
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
LDFLAGS = 
LIBOBJS = 
LIBS = 
LIBSIGC_FALSE_FALSE = 
LIBSIGC_FALSE_TRUE = #
LIBSIGC_SO_VERSION = 5:5:0
LIBSTDCPP_LIBS = 
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LN_S = ln -s
LTLIBOBJS = 
M4 = m4
MAINT = #
MAINTAINER_MODE_FALSE = 
MAINTAINER_MODE_TRUE = #
MAKEINFO = ${SHELL} /root/libsigc++-1.2.5/scripts/missing --run makeinfo
OBJDUMP = objdump
OBJEXT = o
OS_WIN32_FALSE = 
OS_WIN32_TRUE = #
PACKAGE = libsigc++
PACKAGE_BUGREPORT = 
PACKAGE_NAME = 
PACKAGE_STRING = 
PACKAGE_TARNAME = 
PACKAGE_VERSION = 
PATH_SEPARATOR = :
PLATFORM_WIN32_FALSE = 
PLATFORM_WIN32_TRUE = #
RANLIB = ranlib
SET_MAKE = 
SHELL = /bin/sh
SIGC_VERSION = 1.2.5
STRIP = strip
VERSION = 1.2.5
ac_ct_AR = ar
ac_ct_AS = 
ac_ct_CC = gcc
ac_ct_CXX = g++
ac_ct_DLLTOOL = 
ac_ct_F77 = 
ac_ct_OBJDUMP = 
ac_ct_RANLIB = ranlib
ac_ct_STRIP = strip
am__fastdepCC_FALSE = 
am__fastdepCC_TRUE = #
am__fastdepCXX_FALSE = 
am__fastdepCXX_TRUE = #
am__include = include
am__leading_dot = .
am__quote = 
bindir = ${exec_prefix}/bin
build = i386-pc-nto-qnx6.2.1
build_alias = 
build_cpu = i386
build_os = nto-qnx6.2.1
build_vendor = pc
datadir = ${prefix}/share
exec_prefix = ${prefix}
host = i386-pc-nto-qnx6.2.1
host_alias = 
host_cpu = i386
host_os = nto-qnx6.2.1
host_vendor = pc
includedir = ${prefix}/include
infodir = ${prefix}/info
install_sh = /root/libsigc++-1.2.5/scripts/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localstatedir = ${prefix}/var
mandir = ${prefix}/man
oldincludedir = /usr/include
prefix = /usr/local
program_transform_name = s,x,x,
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
sysconfdir = ${prefix}/etc
target_alias = 
SUBDIRS = . macros config

EXTRA_DIST = README

sigc_fixed_cc = node.cc slot.cc connection.cc signal.cc		\
		  object_slot.cc class_slot.cc object.cc adaptor.cc	\
		  bind.cc method_slot.cc


sigc_fixed_h = adaptor.h connection.h marshal.h node.h object.h	\
		  sigc++.h trait.h

sigc_built_cc = 
sigc_built_h = bind_return.h	\
		  object_slot.h retype_return.h slot.h bind.h		\
		  class_slot.h hide.h retype.h signal.h       \
                  method_slot.h method_slot.h


built_sources = $(sigc_built_cc) $(sigc_built_h)
dist_sources = $(sigc_fixed_cc) $(sigc_fixed_h)
DISTFILES = $(DIST_COMMON) $(dist_sources) $(TEXINFOS) $(EXTRA_DIST)
# -no-undefined causes problems for Sun
no_undefined = 

# Support for DLL on cygwin/mingw using libtool > 1.4
#no_undefined = -no-undefined
DEFAULT_INCLUDES = 
INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_builddir)/sigc++/config

M4_DIR = $(top_srcdir)/sigc++/macros
M4_INCLUDES = -I$(M4_DIR)

lib_LTLIBRARIES = libsigc-1.2.la
libsigc_1_2_la_SOURCES = $(sigc_built_cc) $(sigc_fixed_cc)
libsigc_1_2_la_LDFLAGS = $(no_undefined) -version-info $(LIBSIGC_SO_VERSION) $(LIBSTDCPP_LIBS)

libsigc_includedir = $(includedir)/sigc++-1.2/sigc++
libsigc_include_HEADERS = $(sigc_fixed_h)
libsigc_include_DATA = $(sigc_built_h)

# With automake-1.4*, the Makefile itself depends on $(BUILT_SOURCES).
# Thus, as a side effect the Makefile will be regenerated too.
BUILT_SOURCES = $(sigc_built_h)

#libtool_import_libs = $(lib_LTLIBRARIES:.la=.dll.a)
subdir = sigc++
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/sigc++/config/sigcconfig.h
CONFIG_CLEAN_FILES =
LTLIBRARIES = $(lib_LTLIBRARIES)

libsigc_1_2_la_LIBADD =
am__objects_1 =
am__objects_2 = node.lo slot.lo connection.lo signal.lo object_slot.lo \
	class_slot.lo object.lo adaptor.lo bind.lo method_slot.lo
am_libsigc_1_2_la_OBJECTS = $(am__objects_1) $(am__objects_2)
libsigc_1_2_la_OBJECTS = $(am_libsigc_1_2_la_OBJECTS)
depcomp = $(SHELL) $(top_srcdir)/scripts/depcomp
am__depfiles_maybe = depfiles
DEP_FILES = ./$(DEPDIR)/adaptor.Plo ./$(DEPDIR)/bind.Plo \
	./$(DEPDIR)/class_slot.Plo \
	./$(DEPDIR)/connection.Plo \
	./$(DEPDIR)/method_slot.Plo ./$(DEPDIR)/node.Plo \
	./$(DEPDIR)/object.Plo ./$(DEPDIR)/object_slot.Plo \
	./$(DEPDIR)/signal.Plo ./$(DEPDIR)/slot.Plo
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
	$(AM_CXXFLAGS) $(CXXFLAGS)
CXXLD = $(CXX)
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
DIST_SOURCES = $(libsigc_1_2_la_SOURCES)
DATA = $(libsigc_include_DATA)

HEADERS = $(libsigc_include_HEADERS)


RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
	ps-recursive install-info-recursive uninstall-info-recursive \
	all-recursive install-data-recursive install-exec-recursive \
	installdirs-recursive install-recursive uninstall-recursive \
	check-recursive installcheck-recursive
DIST_COMMON = README $(libsigc_include_HEADERS) Makefile.am Makefile.in
DIST_SUBDIRS = $(SUBDIRS)
SOURCES = $(libsigc_1_2_la_SOURCES)

all: $(BUILT_SOURCES)
	$(MAKE) $(AM_MAKEFLAGS) all-recursive

.SUFFIXES:
.SUFFIXES: .cc .lo .o .obj
$(srcdir)/Makefile.in: # Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
	cd $(top_srcdir) && \
	  $(AUTOMAKE) --gnu  sigc++/Makefile
Makefile: # $(srcdir)/Makefile.in  $(top_builddir)/config.status
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
libLTLIBRARIES_INSTALL = $(INSTALL)
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(DESTDIR)$(libdir)
	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
	  if test -f $$p; then \
	    f="`echo $$p | sed -e 's|^.*/||'`"; \
	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
	  else :; fi; \
	done

uninstall-libLTLIBRARIES:
	@$(NORMAL_UNINSTALL)
	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
	    p="`echo $$p | sed -e 's|^.*/||'`"; \
	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
	done

clean-libLTLIBRARIES:
	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
	@list='$(lib_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"; \
	done
libsigc-1.2.la: $(libsigc_1_2_la_OBJECTS) $(libsigc_1_2_la_DEPENDENCIES) 
	$(CXXLINK) -rpath $(libdir) $(libsigc_1_2_la_LDFLAGS) $(libsigc_1_2_la_OBJECTS) $(libsigc_1_2_la_LIBADD) $(LIBS)

mostlyclean-compile:
	-rm -f *.$(OBJEXT) core *.core

distclean-compile:
	-rm -f *.tab.c

include ./$(DEPDIR)/adaptor.Plo
include ./$(DEPDIR)/bind.Plo
include ./$(DEPDIR)/class_slot.Plo
include ./$(DEPDIR)/connection.Plo
include ./$(DEPDIR)/method_slot.Plo
include ./$(DEPDIR)/node.Plo
include ./$(DEPDIR)/object.Plo
include ./$(DEPDIR)/object_slot.Plo
include ./$(DEPDIR)/signal.Plo
include ./$(DEPDIR)/slot.Plo

distclean-depend:
	-rm -rf ./$(DEPDIR)

.cc.o:
#	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
#	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
#	then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
#	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
#	fi
	source='$<' object='$@' libtool=no \
	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
	$(CXXDEPMODE) $(depcomp) \
	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<

.cc.obj:
#	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
#	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
#	then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
#	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
#	fi
	source='$<' object='$@' libtool=no \
	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
	$(CXXDEPMODE) $(depcomp) \
	$(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`

.cc.lo:
#	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
#	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
#	then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
#	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
#	fi
	source='$<' object='$@' libtool=yes \
	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' \
	$(CXXDEPMODE) $(depcomp) \
	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<

mostlyclean-libtool:
	-rm -f *.lo

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -