First attempt at "make check".
[platform/upstream/rpm.git] / tests / hello-test / Makefile.in
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 host_alias = @host_alias@
61 host_triplet = @host@
62 AR = @AR@
63 AWK = @AWK@
64 BZIP2BIN = @BZIP2BIN@
65 CATALOGS = @CATALOGS@
66 CATOBJEXT = @CATOBJEXT@
67 CC = @CC@
68 CPP = @CPP@
69 DATADIRNAME = @DATADIRNAME@
70 FINDPROVIDES = @FINDPROVIDES@
71 FINDREQUIRES = @FINDREQUIRES@
72 FIXPERMS = @FIXPERMS@
73 GENCAT = @GENCAT@
74 GMOFILES = @GMOFILES@
75 GMSGFMT = @GMSGFMT@
76 GT_NO = @GT_NO@
77 GT_YES = @GT_YES@
78 GZIPBIN = @GZIPBIN@
79 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
80 INCPATH = @INCPATH@
81 INSTOBJEXT = @INSTOBJEXT@
82 INTLDEPS = @INTLDEPS@
83 INTLLIBS = @INTLLIBS@
84 INTLOBJS = @INTLOBJS@
85 LDFLAGS_STATIC = @LDFLAGS_STATIC@
86 LIBDL = @LIBDL@
87 LIBMISC = @LIBMISC@
88 LIBOBJS = @LIBOBJS@
89 LIBRPMALIAS_FILENAME = @LIBRPMALIAS_FILENAME@
90 LIBRPMRC_FILENAME = @LIBRPMRC_FILENAME@
91 LIBS = @LIBS@
92 LN_S = @LN_S@
93 MACROFILES = @MACROFILES@
94 MAKEINFO = @MAKEINFO@
95 MISCDIR = @MISCDIR@
96 MISCPATH = @MISCPATH@
97 MKDIR = @MKDIR@
98 MKDIR_P = @MKDIR_P@
99 MKINSTALLDIRS = @MKINSTALLDIRS@
100 MSGFMT = @MSGFMT@
101 PACKAGE = @PACKAGE@
102 POFILES = @POFILES@
103 POSUB = @POSUB@
104 RANLIB = @RANLIB@
105 ROOT_GROUP = @ROOT_GROUP@
106 RPM = @RPM@
107 RPMCONFIGDIR = @RPMCONFIGDIR@
108 TARGET = @TARGET@
109 U = @U@
110 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
111 USE_NLS = @USE_NLS@
112 VERSION = @VERSION@
113 l = @l@
114 testdir = @testdir@
115 tmpdir = @tmpdir@
116 varprefix = @varprefix@
117
118 noinst_SCRIPTS = test0
119
120 TESTS_ENVIRONMENT = rpm="${top_builddir}/rpm --rcfile ${top_builddir}/tests/rpmrc"
121
122 TESTS = test0
123 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
124 CONFIG_HEADER = ../../config.h
125 CONFIG_CLEAN_FILES = 
126 SCRIPTS =  $(noinst_SCRIPTS)
127
128 DIST_COMMON =  Makefile.am Makefile.in
129
130
131 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
132
133 TAR = tar
134 GZIP = --best
135 all: Makefile $(SCRIPTS)
136
137 .SUFFIXES:
138 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
139         cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/hello-test/Makefile
140
141 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
142         cd $(top_builddir) \
143           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
144
145 tags: TAGS
146 TAGS:
147
148
149 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
150
151 subdir = tests/hello-test
152
153 distdir: $(DISTFILES)
154         here=`cd $(top_builddir) && pwd`; \
155         top_distdir=`cd $(top_distdir) && pwd`; \
156         distdir=`cd $(distdir) && pwd`; \
157         cd $(top_srcdir) \
158           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu tests/hello-test/Makefile
159         @for file in $(DISTFILES); do \
160           d=$(srcdir); \
161           test -f $(distdir)/$$file \
162           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
163           || cp -p $$d/$$file $(distdir)/$$file; \
164         done
165 check-TESTS: $(TESTS)
166         @failed=0; all=0; \
167         srcdir=$(srcdir); export srcdir; \
168         for tst in $(TESTS); do \
169           if test -f $$tst; then dir=.; \
170           else dir="$(srcdir)"; fi; \
171           if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
172             all=`expr $$all + 1`; \
173             echo "PASS: $$tst"; \
174           elif test $$? -ne 77; then \
175             all=`expr $$all + 1`; \
176             failed=`expr $$failed + 1`; \
177             echo "FAIL: $$tst"; \
178           fi; \
179         done; \
180         if test "$$failed" -eq 0; then \
181           banner="All $$all tests passed"; \
182         else \
183           banner="$$failed of $$all tests failed"; \
184         fi; \
185         dashes=`echo "$$banner" | sed s/./=/g`; \
186         echo "$$dashes"; \
187         echo "$$banner"; \
188         echo "$$dashes"; \
189         test "$$failed" -eq 0
190 info:
191 dvi:
192 check: all
193         $(MAKE) check-TESTS
194 installcheck:
195 install-exec: 
196         @$(NORMAL_INSTALL)
197
198 install-data: 
199         @$(NORMAL_INSTALL)
200
201 install: install-exec install-data all
202         @:
203
204 uninstall: 
205
206 install-strip:
207         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
208 installdirs:
209
210
211 mostlyclean-generic:
212         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
213
214 clean-generic:
215         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
216
217 distclean-generic:
218         -rm -f Makefile $(DISTCLEANFILES)
219         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
220         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
221
222 maintainer-clean-generic:
223         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
224         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
225 mostlyclean:  mostlyclean-generic
226
227 clean:  clean-generic mostlyclean
228
229 distclean:  distclean-generic clean
230         -rm -f config.status
231
232 maintainer-clean:  maintainer-clean-generic distclean
233         @echo "This command is intended for maintainers to use;"
234         @echo "it deletes files that may require special tools to rebuild."
235
236 .PHONY: tags distdir check-TESTS info dvi installcheck install-exec \
237 install-data install uninstall all installdirs mostlyclean-generic \
238 distclean-generic clean-generic maintainer-clean-generic clean \
239 mostlyclean distclean maintainer-clean
240
241
242 all:
243
244 # Tell versions [3.59,3.63) of GNU make to not export all variables.
245 # Otherwise a system limit (for SysV at least) may be exceeded.
246 .NOEXPORT: