Mercurial > hg > chrpath
comparison deb/Makefile.in @ 0:b8f7423e385c
import 0.13
| author | Peter Meerwald <pmeerw@pmeerw.net> |
|---|---|
| date | Fri, 20 Jul 2012 01:51:24 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:b8f7423e385c |
|---|---|
| 1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am | |
| 2 | |
| 3 # Copyright (C) 1994, 1995-8, 1999 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 = @SHELL@ | |
| 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 DESTDIR = | |
| 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@ $(AM_INSTALL_PROGRAM_FLAGS) | |
| 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 LDRPATH = @LDRPATH@ | |
| 62 MAINT = @MAINT@ | |
| 63 MAKEINFO = @MAKEINFO@ | |
| 64 PACKAGE = @PACKAGE@ | |
| 65 VERSION = @VERSION@ | |
| 66 | |
| 67 EXTRA_DIST = changelog control copyright dirs docs rules | |
| 68 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
| 69 CONFIG_HEADER = ../config.h | |
| 70 CONFIG_CLEAN_FILES = | |
| 71 DIST_COMMON = Makefile.am Makefile.in | |
| 72 | |
| 73 | |
| 74 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | |
| 75 | |
| 76 TAR = tar | |
| 77 GZIP_ENV = --best | |
| 78 all: all-redirect | |
| 79 .SUFFIXES: | |
| 80 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) | |
| 81 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps deb/Makefile | |
| 82 | |
| 83 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
| 84 cd $(top_builddir) \ | |
| 85 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | |
| 86 | |
| 87 tags: TAGS | |
| 88 TAGS: | |
| 89 | |
| 90 | |
| 91 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | |
| 92 | |
| 93 subdir = deb | |
| 94 | |
| 95 distdir: $(DISTFILES) | |
| 96 @for file in $(DISTFILES); do \ | |
| 97 d=$(srcdir); \ | |
| 98 if test -d $$d/$$file; then \ | |
| 99 cp -pr $$d/$$file $(distdir)/$$file; \ | |
| 100 else \ | |
| 101 test -f $(distdir)/$$file \ | |
| 102 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | |
| 103 || cp -p $$d/$$file $(distdir)/$$file || :; \ | |
| 104 fi; \ | |
| 105 done | |
| 106 info-am: | |
| 107 info: info-am | |
| 108 dvi-am: | |
| 109 dvi: dvi-am | |
| 110 check-am: all-am | |
| 111 check: check-am | |
| 112 installcheck-am: | |
| 113 installcheck: installcheck-am | |
| 114 install-exec-am: | |
| 115 install-exec: install-exec-am | |
| 116 | |
| 117 install-data-am: | |
| 118 install-data: install-data-am | |
| 119 | |
| 120 install-am: all-am | |
| 121 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
| 122 install: install-am | |
| 123 uninstall-am: | |
| 124 uninstall: uninstall-am | |
| 125 all-am: Makefile | |
| 126 all-redirect: all-am | |
| 127 install-strip: | |
| 128 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | |
| 129 installdirs: | |
| 130 | |
| 131 | |
| 132 mostlyclean-generic: | |
| 133 | |
| 134 clean-generic: | |
| 135 | |
| 136 distclean-generic: | |
| 137 -rm -f Makefile $(CONFIG_CLEAN_FILES) | |
| 138 -rm -f config.cache config.log stamp-h stamp-h[0-9]* | |
| 139 | |
| 140 maintainer-clean-generic: | |
| 141 mostlyclean-am: mostlyclean-generic | |
| 142 | |
| 143 mostlyclean: mostlyclean-am | |
| 144 | |
| 145 clean-am: clean-generic mostlyclean-am | |
| 146 | |
| 147 clean: clean-am | |
| 148 | |
| 149 distclean-am: distclean-generic clean-am | |
| 150 | |
| 151 distclean: distclean-am | |
| 152 | |
| 153 maintainer-clean-am: maintainer-clean-generic distclean-am | |
| 154 @echo "This command is intended for maintainers to use;" | |
| 155 @echo "it deletes files that may require special tools to rebuild." | |
| 156 | |
| 157 maintainer-clean: maintainer-clean-am | |
| 158 | |
| 159 .PHONY: tags distdir info-am info dvi-am dvi check check-am \ | |
| 160 installcheck-am installcheck install-exec-am install-exec \ | |
| 161 install-data-am install-data install-am install uninstall-am uninstall \ | |
| 162 all-redirect all-am all installdirs mostlyclean-generic \ | |
| 163 distclean-generic clean-generic maintainer-clean-generic clean \ | |
| 164 mostlyclean distclean maintainer-clean | |
| 165 | |
| 166 | |
| 167 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
| 168 # Otherwise a system limit (for SysV at least) may be exceeded. | |
| 169 .NOEXPORT: |
