📄 makefile
字号:
# Makefile.in generated by automake 1.10 from Makefile.am.# Makefile. Generated from Makefile.in by configure.# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,# 2003, 2004, 2005, 2006 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.# Copyright (C) 2002, 2004, 2005, 2006, 2007 Rocky Bernstein## Bash 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, or (at your option) any later# version.## Bash 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 Bash; see the file COPYING. If not, write to the Free Software# Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.#$Id: Makefile.am,v 1.13 2007/10/14 09:12:53 rockyb Exp $pkglibdir = $(libdir)/bashdbpkgincludedir = $(includedir)/bashdbam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cdinstall_sh_DATA = $(install_sh) -c -m 644install_sh_PROGRAM = $(install_sh) -cinstall_sh_SCRIPT = $(install_sh) -cINSTALL_HEADER = $(INSTALL_DATA)transform = $(program_transform_name)NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :build_triplet = i686-pc-cygwinhost_triplet = i686-pc-cygwin#bin_PROGRAMS = readarray$(EXEEXT)#noinst_PROGRAMS = readarray$(EXEEXT)subdir = .DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/bashdb-trace.in \ $(srcdir)/bashdb.in $(srcdir)/config.h.in \ $(srcdir)/dbg-main.inc.in $(srcdir)/dbg-pre.inc.in \ $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ THANKS TODO compile config.guess config.sub depcomp elisp-comp \ install-sh ltmain.sh missingACLOCAL_M4 = $(top_srcdir)/aclocal.m4am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.acam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4)am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.linenomkinstalldirs = $(install_sh) -dCONFIG_HEADER = config.hCONFIG_CLEAN_FILES = bashdb bashdb-trace dbg-pre.inc dbg-main.incam__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \ "$(DESTDIR)$(datadir)" "$(DESTDIR)$(pkgdatadir)"binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)am__readarray_SOURCES_DIST = readarray.c#am_readarray_OBJECTS = \# readarray-readarray.$(OBJEXT)readarray_OBJECTS = $(am_readarray_OBJECTS)readarray_LDADD = $(LDADD)readarray_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(readarray_CFLAGS) \ $(CFLAGS) $(readarray_LDFLAGS) $(LDFLAGS) -o $@binSCRIPT_INSTALL = $(INSTALL_SCRIPT)SCRIPTS = $(bin_SCRIPTS)DEFAULT_INCLUDES = -I.depcomp = $(SHELL) $(top_srcdir)/depcompam__depfiles_maybe = depfilesCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)CCLD = $(CC)LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@SOURCES = $(readarray_SOURCES)DIST_SOURCES = $(am__readarray_SOURCES_DIST)RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursiveam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac;am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;dataDATA_INSTALL = $(INSTALL_DATA)pkgdataDATA_INSTALL = $(INSTALL_DATA)DATA = $(data_DATA) $(pkgdata_DATA)RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursiveETAGS = etagsCTAGS = ctagsDIST_SUBDIRS = $(SUBDIRS)DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)distdir = $(PACKAGE)-$(VERSION)top_distdir = $(distdir)am__remove_distdir = \ { test ! -d $(distdir) \ || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -fr $(distdir); }; }DIST_ARCHIVES = $(distdir).tar.gzGZIP_ENV = --bestdistuninstallcheck_listfiles = find . -type f -printdistcleancheck_listfiles = find . -type f -printpkgdatadir = $(datadir)/bashdbACLOCAL = ${SHELL} /cygdrive/d/chengong/code/bashdb-3.1-0.09/missing --run aclocal-1.10ALT_PACKAGE_NAME = bashdbAMTAR = ${SHELL} /cygdrive/d/chengong/code/bashdb-3.1-0.09/missing --run tarAR = arAUTOCONF = ${SHELL} /cygdrive/d/chengong/code/bashdb-3.1-0.09/missing --run autoconfAUTOHEADER = ${SHELL} /cygdrive/d/chengong/code/bashdb-3.1-0.09/missing --run autoheaderAUTOMAKE = ${SHELL} /cygdrive/d/chengong/code/bashdb-3.1-0.09/missing --run automake-1.10AWK = gawkBASHDB_MAIN = /usr/share/bashdb/bashdb-main.incBASHVERS = 3.1BASH_PROG = /usr/bin/bashBASH_SRC = CC = gccCCDEPMODE = depmode=gcc3CFLAGS = -g -O2CPP = gcc -ECPPFLAGS = CVS2CL = ${SHELL} /cygdrive/d/chengong/code/bashdb-3.1-0.09/missing --run cvs2clCXX = g++CXXCPP = g++ -ECXXDEPMODE = depmode=gcc3CXXFLAGS = -g -O2CYGPATH_W = cygpath -wDEFS = -DHAVE_CONFIG_HDEPDIR = .depsDIFF = /usr/bin/diffDIFF_OPTS = -w --unifiedECHO = echoECHO_C = ECHO_N = -nECHO_T = EGREP = /usr/bin/grep -EEMACS = /usr/bin/emacsEMACSLOADPATH = EXEEXT = .exeF77 = g77FFLAGS = -g -O2GREP = /usr/bin/grepINSTALL = /usr/bin/install -cINSTALL_DATA = ${INSTALL} -m 644INSTALL_PROGRAM = ${INSTALL}INSTALL_SCRIPT = ${INSTALL}INSTALL_STRIP_PROGRAM = $(install_sh) -c -sINTERPRETER_NAME = /usr/local/bin/bashLDFLAGS = LIBOBJS = LIBS = LIBTOOL = $(SHELL) $(top_builddir)/libtoolLN_S = ln -sLTLIBOBJS = MAINT = #MAKEINFO = ${SHELL} /cygdrive/d/chengong/code/bashdb-3.1-0.09/missing --run makeinfoMKDIR_P = /usr/bin/mkdir -pOBJEXT = oPACKAGE = bashdbPACKAGE_BUGREPORT = bashdb-devel@lists.sourceforge.netPACKAGE_NAME = bashdbPACKAGE_STRING = bashdb 3.1-0.09PACKAGE_TARNAME = bashdbPACKAGE_VERSION = 3.1-0.09PATH_SEPARATOR = :PIC = -DDLL_EXPORT -DPICPKGDATADIR = ${prefix}/share/bashdbRANLIB = ranlibRELSTATUS = 0.09RM = /usr/bin/rmSED = /usr/bin/sedSET_MAKE = SHELL = /bin/shSTRIP = stripTRY_GETOPT = 1VERSION = 3.1-0.09WL = -Wl,abs_builddir = /cygdrive/d/chengong/code/bashdb-3.1-0.09abs_srcdir = /cygdrive/d/chengong/code/bashdb-3.1-0.09abs_top_builddir = /cygdrive/d/chengong/code/bashdb-3.1-0.09abs_top_srcdir = /cygdrive/d/chengong/code/bashdb-3.1-0.09ac_ct_CC = gccac_ct_CXX = g++ac_ct_F77 = g77am__include = includeam__leading_dot = .am__quote = am__tar = ${AMTAR} chof - "$$tardir"am__untar = ${AMTAR} xf -bindir = ${exec_prefix}/binbuild = i686-pc-cygwinbuild_alias = build_cpu = i686build_os = cygwinbuild_vendor = pcbuilddir = .datadir = ${datarootdir}datarootdir = ${prefix}/sharedocdir = ${datarootdir}/doc/${PACKAGE_TARNAME}dvidir = ${docdir}exec_prefix = ${prefix}host = i686-pc-cygwinhost_alias = host_cpu = i686host_os = cygwinhost_vendor = pchtmldir = ${docdir}includedir = ${prefix}/includeinfodir = ${datarootdir}/infoinstall_sh = $(SHELL) /cygdrive/d/chengong/code/bashdb-3.1-0.09/install-shlibdir = ${exec_prefix}/liblibexecdir = ${exec_prefix}/libexeclispdir = ${datarootdir}/emacs/site-lisplocaledir = ${datarootdir}/localelocalstatedir = ${prefix}/varmandir = ${datarootdir}/manmkdir_p = /usr/bin/mkdir -poldincludedir = /usr/includepdfdir = ${docdir}prefix = /usr/localprogram_transform_name = s,x,x,psdir = ${docdir}sbindir = ${exec_prefix}/sbinsharedstatedir = ${prefix}/comsrcdir = .sysconfdir = ${prefix}/etctarget_alias = top_builddir = .top_srcdir = .SUBDIRS = test doc emacs#readarray_SOURCES = readarray.c#readarray_CFLAGS = -I -I /include -I/builtins -DDLL_EXPORT -DPIC#readarray_LDFLAGS = -shared#readarray_builtin = readarray# Set up the install target bin_SCRIPTS = bashdbdata_DATA = pkgdata_DATA = dbg-brk.inc dbg-cmds.inc dbg-commands.inc \ dbg-complete.inc \ dbg-file.inc dbg-fns.inc \ dbg-help.inc dbg-hist.inc \ dbg-info.inc dbg-init.inc dbg-io.inc \ dbg-list.inc dbg-log.inc dbg-main.inc \ dbg-pre.inc \ dbg-set.inc dbg-show.inc dbg-sig.inc \ dbg-stack.inc dbg-set-d-vars.inc $(readarray_builtin) \ bashdb-traceEXTRA_DIST = dbg-pre.inc.in bashdb.in bashdb-trace.in dbg-main.inc.in \ $(pkgdata_DATA) acinclude.m4 THANKS \ ChangeLog ChangeLog.0 readarray.c# # This is ugly. Bash 3.0 requires things to be different than where # many OS's would want to put bash debugger scripts or where a user # may have asked for this to be put. It's wrong in the directory # names it uses and for the name of the main include. # So... using the place that configure determined bash # wants this to be put, (BASHDB_MAIN), we try to remove any existing files# before making a symbolic link to it. Also if was in a directory # (containing perhaps old code), that gets removed and a symbolic link# is added or relocated if there was another symbolic link. Finally # the basename that bash wants to use is symlinked to the main name# that this distribution uses dbg-main.inc, unless those are the same.# OLD_DIR = $(dir /usr/share/bashdb/bashdb-main.inc)OLD_MAIN = $(notdir /usr/share/bashdb/bashdb-main.inc)PARENT_DIR = $(dir $(OLD_DIR))# cvs2clMAINTAINERCLEANFILES = ChangeLog#ACLOCAL_AMFLAGS = -I .all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive.SUFFIXES:.SUFFIXES: .c .lo .o .objam--refresh: @:$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -