# # Makefile.in for etc # DESTDIR = prefix = /usr exec_prefix = /usr srcdir = ../../gdb-9.1/etc VPATH = ../../gdb-9.1/etc bindir = /usr/bin libdir = /usr/lib tooldir = $(libdir) datadir = /usr/share mandir = /usr/share/man man1dir = $(mandir)/man1 man2dir = $(mandir)/man2 man3dir = $(mandir)/man3 man4dir = $(mandir)/man4 man5dir = $(mandir)/man5 man6dir = $(mandir)/man6 man7dir = $(mandir)/man7 man8dir = $(mandir)/man8 man9dir = $(mandir)/man9 datarootdir = ${prefix}/share docdir = ${datarootdir}/doc/${PACKAGE} infodir = /usr/share/info pdfdir = ${datarootdir}/doc/${PACKAGE} htmldir = ${docdir} SHELL = /bin/sh INSTALL = /home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/hosttools/install -c INSTALL_PROGRAM = /home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/hosttools/install -c INSTALL_DATA = /home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/hosttools/install -c -m 644 #### Host, target, and site specific Makefile fragments come in here. ### all: clean: mostlyclean: clean distclean: clean rm -f Makefile config.status config.cache maintainer-clean realclean: distclean Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag) \ config.status $(SHELL) ./config.status AUTOCONF = autoconf configure_deps = $(srcdir)/configure.in $(srcdir)/configure: # $(configure_deps) cd $(srcdir) && $(AUTOCONF) config.status: $(srcdir)/configure $(SHELL) ./config.status --recheck ## these last targets are for standards.texi conformance dist: check: info html dvi ps pdf: install install-strip install-info install-html install-pdf: installcheck: uninstall: TAGS: