"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "gtkfind-1.1/Makefile.in" of archive gtkfind-1.1.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
    2 
    3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
    4 # This Makefile.in is free software; the Free Software Foundation
    5 # gives unlimited permission to copy and/or distribute it,
    6 # with or without modifications, as long as this notice is preserved.
    7 
    8 # This program is distributed in the hope that it will be useful,
    9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
   10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   11 # PARTICULAR PURPOSE.
   12 
   13 
   14 SHELL = /bin/sh
   15 
   16 srcdir = @srcdir@
   17 top_srcdir = @top_srcdir@
   18 VPATH = @srcdir@
   19 prefix = @prefix@
   20 exec_prefix = @exec_prefix@
   21 
   22 bindir = @bindir@
   23 sbindir = @sbindir@
   24 libexecdir = @libexecdir@
   25 datadir = @datadir@
   26 sysconfdir = @sysconfdir@
   27 sharedstatedir = @sharedstatedir@
   28 localstatedir = @localstatedir@
   29 libdir = @libdir@
   30 infodir = @infodir@
   31 mandir = @mandir@
   32 includedir = @includedir@
   33 oldincludedir = /usr/include
   34 
   35 DISTDIR =
   36 
   37 pkgdatadir = $(datadir)/@PACKAGE@
   38 pkglibdir = $(libdir)/@PACKAGE@
   39 pkgincludedir = $(includedir)/@PACKAGE@
   40 
   41 top_builddir = .
   42 
   43 ACLOCAL = @ACLOCAL@
   44 AUTOCONF = @AUTOCONF@
   45 AUTOMAKE = @AUTOMAKE@
   46 AUTOHEADER = @AUTOHEADER@
   47 
   48 INSTALL = @INSTALL@
   49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
   50 INSTALL_DATA = @INSTALL_DATA@
   51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
   52 transform = @program_transform_name@
   53 
   54 NORMAL_INSTALL = :
   55 PRE_INSTALL = :
   56 POST_INSTALL = :
   57 NORMAL_UNINSTALL = :
   58 PRE_UNINSTALL = :
   59 POST_UNINSTALL = :
   60 CC = @CC@
   61 CONFIG_MAN = @CONFIG_MAN@
   62 CONFIG_XTERM = @CONFIG_XTERM@
   63 CPP = @CPP@
   64 GTKFIND_INCLUDES = @GTKFIND_INCLUDES@
   65 GTKFIND_LDFLAGS = @GTKFIND_LDFLAGS@
   66 GTK_CONFIG = @GTK_CONFIG@
   67 MAKEINFO = @MAKEINFO@
   68 PACKAGE = @PACKAGE@
   69 VERSION = @VERSION@
   70 
   71 bin_PROGRAMS = gtkfind mktmp
   72 
   73 gtkfind_SOURCES = create.c create.h flags.c flags.h glob.c glob.h gtk_print1.c gtk_print1.h gtkfind.c gtkfind.h save.c save.h util.c util.h widgets.c widgets.h
   74 gtkfind_LDADD = @GTKFIND_LDFLAGS@
   75 INCLUDES = @GTKFIND_INCLUDES@
   76 CFLAGS = -Wall -O2 -g
   77 
   78 mktmp_SOURCES = mktmp.c
   79 
   80 man_MANS = gtkfind.1 mktmp.1
   81 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   82 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
   83 CONFIG_HEADER = config.h
   84 CONFIG_CLEAN_FILES = 
   85 PROGRAMS =  $(bin_PROGRAMS)
   86 
   87 
   88 DEFS = @DEFS@ -I. -I$(srcdir) -I.
   89 CPPFLAGS = @CPPFLAGS@
   90 LDFLAGS = @LDFLAGS@
   91 LIBS = @LIBS@
   92 gtkfind_OBJECTS =  create.o flags.o glob.o gtk_print1.o gtkfind.o save.o \
   93 util.o widgets.o
   94 gtkfind_DEPENDENCIES = 
   95 gtkfind_LDFLAGS = 
   96 mktmp_OBJECTS =  mktmp.o
   97 mktmp_LDADD = $(LDADD)
   98 mktmp_DEPENDENCIES = 
   99 mktmp_LDFLAGS = 
  100 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  101 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
  102 man1dir = $(mandir)/man1
  103 MANS = $(man_MANS)
  104 
  105 NROFF = nroff
  106 DIST_COMMON =  README COPYING INSTALL Makefile.am Makefile.in TODO \
  107 acconfig.h aclocal.m4 config.h.in configure configure.in install-sh \
  108 missing mkinstalldirs stamp-h.in
  109 
  110 
  111 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  112 
  113 TAR = tar
  114 GZIP = --best
  115 DEP_FILES =  .deps/create.P .deps/flags.P .deps/glob.P \
  116 .deps/gtk_print1.P .deps/gtkfind.P .deps/mktmp.P .deps/save.P \
  117 .deps/util.P .deps/widgets.P
  118 SOURCES = $(gtkfind_SOURCES) $(mktmp_SOURCES)
  119 OBJECTS = $(gtkfind_OBJECTS) $(mktmp_OBJECTS)
  120 
  121 all: Makefile $(PROGRAMS) $(MANS) config.h
  122 
  123 .SUFFIXES:
  124 .SUFFIXES: .S .c .o .s
  125 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  126 	cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
  127 
  128 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
  129 	cd $(top_builddir) \
  130 	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  131 
  132 $(ACLOCAL_M4):  configure.in 
  133 	cd $(srcdir) && $(ACLOCAL)
  134 
  135 config.status: $(srcdir)/configure
  136 	$(SHELL) ./config.status --recheck
  137 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  138 	cd $(srcdir) && $(AUTOCONF)
  139 
  140 config.h: stamp-h
  141 	@:
  142 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
  143 	cd $(top_builddir) \
  144 	  && CONFIG_FILES= CONFIG_HEADERS=config.h \
  145 	     $(SHELL) ./config.status
  146 	@echo timestamp > stamp-h
  147 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
  148 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
  149 	cd $(top_srcdir) && $(AUTOHEADER)
  150 	@echo timestamp > $(srcdir)/stamp-h.in
  151 
  152 mostlyclean-hdr:
  153 
  154 clean-hdr:
  155 
  156 distclean-hdr:
  157 	-rm -f config.h
  158 
  159 maintainer-clean-hdr:
  160 
  161 mostlyclean-binPROGRAMS:
  162 
  163 clean-binPROGRAMS:
  164 	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  165 
  166 distclean-binPROGRAMS:
  167 
  168 maintainer-clean-binPROGRAMS:
  169 
  170 install-binPROGRAMS: $(bin_PROGRAMS)
  171 	@$(NORMAL_INSTALL)
  172 	$(mkinstalldirs) $(DESTDIR)$(bindir)
  173 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
  174 	  if test -f $$p; then \
  175 	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
  176 	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
  177 	  else :; fi; \
  178 	done
  179 
  180 uninstall-binPROGRAMS:
  181 	@$(NORMAL_UNINSTALL)
  182 	list='$(bin_PROGRAMS)'; for p in $$list; do \
  183 	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
  184 	done
  185 
  186 .s.o:
  187 	$(COMPILE) -c $<
  188 
  189 .S.o:
  190 	$(COMPILE) -c $<
  191 
  192 mostlyclean-compile:
  193 	-rm -f *.o core *.core
  194 
  195 clean-compile:
  196 
  197 distclean-compile:
  198 	-rm -f *.tab.c
  199 
  200 maintainer-clean-compile:
  201 
  202 gtkfind: $(gtkfind_OBJECTS) $(gtkfind_DEPENDENCIES)
  203 	@rm -f gtkfind
  204 	$(LINK) $(gtkfind_LDFLAGS) $(gtkfind_OBJECTS) $(gtkfind_LDADD) $(LIBS)
  205 
  206 mktmp: $(mktmp_OBJECTS) $(mktmp_DEPENDENCIES)
  207 	@rm -f mktmp
  208 	$(LINK) $(mktmp_LDFLAGS) $(mktmp_OBJECTS) $(mktmp_LDADD) $(LIBS)
  209 
  210 install-man1:
  211 	$(mkinstalldirs) $(DESTDIR)$(man1dir)
  212 	@list='$(man1_MANS)'; \
  213 	l2='$(man_MANS)'; for i in $$l2; do \
  214 	  case "$$i" in \
  215 	    *.1*) list="$$list $$i" ;; \
  216 	  esac; \
  217 	done; \
  218 	for i in $$list; do \
  219 	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
  220 	  else file=$$i; fi; \
  221 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
  222 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
  223 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
  224 	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
  225 	  $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
  226 	done
  227 
  228 uninstall-man1:
  229 	@list='$(man1_MANS)'; \
  230 	l2='$(man_MANS)'; for i in $$l2; do \
  231 	  case "$$i" in \
  232 	    *.1*) list="$$list $$i" ;; \
  233 	  esac; \
  234 	done; \
  235 	for i in $$list; do \
  236 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
  237 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
  238 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
  239 	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
  240 	  rm -f $(DESTDIR)$(man1dir)/$$inst; \
  241 	done
  242 install-man: $(MANS)
  243 	@$(NORMAL_INSTALL)
  244 	$(MAKE) install-man1
  245 uninstall-man:
  246 	@$(NORMAL_UNINSTALL)
  247 	$(MAKE) uninstall-man1
  248 
  249 tags: TAGS
  250 
  251 ID: $(HEADERS) $(SOURCES) $(LISP)
  252 	here=`pwd` && cd $(srcdir) \
  253 	  && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
  254 
  255 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
  256 	tags=; \
  257 	here=`pwd`; \
  258 	list='$(SOURCES) $(HEADERS)'; \
  259 	unique=`for i in $$list; do echo $$i; done | \
  260 	  awk '    { files[$$0] = 1; } \
  261 	       END { for (i in files) print i; }'`; \
  262 	test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
  263 	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
  264 
  265 mostlyclean-tags:
  266 
  267 clean-tags:
  268 
  269 distclean-tags:
  270 	-rm -f TAGS ID
  271 
  272 maintainer-clean-tags:
  273 
  274 distdir = $(PACKAGE)-$(VERSION)
  275 top_distdir = $(distdir)
  276 
  277 # This target untars the dist file and tries a VPATH configuration.  Then
  278 # it guarantees that the distribution is self-contained by making another
  279 # tarfile.
  280 distcheck: dist
  281 	-rm -rf $(distdir)
  282 	GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
  283 	mkdir $(distdir)/=build
  284 	mkdir $(distdir)/=inst
  285 	dc_install_base=`cd $(distdir)/=inst && pwd`; \
  286 	cd $(distdir)/=build \
  287 	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
  288 	  && $(MAKE) \
  289 	  && $(MAKE) dvi \
  290 	  && $(MAKE) check \
  291 	  && $(MAKE) install \
  292 	  && $(MAKE) installcheck \
  293 	  && $(MAKE) dist
  294 	-rm -rf $(distdir)
  295 	@echo "========================"; \
  296 	echo "$(distdir).tar.gz is ready for distribution"; \
  297 	echo "========================"
  298 dist: distdir
  299 	-chmod -R a+r $(distdir)
  300 	GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
  301 	-rm -rf $(distdir)
  302 dist-all: distdir
  303 	-chmod -R a+r $(distdir)
  304 	GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
  305 	-rm -rf $(distdir)
  306 distdir: $(DISTFILES)
  307 	-rm -rf $(distdir)
  308 	mkdir $(distdir)
  309 	-chmod 777 $(distdir)
  310 	here=`cd $(top_builddir) && pwd`; \
  311 	top_distdir=`cd $(distdir) && pwd`; \
  312 	distdir=`cd $(distdir) && pwd`; \
  313 	cd $(top_srcdir) \
  314 	  && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
  315 	@for file in $(DISTFILES); do \
  316 	  d=$(srcdir); \
  317 	  test -f $(distdir)/$$file \
  318 	  || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  319 	  || cp -p $$d/$$file $(distdir)/$$file; \
  320 	done
  321 
  322 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
  323 
  324 -include $(DEP_FILES)
  325 
  326 mostlyclean-depend:
  327 
  328 clean-depend:
  329 
  330 distclean-depend:
  331 
  332 maintainer-clean-depend:
  333 	-rm -rf .deps
  334 
  335 %.o: %.c
  336 	@echo '$(COMPILE) -c $<'; \
  337 	$(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
  338 
  339 %.lo: %.c
  340 	@echo '$(LTCOMPILE) -c $<'; \
  341 	$(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
  342 	@-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
  343 	  < .deps/$(*F).p > .deps/$(*F).P
  344 	@-rm -f .deps/$(*F).p
  345 info:
  346 dvi:
  347 check: all
  348 	$(MAKE)
  349 installcheck:
  350 install-exec: install-binPROGRAMS
  351 	@$(NORMAL_INSTALL)
  352 
  353 install-data: install-man
  354 	@$(NORMAL_INSTALL)
  355 
  356 install: install-exec install-data all
  357 	@:
  358 
  359 uninstall: uninstall-binPROGRAMS uninstall-man
  360 
  361 install-strip:
  362 	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
  363 installdirs:
  364 	$(mkinstalldirs)  $(DATADIR)$(bindir) $(DESTDIR)$(mandir)/man1
  365 
  366 
  367 mostlyclean-generic:
  368 	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  369 
  370 clean-generic:
  371 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  372 
  373 distclean-generic:
  374 	-rm -f Makefile $(DISTCLEANFILES)
  375 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  376 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  377 
  378 maintainer-clean-generic:
  379 	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  380 	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  381 mostlyclean:  mostlyclean-hdr mostlyclean-binPROGRAMS \
  382 		mostlyclean-compile mostlyclean-tags mostlyclean-depend \
  383 		mostlyclean-generic
  384 
  385 clean:  clean-hdr clean-binPROGRAMS clean-compile clean-tags \
  386 		clean-depend clean-generic mostlyclean
  387 
  388 distclean:  distclean-hdr distclean-binPROGRAMS distclean-compile \
  389 		distclean-tags distclean-depend distclean-generic clean
  390 	-rm -f config.status
  391 
  392 maintainer-clean:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
  393 		maintainer-clean-compile maintainer-clean-tags \
  394 		maintainer-clean-depend maintainer-clean-generic \
  395 		distclean
  396 	@echo "This command is intended for maintainers to use;"
  397 	@echo "it deletes files that may require special tools to rebuild."
  398 	-rm -f config.status
  399 
  400 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
  401 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
  402 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
  403 mostlyclean-compile distclean-compile clean-compile \
  404 maintainer-clean-compile install-man1 uninstall-man1 install-man \
  405 uninstall-man tags mostlyclean-tags distclean-tags clean-tags \
  406 maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
  407 clean-depend maintainer-clean-depend info dvi installcheck install-exec \
  408 install-data install uninstall all installdirs mostlyclean-generic \
  409 distclean-generic clean-generic maintainer-clean-generic clean \
  410 mostlyclean distclean maintainer-clean
  411 
  412 
  413 # Tell versions [3.59,3.63) of GNU make to not export all variables.
  414 # Otherwise a system limit (for SysV at least) may be exceeded.
  415 .NOEXPORT: