"Fossies" - the Fresh Open Source Software Archive

Member "ftss-0.9.3/src/Makefile.in" (2 Nov 2009, 12549 Bytes) of package /linux/www/old/ftss-0.9.3.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
    2 # @configure_input@
    3 
    4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5 # 2003, 2004, 2005  Free Software Foundation, Inc.
    6 # This Makefile.in is free software; the Free Software Foundation
    7 # gives unlimited permission to copy and/or distribute it,
    8 # with or without modifications, as long as this notice is preserved.
    9 
   10 # This program is distributed in the hope that it will be useful,
   11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
   12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   13 # PARTICULAR PURPOSE.
   14 
   15 @SET_MAKE@
   16 
   17 srcdir = @srcdir@
   18 top_srcdir = @top_srcdir@
   19 VPATH = @srcdir@
   20 pkgdatadir = $(datadir)/@PACKAGE@
   21 pkglibdir = $(libdir)/@PACKAGE@
   22 pkgincludedir = $(includedir)/@PACKAGE@
   23 top_builddir = ..
   24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   25 INSTALL = @INSTALL@
   26 install_sh_DATA = $(install_sh) -c -m 644
   27 install_sh_PROGRAM = $(install_sh) -c
   28 install_sh_SCRIPT = $(install_sh) -c
   29 INSTALL_HEADER = $(INSTALL_DATA)
   30 transform = $(program_transform_name)
   31 NORMAL_INSTALL = :
   32 PRE_INSTALL = :
   33 POST_INSTALL = :
   34 NORMAL_UNINSTALL = :
   35 PRE_UNINSTALL = :
   36 POST_UNINSTALL = :
   37 build_triplet = @build@
   38 host_triplet = @host@
   39 sbin_PROGRAMS = ftss$(EXEEXT)
   40 subdir = src
   41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
   42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   43 am__aclocal_m4_deps = $(top_srcdir)/m4/lib-prefix.m4 \
   44 	$(top_srcdir)/configure.ac
   45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   46 	$(ACLOCAL_M4)
   47 mkinstalldirs = $(install_sh) -d
   48 CONFIG_CLEAN_FILES =
   49 am__installdirs = "$(DESTDIR)$(sbindir)"
   50 sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
   51 PROGRAMS = $(sbin_PROGRAMS)
   52 am_ftss_OBJECTS = ftss.$(OBJEXT)
   53 ftss_OBJECTS = $(am_ftss_OBJECTS)
   54 ftss_LDADD = $(LDADD)
   55 DEFAULT_INCLUDES = -I. -I$(srcdir)
   56 depcomp = $(SHELL) $(top_srcdir)/depcomp
   57 am__depfiles_maybe = depfiles
   58 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   59 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   60 CCLD = $(CC)
   61 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
   62 SOURCES = $(ftss_SOURCES)
   63 DIST_SOURCES = $(ftss_SOURCES)
   64 ETAGS = etags
   65 CTAGS = ctags
   66 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   67 ACLOCAL = @ACLOCAL@
   68 AMDEP_FALSE = @AMDEP_FALSE@
   69 AMDEP_TRUE = @AMDEP_TRUE@
   70 AMTAR = @AMTAR@
   71 APR0_CONFIG = @APR0_CONFIG@
   72 APR_CONFIG = @APR_CONFIG@
   73 APXS = @APXS@
   74 APXS2 = @APXS2@
   75 AUTOCONF = @AUTOCONF@
   76 AUTOHEADER = @AUTOHEADER@
   77 AUTOMAKE = @AUTOMAKE@
   78 AWK = @AWK@
   79 CC = @CC@
   80 CCDEPMODE = @CCDEPMODE@
   81 CFLAGS = @CFLAGS@
   82 CPPFLAGS = @CPPFLAGS@
   83 CYGPATH_W = @CYGPATH_W@
   84 DEFS = @DEFS@
   85 DEPDIR = @DEPDIR@
   86 ECHO_C = @ECHO_C@
   87 ECHO_N = @ECHO_N@
   88 ECHO_T = @ECHO_T@
   89 EXEEXT = @EXEEXT@
   90 INSTALL_DATA = @INSTALL_DATA@
   91 INSTALL_PROGRAM = @INSTALL_PROGRAM@
   92 INSTALL_SCRIPT = @INSTALL_SCRIPT@
   93 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
   94 LDFLAGS = @LDFLAGS@
   95 LIBOBJS = @LIBOBJS@
   96 LIBS = @LIBS@
   97 LTLIBOBJS = @LTLIBOBJS@
   98 MAKEINFO = @MAKEINFO@
   99 OBJEXT = @OBJEXT@
  100 PACKAGE = @PACKAGE@
  101 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  102 PACKAGE_NAME = @PACKAGE_NAME@
  103 PACKAGE_STRING = @PACKAGE_STRING@
  104 PACKAGE_TARNAME = @PACKAGE_TARNAME@
  105 PACKAGE_URL = @PACKAGE_URL@
  106 PACKAGE_VERSION = @PACKAGE_VERSION@
  107 PATH_SEPARATOR = @PATH_SEPARATOR@
  108 SET_MAKE = @SET_MAKE@
  109 SHELL = @SHELL@
  110 STRIP = @STRIP@
  111 VERSION = @VERSION@
  112 ac_ct_CC = @ac_ct_CC@
  113 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  114 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  115 am__include = @am__include@
  116 am__leading_dot = @am__leading_dot@
  117 am__quote = @am__quote@
  118 am__tar = @am__tar@
  119 am__untar = @am__untar@
  120 bindir = @bindir@
  121 build = @build@
  122 build_alias = @build_alias@
  123 build_cpu = @build_cpu@
  124 build_os = @build_os@
  125 build_vendor = @build_vendor@
  126 datadir = @datadir@
  127 datarootdir = @datarootdir@
  128 docdir = @docdir@
  129 dvidir = @dvidir@
  130 exec_prefix = @exec_prefix@
  131 host = @host@
  132 host_alias = @host_alias@
  133 host_cpu = @host_cpu@
  134 host_os = @host_os@
  135 host_vendor = @host_vendor@
  136 htmldir = @htmldir@
  137 includedir = @includedir@
  138 infodir = @infodir@
  139 install_sh = @install_sh@
  140 libdir = @libdir@
  141 libexecdir = @libexecdir@
  142 localedir = @localedir@
  143 localstatedir = @localstatedir@
  144 mandir = @mandir@
  145 mkdir_p = @mkdir_p@
  146 oldincludedir = @oldincludedir@
  147 pdfdir = @pdfdir@
  148 prefix = @prefix@
  149 program_transform_name = @program_transform_name@
  150 psdir = @psdir@
  151 sbindir = @sbindir@
  152 sharedstatedir = @sharedstatedir@
  153 sysconfdir = @sysconfdir@
  154 target_alias = @target_alias@
  155 ftss_SOURCES = ftss.c
  156 all: all-am
  157 
  158 .SUFFIXES:
  159 .SUFFIXES: .c .o .obj
  160 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  161 	@for dep in $?; do \
  162 	  case '$(am__configure_deps)' in \
  163 	    *$$dep*) \
  164 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  165 		&& exit 0; \
  166 	      exit 1;; \
  167 	  esac; \
  168 	done; \
  169 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
  170 	cd $(top_srcdir) && \
  171 	  $(AUTOMAKE) --gnu  src/Makefile
  172 .PRECIOUS: Makefile
  173 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  174 	@case '$?' in \
  175 	  *config.status*) \
  176 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  177 	  *) \
  178 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  179 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  180 	esac;
  181 
  182 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  183 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  184 
  185 $(top_srcdir)/configure:  $(am__configure_deps)
  186 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  187 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  188 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  189 install-sbinPROGRAMS: $(sbin_PROGRAMS)
  190 	@$(NORMAL_INSTALL)
  191 	test -z "$(sbindir)" || $(mkdir_p) "$(DESTDIR)$(sbindir)"
  192 	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
  193 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
  194 	  if test -f $$p \
  195 	  ; then \
  196 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
  197 	   echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
  198 	   $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
  199 	  else :; fi; \
  200 	done
  201 
  202 uninstall-sbinPROGRAMS:
  203 	@$(NORMAL_UNINSTALL)
  204 	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
  205 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
  206 	  echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
  207 	  rm -f "$(DESTDIR)$(sbindir)/$$f"; \
  208 	done
  209 
  210 clean-sbinPROGRAMS:
  211 	-test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
  212 ftss$(EXEEXT): $(ftss_OBJECTS) $(ftss_DEPENDENCIES) 
  213 	@rm -f ftss$(EXEEXT)
  214 	$(LINK) $(ftss_LDFLAGS) $(ftss_OBJECTS) $(ftss_LDADD) $(LIBS)
  215 
  216 mostlyclean-compile:
  217 	-rm -f *.$(OBJEXT)
  218 
  219 distclean-compile:
  220 	-rm -f *.tab.c
  221 
  222 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftss.Po@am__quote@
  223 
  224 .c.o:
  225 @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
  226 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  227 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  228 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  229 @am__fastdepCC_FALSE@	$(COMPILE) -c $<
  230 
  231 .c.obj:
  232 @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
  233 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  234 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  235 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  236 @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
  237 uninstall-info-am:
  238 
  239 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  240 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  241 	unique=`for i in $$list; do \
  242 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  243 	  done | \
  244 	  $(AWK) '    { files[$$0] = 1; } \
  245 	       END { for (i in files) print i; }'`; \
  246 	mkid -fID $$unique
  247 tags: TAGS
  248 
  249 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  250 		$(TAGS_FILES) $(LISP)
  251 	tags=; \
  252 	here=`pwd`; \
  253 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  254 	unique=`for i in $$list; do \
  255 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  256 	  done | \
  257 	  $(AWK) '    { files[$$0] = 1; } \
  258 	       END { for (i in files) print i; }'`; \
  259 	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  260 	  test -n "$$unique" || unique=$$empty_fix; \
  261 	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  262 	    $$tags $$unique; \
  263 	fi
  264 ctags: CTAGS
  265 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  266 		$(TAGS_FILES) $(LISP)
  267 	tags=; \
  268 	here=`pwd`; \
  269 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  270 	unique=`for i in $$list; do \
  271 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  272 	  done | \
  273 	  $(AWK) '    { files[$$0] = 1; } \
  274 	       END { for (i in files) print i; }'`; \
  275 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
  276 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  277 	     $$tags $$unique
  278 
  279 GTAGS:
  280 	here=`$(am__cd) $(top_builddir) && pwd` \
  281 	  && cd $(top_srcdir) \
  282 	  && gtags -i $(GTAGS_ARGS) $$here
  283 
  284 distclean-tags:
  285 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  286 
  287 distdir: $(DISTFILES)
  288 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  289 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  290 	list='$(DISTFILES)'; for file in $$list; do \
  291 	  case $$file in \
  292 	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  293 	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  294 	  esac; \
  295 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  296 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  297 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  298 	    dir="/$$dir"; \
  299 	    $(mkdir_p) "$(distdir)$$dir"; \
  300 	  else \
  301 	    dir=''; \
  302 	  fi; \
  303 	  if test -d $$d/$$file; then \
  304 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  305 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  306 	    fi; \
  307 	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  308 	  else \
  309 	    test -f $(distdir)/$$file \
  310 	    || cp -p $$d/$$file $(distdir)/$$file \
  311 	    || exit 1; \
  312 	  fi; \
  313 	done
  314 check-am: all-am
  315 check: check-am
  316 all-am: Makefile $(PROGRAMS)
  317 installdirs:
  318 	for dir in "$(DESTDIR)$(sbindir)"; do \
  319 	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
  320 	done
  321 install: install-am
  322 install-exec: install-exec-am
  323 install-data: install-data-am
  324 uninstall: uninstall-am
  325 
  326 install-am: all-am
  327 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  328 
  329 installcheck: installcheck-am
  330 install-strip:
  331 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  332 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  333 	  `test -z '$(STRIP)' || \
  334 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  335 mostlyclean-generic:
  336 
  337 clean-generic:
  338 
  339 distclean-generic:
  340 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  341 
  342 maintainer-clean-generic:
  343 	@echo "This command is intended for maintainers to use"
  344 	@echo "it deletes files that may require special tools to rebuild."
  345 clean: clean-am
  346 
  347 clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
  348 
  349 distclean: distclean-am
  350 	-rm -rf ./$(DEPDIR)
  351 	-rm -f Makefile
  352 distclean-am: clean-am distclean-compile distclean-generic \
  353 	distclean-tags
  354 
  355 dvi: dvi-am
  356 
  357 dvi-am:
  358 
  359 html: html-am
  360 
  361 info: info-am
  362 
  363 info-am:
  364 
  365 install-data-am:
  366 
  367 install-exec-am: install-sbinPROGRAMS
  368 
  369 install-info: install-info-am
  370 
  371 install-man:
  372 
  373 installcheck-am:
  374 
  375 maintainer-clean: maintainer-clean-am
  376 	-rm -rf ./$(DEPDIR)
  377 	-rm -f Makefile
  378 maintainer-clean-am: distclean-am maintainer-clean-generic
  379 
  380 mostlyclean: mostlyclean-am
  381 
  382 mostlyclean-am: mostlyclean-compile mostlyclean-generic
  383 
  384 pdf: pdf-am
  385 
  386 pdf-am:
  387 
  388 ps: ps-am
  389 
  390 ps-am:
  391 
  392 uninstall-am: uninstall-info-am uninstall-sbinPROGRAMS
  393 
  394 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  395 	clean-sbinPROGRAMS ctags distclean distclean-compile \
  396 	distclean-generic distclean-tags distdir dvi dvi-am html \
  397 	html-am info info-am install install-am install-data \
  398 	install-data-am install-exec install-exec-am install-info \
  399 	install-info-am install-man install-sbinPROGRAMS install-strip \
  400 	installcheck installcheck-am installdirs maintainer-clean \
  401 	maintainer-clean-generic mostlyclean mostlyclean-compile \
  402 	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
  403 	uninstall-am uninstall-info-am uninstall-sbinPROGRAMS
  404 
  405 # Tell versions [3.59,3.63) of GNU make to not export all variables.
  406 # Otherwise a system limit (for SysV at least) may be exceeded.
  407 .NOEXPORT: