e5fccc91d562c0c04f8fe6da1a5427ea6970e904
[platform/upstream/rpm.git] / scripts / 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 # Makefile for rpm scripts.
14
15
16 SHELL = /bin/sh
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36
37 DISTDIR =
38
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
42
43 top_builddir = ..
44
45 ACLOCAL = @ACLOCAL@
46 AUTOCONF = @AUTOCONF@
47 AUTOMAKE = @AUTOMAKE@
48 AUTOHEADER = @AUTOHEADER@
49
50 INSTALL = @INSTALL@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@
52 INSTALL_DATA = @INSTALL_DATA@
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 transform = @program_transform_name@
55
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = @host@
64 AR = @AR@
65 AWK = @AWK@
66 BZIP2BIN = @BZIP2BIN@
67 CATALOGS = @CATALOGS@
68 CATOBJEXT = @CATOBJEXT@
69 CC = @CC@
70 CPP = @CPP@
71 DATADIRNAME = @DATADIRNAME@
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 LIBS = @LIBS@
90 LN_S = @LN_S@
91 MAKEINFO = @MAKEINFO@
92 MISCDIR = @MISCDIR@
93 MISCPATH = @MISCPATH@
94 MKDIR = @MKDIR@
95 MKDIR_P = @MKDIR_P@
96 MKINSTALLDIRS = @MKINSTALLDIRS@
97 MSGFMT = @MSGFMT@
98 PACKAGE = @PACKAGE@
99 POFILES = @POFILES@
100 POSUB = @POSUB@
101 RANLIB = @RANLIB@
102 ROOT_GROUP = @ROOT_GROUP@
103 RPM = @RPM@
104 RPMCONFIGDIR = @RPMCONFIGDIR@
105 TARGET = @TARGET@
106 U = @U@
107 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
108 USE_NLS = @USE_NLS@
109 VERSION = @VERSION@
110 l = @l@
111 tmpdir = @tmpdir@
112 varprefix = @varprefix@
113
114 AUTOMAKE_OPTIONS = 1.2 foreign
115
116 installprefix = $(DESTDIR)
117
118 configdir = ${prefix}/lib/rpm
119 config_SCRIPTS = find-lang.sh freshen.sh
120 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
121 CONFIG_HEADER = ../config.h
122 CONFIG_CLEAN_FILES = 
123 SCRIPTS =  $(config_SCRIPTS)
124
125 DIST_COMMON =  Makefile.am Makefile.in
126
127
128 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
129
130 TAR = tar
131 GZIP = --best
132 all: Makefile $(SCRIPTS)
133
134 .SUFFIXES:
135 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
136         cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/Makefile
137
138 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
139         cd $(top_builddir) \
140           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
141
142
143 install-configSCRIPTS: $(config_SCRIPTS)
144         @$(NORMAL_INSTALL)
145         $(mkinstalldirs) $(DESTDIR)$(configdir)
146         @list='$(config_SCRIPTS)'; for p in $$list; do \
147           if test -f $$p; then \
148             echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(configdir)/`echo $$p|sed '$(transform)'`"; \
149             $(INSTALL_SCRIPT) $$p $(DESTDIR)$(configdir)/`echo $$p|sed '$(transform)'`; \
150           else if test -f $(srcdir)/$$p; then \
151             echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(configdir)/`echo $$p|sed '$(transform)'`"; \
152             $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(configdir)/`echo $$p|sed '$(transform)'`; \
153           else :; fi; fi; \
154         done
155
156 uninstall-configSCRIPTS:
157         @$(NORMAL_UNINSTALL)
158         list='$(config_SCRIPTS)'; for p in $$list; do \
159           rm -f $(DESTDIR)$(configdir)/`echo $$p|sed '$(transform)'`; \
160         done
161 tags: TAGS
162 TAGS:
163
164
165 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
166
167 subdir = scripts
168
169 distdir: $(DISTFILES)
170         here=`cd $(top_builddir) && pwd`; \
171         top_distdir=`cd $(top_distdir) && pwd`; \
172         distdir=`cd $(distdir) && pwd`; \
173         cd $(top_srcdir) \
174           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign scripts/Makefile
175         @for file in $(DISTFILES); do \
176           d=$(srcdir); \
177           test -f $(distdir)/$$file \
178           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
179           || cp -p $$d/$$file $(distdir)/$$file; \
180         done
181 info:
182 dvi:
183 check: all
184         $(MAKE)
185 installcheck:
186 install-exec: 
187         @$(NORMAL_INSTALL)
188
189 install-data: install-configSCRIPTS
190         @$(NORMAL_INSTALL)
191
192 install: install-exec install-data all
193         @:
194
195 uninstall: uninstall-configSCRIPTS
196
197 install-strip:
198         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
199 installdirs:
200         $(mkinstalldirs)  $(DATADIR)$(configdir)
201
202
203 mostlyclean-generic:
204         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
205
206 clean-generic:
207         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
208
209 distclean-generic:
210         -rm -f Makefile $(DISTCLEANFILES)
211         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
212         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
213
214 maintainer-clean-generic:
215         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
216         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
217 mostlyclean:  mostlyclean-generic
218
219 clean:  clean-generic mostlyclean
220
221 distclean:  distclean-generic clean
222         -rm -f config.status
223
224 maintainer-clean:  maintainer-clean-generic distclean
225         @echo "This command is intended for maintainers to use;"
226         @echo "it deletes files that may require special tools to rebuild."
227
228 .PHONY: uninstall-configSCRIPTS install-configSCRIPTS tags distdir info \
229 dvi installcheck install-exec install-data install uninstall all \
230 installdirs mostlyclean-generic distclean-generic clean-generic \
231 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
232
233
234 all:
235
236 # Tell versions [3.59,3.63) of GNU make to not export all variables.
237 # Otherwise a system limit (for SysV at least) may be exceeded.
238 .NOEXPORT: