0
|
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 SUBDIRS = testsuite deb
|
|
68
|
|
69 docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION)
|
|
70
|
|
71 doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README
|
|
72
|
|
73 bin_PROGRAMS = chrpath
|
|
74
|
|
75 man_MANS = chrpath.1
|
|
76
|
|
77 chrpath_SOURCES = chrpath.c killrpath.c main.c elf.c protos.h
|
|
78
|
|
79
|
|
80 EXTRA_DIST = ChangeLog.usermap $(man_MANS)
|
|
81
|
|
82 CLEANFILES = *.bb *.bbg *.da *.gcov testsuite/*.bb testsuite/*.bbg
|
|
83
|
|
84 # ChangeLog autogenerated from CVS log messages
|
|
85 #
|
|
86 # -b Show brach information
|
|
87 # --gmt Use GTM timezone, not local time
|
|
88 # --window 7200 Use a two hour window when grouping log messages
|
|
89 # --log-opts -d'...<now' Log everything from the given date
|
|
90 # --usermap ... Make usernames with names/emails in given file
|
|
91 # --ignore ChangeLog Don't log changes to the ChangeLog itself
|
|
92 CVS2CL = cvs2cl
|
|
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
94 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
95 CONFIG_HEADER = config.h
|
|
96 CONFIG_CLEAN_FILES =
|
|
97 PROGRAMS = $(bin_PROGRAMS)
|
|
98
|
|
99
|
|
100 DEFS = @DEFS@ -I. -I$(srcdir) -I.
|
|
101 CPPFLAGS = @CPPFLAGS@
|
|
102 LDFLAGS = @LDFLAGS@
|
|
103 LIBS = @LIBS@
|
|
104 chrpath_OBJECTS = chrpath.o killrpath.o main.o elf.o
|
|
105 chrpath_LDADD = $(LDADD)
|
|
106 chrpath_DEPENDENCIES =
|
|
107 chrpath_LDFLAGS =
|
|
108 CFLAGS = @CFLAGS@
|
|
109 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
110 CCLD = $(CC)
|
|
111 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
|
112 man1dir = $(mandir)/man1
|
|
113 MANS = $(man_MANS)
|
|
114
|
|
115 NROFF = nroff
|
|
116 DATA = $(doc_DATA)
|
|
117
|
|
118 DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
|
|
119 Makefile.am Makefile.in NEWS acinclude.m4 aclocal.m4 config.guess \
|
|
120 config.h.in config.sub configure configure.ac install-sh ltmain.sh \
|
|
121 missing mkinstalldirs
|
|
122
|
|
123
|
|
124 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
|
125
|
|
126 TAR = tar
|
|
127 GZIP_ENV = --best
|
|
128 SOURCES = $(chrpath_SOURCES)
|
|
129 OBJECTS = $(chrpath_OBJECTS)
|
|
130
|
|
131 all: all-redirect
|
|
132 .SUFFIXES:
|
|
133 .SUFFIXES: .S .c .o .s
|
|
134 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
|
135 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
|
|
136
|
|
137 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
138 cd $(top_builddir) \
|
|
139 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
140
|
|
141 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac acinclude.m4
|
|
142 cd $(srcdir) && $(ACLOCAL)
|
|
143
|
|
144 config.status: $(srcdir)/configure.ac $(CONFIG_STATUS_DEPENDENCIES)
|
|
145 $(SHELL) ./config.status --recheck
|
|
146 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
|
147 cd $(srcdir) && $(AUTOCONF)
|
|
148
|
|
149 config.h: stamp-h
|
|
150 @if test ! -f $@; then \
|
|
151 rm -f stamp-h; \
|
|
152 $(MAKE) stamp-h; \
|
|
153 else :; fi
|
|
154 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
|
|
155 cd $(top_builddir) \
|
|
156 && CONFIG_FILES= CONFIG_HEADERS=config.h \
|
|
157 $(SHELL) ./config.status
|
|
158 @echo timestamp > stamp-h 2> /dev/null
|
|
159 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
|
|
160 @if test ! -f $@; then \
|
|
161 rm -f $(srcdir)/stamp-h.in; \
|
|
162 $(MAKE) $(srcdir)/stamp-h.in; \
|
|
163 else :; fi
|
|
164 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
|
165 cd $(top_srcdir) && $(AUTOHEADER)
|
|
166 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
|
|
167
|
|
168 mostlyclean-hdr:
|
|
169
|
|
170 clean-hdr:
|
|
171
|
|
172 distclean-hdr:
|
|
173 -rm -f config.h
|
|
174
|
|
175 maintainer-clean-hdr:
|
|
176
|
|
177 mostlyclean-binPROGRAMS:
|
|
178
|
|
179 clean-binPROGRAMS:
|
|
180 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
|
|
181
|
|
182 distclean-binPROGRAMS:
|
|
183
|
|
184 maintainer-clean-binPROGRAMS:
|
|
185
|
|
186 install-binPROGRAMS: $(bin_PROGRAMS)
|
|
187 @$(NORMAL_INSTALL)
|
|
188 $(mkinstalldirs) $(DESTDIR)$(bindir)
|
|
189 @list='$(bin_PROGRAMS)'; for p in $$list; do \
|
|
190 if test -f $$p; then \
|
|
191 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
|
|
192 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
|
|
193 else :; fi; \
|
|
194 done
|
|
195
|
|
196 uninstall-binPROGRAMS:
|
|
197 @$(NORMAL_UNINSTALL)
|
|
198 list='$(bin_PROGRAMS)'; for p in $$list; do \
|
|
199 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
|
|
200 done
|
|
201
|
|
202 .c.o:
|
|
203 $(COMPILE) -c $<
|
|
204
|
|
205 .s.o:
|
|
206 $(COMPILE) -c $<
|
|
207
|
|
208 .S.o:
|
|
209 $(COMPILE) -c $<
|
|
210
|
|
211 mostlyclean-compile:
|
|
212 -rm -f *.o core *.core
|
|
213
|
|
214 clean-compile:
|
|
215
|
|
216 distclean-compile:
|
|
217 -rm -f *.tab.c
|
|
218
|
|
219 maintainer-clean-compile:
|
|
220
|
|
221 chrpath: $(chrpath_OBJECTS) $(chrpath_DEPENDENCIES)
|
|
222 @rm -f chrpath
|
|
223 $(LINK) $(chrpath_LDFLAGS) $(chrpath_OBJECTS) $(chrpath_LDADD) $(LIBS)
|
|
224
|
|
225 install-man1:
|
|
226 $(mkinstalldirs) $(DESTDIR)$(man1dir)
|
|
227 @list='$(man1_MANS)'; \
|
|
228 l2='$(man_MANS)'; for i in $$l2; do \
|
|
229 case "$$i" in \
|
|
230 *.1*) list="$$list $$i" ;; \
|
|
231 esac; \
|
|
232 done; \
|
|
233 for i in $$list; do \
|
|
234 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
|
|
235 else file=$$i; fi; \
|
|
236 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
|
237 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
|
238 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
|
239 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
|
|
240 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
|
|
241 done
|
|
242
|
|
243 uninstall-man1:
|
|
244 @list='$(man1_MANS)'; \
|
|
245 l2='$(man_MANS)'; for i in $$l2; do \
|
|
246 case "$$i" in \
|
|
247 *.1*) list="$$list $$i" ;; \
|
|
248 esac; \
|
|
249 done; \
|
|
250 for i in $$list; do \
|
|
251 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
|
252 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
|
253 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
|
254 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
|
|
255 rm -f $(DESTDIR)$(man1dir)/$$inst; \
|
|
256 done
|
|
257 install-man: $(MANS)
|
|
258 @$(NORMAL_INSTALL)
|
|
259 $(MAKE) $(AM_MAKEFLAGS) install-man1
|
|
260 uninstall-man:
|
|
261 @$(NORMAL_UNINSTALL)
|
|
262 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
|
|
263
|
|
264 install-docDATA: $(doc_DATA)
|
|
265 @$(NORMAL_INSTALL)
|
|
266 $(mkinstalldirs) $(DESTDIR)$(docdir)
|
|
267 @list='$(doc_DATA)'; for p in $$list; do \
|
|
268 if test -f $(srcdir)/$$p; then \
|
|
269 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p"; \
|
|
270 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p; \
|
|
271 else if test -f $$p; then \
|
|
272 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p"; \
|
|
273 $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p; \
|
|
274 fi; fi; \
|
|
275 done
|
|
276
|
|
277 uninstall-docDATA:
|
|
278 @$(NORMAL_UNINSTALL)
|
|
279 list='$(doc_DATA)'; for p in $$list; do \
|
|
280 rm -f $(DESTDIR)$(docdir)/$$p; \
|
|
281 done
|
|
282
|
|
283 # This directory's subdirectories are mostly independent; you can cd
|
|
284 # into them and run `make' without going through this Makefile.
|
|
285 # To change the values of `make' variables: instead of editing Makefiles,
|
|
286 # (1) if the variable is set in `config.status', edit `config.status'
|
|
287 # (which will cause the Makefiles to be regenerated when you run `make');
|
|
288 # (2) otherwise, pass the desired values on the `make' command line.
|
|
289
|
|
290 @SET_MAKE@
|
|
291
|
|
292 all-recursive install-data-recursive install-exec-recursive \
|
|
293 installdirs-recursive install-recursive uninstall-recursive \
|
|
294 check-recursive installcheck-recursive info-recursive dvi-recursive:
|
|
295 @set fnord $(MAKEFLAGS); amf=$$2; \
|
|
296 dot_seen=no; \
|
|
297 target=`echo $@ | sed s/-recursive//`; \
|
|
298 list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
299 echo "Making $$target in $$subdir"; \
|
|
300 if test "$$subdir" = "."; then \
|
|
301 dot_seen=yes; \
|
|
302 local_target="$$target-am"; \
|
|
303 else \
|
|
304 local_target="$$target"; \
|
|
305 fi; \
|
|
306 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|
307 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
|
308 done; \
|
|
309 if test "$$dot_seen" = "no"; then \
|
|
310 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
|
311 fi; test -z "$$fail"
|
|
312
|
|
313 mostlyclean-recursive clean-recursive distclean-recursive \
|
|
314 maintainer-clean-recursive:
|
|
315 @set fnord $(MAKEFLAGS); amf=$$2; \
|
|
316 dot_seen=no; \
|
|
317 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
318 rev="$$subdir $$rev"; \
|
|
319 test "$$subdir" = "." && dot_seen=yes; \
|
|
320 done; \
|
|
321 test "$$dot_seen" = "no" && rev=". $$rev"; \
|
|
322 target=`echo $@ | sed s/-recursive//`; \
|
|
323 for subdir in $$rev; do \
|
|
324 echo "Making $$target in $$subdir"; \
|
|
325 if test "$$subdir" = "."; then \
|
|
326 local_target="$$target-am"; \
|
|
327 else \
|
|
328 local_target="$$target"; \
|
|
329 fi; \
|
|
330 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|
331 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
|
332 done && test -z "$$fail"
|
|
333 tags-recursive:
|
|
334 list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
335 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
|
336 done
|
|
337
|
|
338 tags: TAGS
|
|
339
|
|
340 ID: $(HEADERS) $(SOURCES) $(LISP)
|
|
341 list='$(SOURCES) $(HEADERS)'; \
|
|
342 unique=`for i in $$list; do echo $$i; done | \
|
|
343 awk ' { files[$$0] = 1; } \
|
|
344 END { for (i in files) print i; }'`; \
|
|
345 here=`pwd` && cd $(srcdir) \
|
|
346 && mkid -f$$here/ID $$unique $(LISP)
|
|
347
|
|
348 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
|
|
349 tags=; \
|
|
350 here=`pwd`; \
|
|
351 list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
352 if test "$$subdir" = .; then :; else \
|
|
353 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
|
|
354 fi; \
|
|
355 done; \
|
|
356 list='$(SOURCES) $(HEADERS)'; \
|
|
357 unique=`for i in $$list; do echo $$i; done | \
|
|
358 awk ' { files[$$0] = 1; } \
|
|
359 END { for (i in files) print i; }'`; \
|
|
360 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
|
|
361 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
|
|
362
|
|
363 mostlyclean-tags:
|
|
364
|
|
365 clean-tags:
|
|
366
|
|
367 distclean-tags:
|
|
368 -rm -f TAGS ID
|
|
369
|
|
370 maintainer-clean-tags:
|
|
371
|
|
372 distdir = $(PACKAGE)-$(VERSION)
|
|
373 top_distdir = $(distdir)
|
|
374
|
|
375 # This target untars the dist file and tries a VPATH configuration. Then
|
|
376 # it guarantees that the distribution is self-contained by making another
|
|
377 # tarfile.
|
|
378 distcheck: dist
|
|
379 -rm -rf $(distdir)
|
|
380 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
|
|
381 mkdir $(distdir)/=build
|
|
382 mkdir $(distdir)/=inst
|
|
383 dc_install_base=`cd $(distdir)/=inst && pwd`; \
|
|
384 cd $(distdir)/=build \
|
|
385 && ../configure --srcdir=.. --prefix=$$dc_install_base \
|
|
386 && $(MAKE) $(AM_MAKEFLAGS) \
|
|
387 && $(MAKE) $(AM_MAKEFLAGS) dvi \
|
|
388 && $(MAKE) $(AM_MAKEFLAGS) check \
|
|
389 && $(MAKE) $(AM_MAKEFLAGS) install \
|
|
390 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
|
391 && $(MAKE) $(AM_MAKEFLAGS) dist
|
|
392 -rm -rf $(distdir)
|
|
393 @banner="$(distdir).tar.gz is ready for distribution"; \
|
|
394 dashes=`echo "$$banner" | sed s/./=/g`; \
|
|
395 echo "$$dashes"; \
|
|
396 echo "$$banner"; \
|
|
397 echo "$$dashes"
|
|
398 dist: distdir
|
|
399 -chmod -R a+r $(distdir)
|
|
400 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
|
|
401 -rm -rf $(distdir)
|
|
402 dist-all: distdir
|
|
403 -chmod -R a+r $(distdir)
|
|
404 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
|
|
405 -rm -rf $(distdir)
|
|
406 distdir: $(DISTFILES)
|
|
407 -rm -rf $(distdir)
|
|
408 mkdir $(distdir)
|
|
409 -chmod 777 $(distdir)
|
|
410 @for file in $(DISTFILES); do \
|
|
411 d=$(srcdir); \
|
|
412 if test -d $$d/$$file; then \
|
|
413 cp -pr $$d/$$file $(distdir)/$$file; \
|
|
414 else \
|
|
415 test -f $(distdir)/$$file \
|
|
416 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|
417 || cp -p $$d/$$file $(distdir)/$$file || :; \
|
|
418 fi; \
|
|
419 done
|
|
420 for subdir in $(SUBDIRS); do \
|
|
421 if test "$$subdir" = .; then :; else \
|
|
422 test -d $(distdir)/$$subdir \
|
|
423 || mkdir $(distdir)/$$subdir \
|
|
424 || exit 1; \
|
|
425 chmod 777 $(distdir)/$$subdir; \
|
|
426 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
|
|
427 || exit 1; \
|
|
428 fi; \
|
|
429 done
|
|
430 chrpath.o: chrpath.c config.h protos.h
|
|
431 elf.o: elf.c config.h protos.h
|
|
432 killrpath.o: killrpath.c config.h protos.h
|
|
433 main.o: main.c config.h protos.h
|
|
434
|
|
435 info-am:
|
|
436 info: info-recursive
|
|
437 dvi-am:
|
|
438 dvi: dvi-recursive
|
|
439 check-am: all-am
|
|
440 check: check-recursive
|
|
441 installcheck-am:
|
|
442 installcheck: installcheck-recursive
|
|
443 all-recursive-am: config.h
|
|
444 $(MAKE) $(AM_MAKEFLAGS) all-recursive
|
|
445
|
|
446 install-exec-am: install-binPROGRAMS
|
|
447 install-exec: install-exec-recursive
|
|
448
|
|
449 install-data-am: install-man install-docDATA
|
|
450 install-data: install-data-recursive
|
|
451
|
|
452 install-am: all-am
|
|
453 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
454 install: install-recursive
|
|
455 uninstall-am: uninstall-binPROGRAMS uninstall-man uninstall-docDATA
|
|
456 uninstall: uninstall-recursive
|
|
457 all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) config.h
|
|
458 all-redirect: all-recursive-am
|
|
459 install-strip:
|
|
460 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
|
461 installdirs: installdirs-recursive
|
|
462 installdirs-am:
|
|
463 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 \
|
|
464 $(DESTDIR)$(docdir)
|
|
465
|
|
466
|
|
467 mostlyclean-generic:
|
|
468
|
|
469 clean-generic:
|
|
470 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
|
471
|
|
472 distclean-generic:
|
|
473 -rm -f Makefile $(CONFIG_CLEAN_FILES)
|
|
474 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
|
475
|
|
476 maintainer-clean-generic:
|
|
477 mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \
|
|
478 mostlyclean-compile mostlyclean-tags \
|
|
479 mostlyclean-generic
|
|
480
|
|
481 mostlyclean: mostlyclean-recursive
|
|
482
|
|
483 clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-tags \
|
|
484 clean-generic mostlyclean-am
|
|
485
|
|
486 clean: clean-recursive
|
|
487
|
|
488 distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \
|
|
489 distclean-tags distclean-generic clean-am
|
|
490
|
|
491 distclean: distclean-recursive
|
|
492 -rm -f config.status
|
|
493
|
|
494 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-binPROGRAMS \
|
|
495 maintainer-clean-compile maintainer-clean-tags \
|
|
496 maintainer-clean-generic distclean-am
|
|
497 @echo "This command is intended for maintainers to use;"
|
|
498 @echo "it deletes files that may require special tools to rebuild."
|
|
499
|
|
500 maintainer-clean: maintainer-clean-recursive
|
|
501 -rm -f config.status
|
|
502
|
|
503 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
|
|
504 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
|
|
505 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
|
|
506 mostlyclean-compile distclean-compile clean-compile \
|
|
507 maintainer-clean-compile install-man1 uninstall-man1 install-man \
|
|
508 uninstall-man uninstall-docDATA install-docDATA install-data-recursive \
|
|
509 uninstall-data-recursive install-exec-recursive \
|
|
510 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
|
|
511 all-recursive check-recursive installcheck-recursive info-recursive \
|
|
512 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
|
|
513 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
|
|
514 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
|
|
515 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
|
|
516 install-exec-am install-exec install-data-am install-data install-am \
|
|
517 install uninstall-am uninstall all-redirect all-am all installdirs-am \
|
|
518 installdirs mostlyclean-generic distclean-generic clean-generic \
|
|
519 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
|
520
|
|
521
|
|
522 debs:
|
|
523 fakeroot debian/rules binary
|
|
524 coverage: all check
|
|
525 for f in *.c; do gcov $$f; done
|
|
526 log: ChangeLog.usermap
|
|
527 $(CVS2CL) -b --gmt --log-opts "-d'2001-01-01< now'" --window 7200 \
|
|
528 --usermap ChangeLog.usermap --ignore ChangeLog -f ChangeLog
|
|
529
|
|
530 # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
531 # Otherwise a system limit (for SysV at least) may be exceeded.
|
|
532 .NOEXPORT:
|