📄 makefile.in
字号:
# Makefile.in generated by automake 1.7.2 from Makefile.am.# @configure_input@# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002# 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.@SET_MAKE@# Makefile.am -- Makefile for Intercom# Copyright (C) 2001-2003 Shane Wegner# This file is part of Intercom.## Intercom is free software; you can redistribute it and/or modify it# under the terms of version 2 of the GNU General Public License as# published by the Free Software Foundation.## Intercom 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 version 2 of the GNU General Public# License along with Intercom; if not, write to the Free Software# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA## To contact the author, please send email to shane@cm.nu.## $Id: Makefile.am,v 1.23 2003/02/13 20:22:49 shane Exp $srcdir = @srcdir@top_srcdir = @top_srcdir@VPATH = @srcdir@pkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@top_builddir = .am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cdINSTALL = @INSTALL@install_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 = :host_triplet = @host@ACLOCAL = @ACLOCAL@ALLOCA = @ALLOCA@AMDEP_FALSE = @AMDEP_FALSE@AMDEP_TRUE = @AMDEP_TRUE@AMTAR = @AMTAR@AUTOCONF = @AUTOCONF@AUTOHEADER = @AUTOHEADER@AUTOMAKE = @AUTOMAKE@AWK = @AWK@CC = @CC@CCDEPMODE = @CCDEPMODE@CFLAGS = @CFLAGS@CPP = @CPP@CPPFLAGS = @CPPFLAGS@CYGPATH_W = @CYGPATH_W@DEFS = @DEFS@DEPDIR = @DEPDIR@ECHO_C = @ECHO_C@ECHO_N = @ECHO_N@ECHO_T = @ECHO_T@EGREP = @EGREP@EXEEXT = @EXEEXT@IC_LIBS = @IC_LIBS@IC_SUBDIRS = @IC_SUBDIRS@INSTALL_DATA = @INSTALL_DATA@INSTALL_PROGRAM = @INSTALL_PROGRAM@INSTALL_SCRIPT = @INSTALL_SCRIPT@INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@LDFLAGS = @LDFLAGS@LIBOBJS = @LIBOBJS@LIBS = @LIBS@LN_S = @LN_S@LTLIBOBJS = @LTLIBOBJS@MAINT = @MAINT@MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@MAKEINFO = @MAKEINFO@OBJEXT = @OBJEXT@PACKAGE = @PACKAGE@PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@PACKAGE_NAME = @PACKAGE_NAME@PACKAGE_STRING = @PACKAGE_STRING@PACKAGE_TARNAME = @PACKAGE_TARNAME@PACKAGE_VERSION = @PACKAGE_VERSION@PATH_SEPARATOR = @PATH_SEPARATOR@POW_LIB = @POW_LIB@RANLIB = @RANLIB@SET_MAKE = @SET_MAKE@SHELL = @SHELL@STRIP = @STRIP@VERSION = @VERSION@ac_ct_CC = @ac_ct_CC@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__include = @am__include@am__quote = @am__quote@bindir = @bindir@build = @build@build_alias = @build_alias@build_cpu = @build_cpu@build_os = @build_os@build_vendor = @build_vendor@datadir = @datadir@exec_prefix = @exec_prefix@host = @host@host_alias = @host_alias@host_cpu = @host_cpu@host_os = @host_os@host_vendor = @host_vendor@ic_cv_crypto_FALSE = @ic_cv_crypto_FALSE@ic_cv_crypto_TRUE = @ic_cv_crypto_TRUE@ic_cv_g72x_FALSE = @ic_cv_g72x_FALSE@ic_cv_g72x_TRUE = @ic_cv_g72x_TRUE@includedir = @includedir@infodir = @infodir@install_sh = @install_sh@libdir = @libdir@libexecdir = @libexecdir@localstatedir = @localstatedir@mandir = @mandir@oldincludedir = @oldincludedir@prefix = @prefix@program_transform_name = @program_transform_name@sbindir = @sbindir@sharedstatedir = @sharedstatedir@sysconfdir = @sysconfdir@target_alias = @target_alias@SUBDIRS = @IC_SUBDIRS@DIST_SUBDIRS = doc gsm substbin_PROGRAMS = intercomMAINTAINERCLEANFILES = Makefile.in aclocal.m4 ChangeLog config.guess \ config.h.in config.sub configure install-sh missing \ mkinstalldirs stamp-h.in ABOUT-NLS@ic_cv_g72x_FALSE@G72X = @ic_cv_g72x_TRUE@G72X = g72x.c g72x.h g721.c g723_24.c g723_40.c@ic_cv_crypto_TRUE@CRYPTO = crypto.c crypto.h@ic_cv_crypto_FALSE@CRYPTO = intercom_SOURCES = console.c console.h \ codecs.c codecs.h \ g711.c g711.h $(G72X) \ gain.c gain.h \ hooks.c hooks.h \ iobuff.c iobuff.h \ iwordexp.c iwordexp.h \ pkthandler.c pkthandler.h \ userdefs.c userdefs.h \ intercom.c intercom.h \ protocol.h $(CRYPTO)intercom_LDADD = @IC_LIBS@# Files which need indenting@MAINTAINER_MODE_TRUE@indent_files = console.c console.h \@MAINTAINER_MODE_TRUE@ codecs.c codecs.h \@MAINTAINER_MODE_TRUE@ hooks.c hooks.h \@MAINTAINER_MODE_TRUE@ iobuff.c iobuff.h \@MAINTAINER_MODE_TRUE@ pkthandler.c pkthandler.h \@MAINTAINER_MODE_TRUE@ userdefs.c userdefs.h \@MAINTAINER_MODE_TRUE@ crypto.c crypto.h \@MAINTAINER_MODE_TRUE@ intercom.c intercom.h protocol.hsubdir = .ACLOCAL_M4 = $(top_srcdir)/aclocal.m4mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirsCONFIG_HEADER = config.hCONFIG_CLEAN_FILES =bin_PROGRAMS = intercom$(EXEEXT)PROGRAMS = $(bin_PROGRAMS)am__intercom_SOURCES_DIST = console.c console.h codecs.c codecs.h g711.c \ g711.h g72x.c g72x.h g721.c g723_24.c g723_40.c gain.c gain.h \ hooks.c hooks.h iobuff.c iobuff.h iwordexp.c iwordexp.h \ pkthandler.c pkthandler.h userdefs.c userdefs.h intercom.c \ intercom.h protocol.h crypto.c crypto.h@ic_cv_g72x_TRUE@am__objects_1 = g72x.$(OBJEXT) g721.$(OBJEXT) \@ic_cv_g72x_TRUE@ g723_24.$(OBJEXT) g723_40.$(OBJEXT)@ic_cv_g72x_FALSE@am__objects_1 =@ic_cv_crypto_TRUE@am__objects_2 = crypto.$(OBJEXT)@ic_cv_crypto_FALSE@am__objects_2 =am_intercom_OBJECTS = console.$(OBJEXT) codecs.$(OBJEXT) g711.$(OBJEXT) \ $(am__objects_1) gain.$(OBJEXT) hooks.$(OBJEXT) \ iobuff.$(OBJEXT) iwordexp.$(OBJEXT) pkthandler.$(OBJEXT) \ userdefs.$(OBJEXT) intercom.$(OBJEXT) $(am__objects_2)intercom_OBJECTS = $(am_intercom_OBJECTS)intercom_DEPENDENCIES =intercom_LDFLAGS =DEFAULT_INCLUDES = -I. -I$(srcdir) -I.depcomp = $(SHELL) $(top_srcdir)/depcompam__depfiles_maybe = depfiles@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/codecs.Po ./$(DEPDIR)/console.Po \@AMDEP_TRUE@ ./$(DEPDIR)/crypto.Po ./$(DEPDIR)/g711.Po \@AMDEP_TRUE@ ./$(DEPDIR)/g721.Po ./$(DEPDIR)/g723_24.Po \@AMDEP_TRUE@ ./$(DEPDIR)/g723_40.Po ./$(DEPDIR)/g72x.Po \@AMDEP_TRUE@ ./$(DEPDIR)/gain.Po ./$(DEPDIR)/hooks.Po \@AMDEP_TRUE@ ./$(DEPDIR)/intercom.Po ./$(DEPDIR)/iobuff.Po \@AMDEP_TRUE@ ./$(DEPDIR)/iwordexp.Po ./$(DEPDIR)/pkthandler.Po \@AMDEP_TRUE@ ./$(DEPDIR)/userdefs.PoCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)CCLD = $(CC)LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@DIST_SOURCES = $(am__intercom_SOURCES_DIST)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-recursiveDIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ Makefile.in NEWS TODO acinclude.m4 aclocal.m4 config.guess \ config.h.in config.sub configure configure.ac depcomp \ install-sh missing mkinstalldirsSOURCES = $(intercom_SOURCES)all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive.SUFFIXES:.SUFFIXES: .c .o .objam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu MakefileMakefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF)$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac acinclude.m4 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)config.h: stamp-h1 @if test ! -f $@; then \ rm -f stamp-h1; \ $(MAKE) stamp-h1; \ else :; fistamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status config.h$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOHEADER) touch $(srcdir)/config.h.indistclean-hdr: -rm -f config.h stamp-h1binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(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)intercom$(EXEEXT): $(intercom_OBJECTS) $(intercom_DEPENDENCIES) @rm -f intercom$(EXEEXT) $(LINK) $(intercom_LDFLAGS) $(intercom_OBJECTS) $(intercom_LDADD) $(LIBS)mostlyclean-compile: -rm -f *.$(OBJEXT) core *.coredistclean-compile: -rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codecs.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/console.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypto.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g711.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g721.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g723_24.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g723_40.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g72x.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gain.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hooks.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intercom.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iobuff.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iwordexp.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pkthandler.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/userdefs.Po@am__quote@distclean-depend: -rm -rf ./$(DEPDIR).c.o:@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \@am__fastdepCC_TRUE@ fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<.c.obj:@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \@am__fastdepCC_TRUE@ fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`uninstall-info-am:# This directory's subdirectories are mostly independent; you can cd# into them and run `make' without going through this Makefile.# To change the values of `make' variables: instead of editing Makefiles,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -