Mercurial > hg > chrpath
comparison testsuite/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 CHRPATH = ../chrpath | |
| 68 | |
| 69 # This test fail on some archs. Not sure how to write it in a portable | |
| 70 # way. [pere 2004-09-18] | |
| 71 RPATH = $(LDRPATH)/usr/local/lib | |
| 72 | |
| 73 noinst_PROGRAMS = prog | |
| 74 | |
| 75 prog_SOURCES = prog.c | |
| 76 | |
| 77 | |
| 78 EXTRA_DIST = runtest.sh | |
| 79 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
| 80 CONFIG_HEADER = ../config.h | |
| 81 CONFIG_CLEAN_FILES = | |
| 82 PROGRAMS = $(noinst_PROGRAMS) | |
| 83 | |
| 84 | |
| 85 DEFS = @DEFS@ -I. -I$(srcdir) -I.. | |
| 86 CPPFLAGS = @CPPFLAGS@ | |
| 87 LDFLAGS = @LDFLAGS@ | |
| 88 LIBS = @LIBS@ | |
| 89 prog_OBJECTS = prog.o | |
| 90 prog_LDADD = $(LDADD) | |
| 91 prog_DEPENDENCIES = | |
| 92 prog_LDFLAGS = | |
| 93 CFLAGS = @CFLAGS@ | |
| 94 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
| 95 CCLD = $(CC) | |
| 96 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ | |
| 97 DIST_COMMON = Makefile.am Makefile.in | |
| 98 | |
| 99 | |
| 100 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | |
| 101 | |
| 102 TAR = tar | |
| 103 GZIP_ENV = --best | |
| 104 SOURCES = $(prog_SOURCES) | |
| 105 OBJECTS = $(prog_OBJECTS) | |
| 106 | |
| 107 all: all-redirect | |
| 108 .SUFFIXES: | |
| 109 .SUFFIXES: .S .c .o .s | |
| 110 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) | |
| 111 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps testsuite/Makefile | |
| 112 | |
| 113 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
| 114 cd $(top_builddir) \ | |
| 115 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | |
| 116 | |
| 117 | |
| 118 mostlyclean-noinstPROGRAMS: | |
| 119 | |
| 120 clean-noinstPROGRAMS: | |
| 121 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) | |
| 122 | |
| 123 distclean-noinstPROGRAMS: | |
| 124 | |
| 125 maintainer-clean-noinstPROGRAMS: | |
| 126 | |
| 127 .c.o: | |
| 128 $(COMPILE) -c $< | |
| 129 | |
| 130 .s.o: | |
| 131 $(COMPILE) -c $< | |
| 132 | |
| 133 .S.o: | |
| 134 $(COMPILE) -c $< | |
| 135 | |
| 136 mostlyclean-compile: | |
| 137 -rm -f *.o core *.core | |
| 138 | |
| 139 clean-compile: | |
| 140 | |
| 141 distclean-compile: | |
| 142 -rm -f *.tab.c | |
| 143 | |
| 144 maintainer-clean-compile: | |
| 145 | |
| 146 tags: TAGS | |
| 147 | |
| 148 ID: $(HEADERS) $(SOURCES) $(LISP) | |
| 149 list='$(SOURCES) $(HEADERS)'; \ | |
| 150 unique=`for i in $$list; do echo $$i; done | \ | |
| 151 awk ' { files[$$0] = 1; } \ | |
| 152 END { for (i in files) print i; }'`; \ | |
| 153 here=`pwd` && cd $(srcdir) \ | |
| 154 && mkid -f$$here/ID $$unique $(LISP) | |
| 155 | |
| 156 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) | |
| 157 tags=; \ | |
| 158 here=`pwd`; \ | |
| 159 list='$(SOURCES) $(HEADERS)'; \ | |
| 160 unique=`for i in $$list; do echo $$i; done | \ | |
| 161 awk ' { files[$$0] = 1; } \ | |
| 162 END { for (i in files) print i; }'`; \ | |
| 163 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ | |
| 164 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) | |
| 165 | |
| 166 mostlyclean-tags: | |
| 167 | |
| 168 clean-tags: | |
| 169 | |
| 170 distclean-tags: | |
| 171 -rm -f TAGS ID | |
| 172 | |
| 173 maintainer-clean-tags: | |
| 174 | |
| 175 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | |
| 176 | |
| 177 subdir = testsuite | |
| 178 | |
| 179 distdir: $(DISTFILES) | |
| 180 @for file in $(DISTFILES); do \ | |
| 181 d=$(srcdir); \ | |
| 182 if test -d $$d/$$file; then \ | |
| 183 cp -pr $$d/$$file $(distdir)/$$file; \ | |
| 184 else \ | |
| 185 test -f $(distdir)/$$file \ | |
| 186 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | |
| 187 || cp -p $$d/$$file $(distdir)/$$file || :; \ | |
| 188 fi; \ | |
| 189 done | |
| 190 | |
| 191 info-am: | |
| 192 info: info-am | |
| 193 dvi-am: | |
| 194 dvi: dvi-am | |
| 195 check-am: all-am | |
| 196 check: check-am | |
| 197 installcheck-am: | |
| 198 installcheck: installcheck-am | |
| 199 install-exec-am: | |
| 200 install-exec: install-exec-am | |
| 201 | |
| 202 install-data-am: | |
| 203 install-data: install-data-am | |
| 204 | |
| 205 install-am: all-am | |
| 206 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
| 207 install: install-am | |
| 208 uninstall-am: | |
| 209 uninstall: uninstall-am | |
| 210 all-am: Makefile $(PROGRAMS) | |
| 211 all-redirect: all-am | |
| 212 install-strip: | |
| 213 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | |
| 214 installdirs: | |
| 215 | |
| 216 | |
| 217 mostlyclean-generic: | |
| 218 | |
| 219 clean-generic: | |
| 220 | |
| 221 distclean-generic: | |
| 222 -rm -f Makefile $(CONFIG_CLEAN_FILES) | |
| 223 -rm -f config.cache config.log stamp-h stamp-h[0-9]* | |
| 224 | |
| 225 maintainer-clean-generic: | |
| 226 mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \ | |
| 227 mostlyclean-tags mostlyclean-generic | |
| 228 | |
| 229 mostlyclean: mostlyclean-am | |
| 230 | |
| 231 clean-am: clean-noinstPROGRAMS clean-compile clean-tags clean-generic \ | |
| 232 mostlyclean-am | |
| 233 | |
| 234 clean: clean-am | |
| 235 | |
| 236 distclean-am: distclean-noinstPROGRAMS distclean-compile distclean-tags \ | |
| 237 distclean-generic clean-am | |
| 238 | |
| 239 distclean: distclean-am | |
| 240 | |
| 241 maintainer-clean-am: maintainer-clean-noinstPROGRAMS \ | |
| 242 maintainer-clean-compile maintainer-clean-tags \ | |
| 243 maintainer-clean-generic distclean-am | |
| 244 @echo "This command is intended for maintainers to use;" | |
| 245 @echo "it deletes files that may require special tools to rebuild." | |
| 246 | |
| 247 maintainer-clean: maintainer-clean-am | |
| 248 | |
| 249 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ | |
| 250 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \ | |
| 251 mostlyclean-compile distclean-compile clean-compile \ | |
| 252 maintainer-clean-compile tags mostlyclean-tags distclean-tags \ | |
| 253 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \ | |
| 254 check-am installcheck-am installcheck install-exec-am install-exec \ | |
| 255 install-data-am install-data install-am install uninstall-am uninstall \ | |
| 256 all-redirect all-am all installdirs mostlyclean-generic \ | |
| 257 distclean-generic clean-generic maintainer-clean-generic clean \ | |
| 258 mostlyclean distclean maintainer-clean | |
| 259 | |
| 260 | |
| 261 prog: prog.c | |
| 262 $(CC) $(RPATH) -o $@ $< | |
| 263 | |
| 264 check: $(CHRPATH) | |
| 265 $(srcdir)/runtest.sh | |
| 266 | |
| 267 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
| 268 # Otherwise a system limit (for SysV at least) may be exceeded. | |
| 269 .NOEXPORT: |
