* debian/rules: Install all the doc formats.
[dejagnu.git] / Makefile.in
blobaef5058ebd7e88ef8fc43082ee79bbbe4dc65e2e
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
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.
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.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
22 bindir = @bindir@
23 sbindir = @sbindir@
24 datadir = @datadir@
25 sysconfdir = @sysconfdir@
26 sharedstatedir = @sharedstatedir@
27 localstatedir = @localstatedir@
28 libdir = @libdir@
29 infodir = @infodir@
30 mandir = @mandir@
31 includedir = @includedir@
32 oldincludedir = /usr/include
34 DESTDIR =
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
40 top_builddir = .
42 ACLOCAL = @ACLOCAL@
43 AUTOCONF = @AUTOCONF@
44 AUTOMAKE = @AUTOMAKE@
45 AUTOHEADER = @AUTOHEADER@
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
49 INSTALL_DATA = @INSTALL_DATA@
50 INSTALL_SCRIPT = @INSTALL_SCRIPT@
51 transform = @program_transform_name@
53 NORMAL_INSTALL = :
54 PRE_INSTALL = :
55 POST_INSTALL = :
56 NORMAL_UNINSTALL = :
57 PRE_UNINSTALL = :
58 POST_UNINSTALL = :
59 BOARDS = @BOARDS@
60 CC = @CC@
61 CONFIG = @CONFIG@
62 CXX = @CXX@
63 DOCBOOK = @DOCBOOK@
64 EXEEXT = @EXEEXT@
65 MAINT = @MAINT@
66 MAKEINFO = @MAKEINFO@
67 PACKAGE = @PACKAGE@
68 TCLSH = @TCLSH@
69 VERSION = @VERSION@
70 tclsh = @tclsh@
72 AUTOMAKE_OPTIONS = dejagnu
74 # Install all the associated data files
75 SUBDIRS = doc testsuite example
77 # Install the bourne shell script driver in the bindir
78 bin_SCRIPTS = runtest
80 # Install the main DejaGnu expect file in the datadir
81 pkgdata_SCRIPTS = runtest.exp
83 # Install config.guess too, so we can use it to figure out
84 # what type of machine we're running on.
85 libexecdir = $(pkgdatadir)/libexec
86 libexec_SCRIPTS = config.guess
88 TLCSH = @TCLSH@
90 RUNTESTDEFAULTFLAGS = --srcdir $(srcdir)/testsuite RUNTEST=$(RUNTEST)
91 RUNTEST = ` if [ -f ${srcdir}/runtest$(EXEEXT) ] ; then echo ${srcdir}/runtest$(EXEEXT) ; else echo "ERROR: runtest not found" ; exit 1; fi`
94 CLEANFILES = x.log x.sum site.bak setval.tmp
96 DATE = `date "+%Y%m%d`
98 # Below, host-independent data files that need to get installed.
99 # We do it this way so we can use globbing.
101 lib_dest = $(DESTDIR)$(pkgdatadir)
102 lib_files = $(srcdir)/*.c $(srcdir)/lib/*.exp
104 baseboards_dest = $(DESTDIR)$(pkgdatadir)/baseboards
105 baseboards_files = $(srcdir)/baseboards/README $(srcdir)/baseboards/*.exp
107 config_dest = $(DESTDIR)$(pkgdatadir)/config
108 config_files = $(srcdir)/config/README $(srcdir)/config/*.exp
109 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
110 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111 CONFIG_CLEAN_FILES =
112 SCRIPTS = $(bin_SCRIPTS) $(libexec_SCRIPTS) $(pkgdata_SCRIPTS)
114 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
115 Makefile.in NEWS TODO acinclude.m4 aclocal.m4 config.guess config.sub \
116 configure configure.in install-sh missing mkinstalldirs
119 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
121 TAR = gtar
122 GZIP_ENV = --best
123 EXPECT = expect
124 all: all-redirect
125 .SUFFIXES:
126 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
127 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
129 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
130 cd $(top_builddir) \
131 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
133 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
134 cd $(srcdir) && $(ACLOCAL)
136 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
137 $(SHELL) ./config.status --recheck
138 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
139 cd $(srcdir) && $(AUTOCONF)
141 install-binSCRIPTS: $(bin_SCRIPTS)
142 @$(NORMAL_INSTALL)
143 $(mkinstalldirs) $(DESTDIR)$(bindir)
144 @list='$(bin_SCRIPTS)'; for p in $$list; do \
145 if test -f $$p; then \
146 echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
147 $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
148 else if test -f $(srcdir)/$$p; then \
149 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
150 $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
151 else :; fi; fi; \
152 done
154 uninstall-binSCRIPTS:
155 @$(NORMAL_UNINSTALL)
156 list='$(bin_SCRIPTS)'; for p in $$list; do \
157 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
158 done
160 install-libexecSCRIPTS: $(libexec_SCRIPTS)
161 @$(NORMAL_INSTALL)
162 $(mkinstalldirs) $(DESTDIR)$(libexecdir)
163 @list='$(libexec_SCRIPTS)'; for p in $$list; do \
164 if test -f $$p; then \
165 echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(libexecdir)/`echo $$p|sed '$(transform)'`"; \
166 $(INSTALL_SCRIPT) $$p $(DESTDIR)$(libexecdir)/`echo $$p|sed '$(transform)'`; \
167 else if test -f $(srcdir)/$$p; then \
168 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(libexecdir)/`echo $$p|sed '$(transform)'`"; \
169 $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(libexecdir)/`echo $$p|sed '$(transform)'`; \
170 else :; fi; fi; \
171 done
173 uninstall-libexecSCRIPTS:
174 @$(NORMAL_UNINSTALL)
175 list='$(libexec_SCRIPTS)'; for p in $$list; do \
176 rm -f $(DESTDIR)$(libexecdir)/`echo $$p|sed '$(transform)'`; \
177 done
179 install-pkgdataSCRIPTS: $(pkgdata_SCRIPTS)
180 @$(NORMAL_INSTALL)
181 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
182 @list='$(pkgdata_SCRIPTS)'; for p in $$list; do \
183 if test -f $$p; then \
184 echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \
185 $(INSTALL_SCRIPT) $$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
186 else if test -f $(srcdir)/$$p; then \
187 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \
188 $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
189 else :; fi; fi; \
190 done
192 uninstall-pkgdataSCRIPTS:
193 @$(NORMAL_UNINSTALL)
194 list='$(pkgdata_SCRIPTS)'; for p in $$list; do \
195 rm -f $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
196 done
198 # This directory's subdirectories are mostly independent; you can cd
199 # into them and run `make' without going through this Makefile.
200 # To change the values of `make' variables: instead of editing Makefiles,
201 # (1) if the variable is set in `config.status', edit `config.status'
202 # (which will cause the Makefiles to be regenerated when you run `make');
203 # (2) otherwise, pass the desired values on the `make' command line.
205 @SET_MAKE@
207 all-recursive install-data-recursive install-exec-recursive \
208 installdirs-recursive install-recursive uninstall-recursive \
209 check-recursive installcheck-recursive info-recursive dvi-recursive:
210 @set fnord $(MAKEFLAGS); amf=$$2; \
211 dot_seen=no; \
212 target=`echo $@ | sed s/-recursive//`; \
213 list='$(SUBDIRS)'; for subdir in $$list; do \
214 echo "Making $$target in $$subdir"; \
215 if test "$$subdir" = "."; then \
216 dot_seen=yes; \
217 local_target="$$target-am"; \
218 else \
219 local_target="$$target"; \
220 fi; \
221 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
222 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
223 done; \
224 if test "$$dot_seen" = "no"; then \
225 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
226 fi; test -z "$$fail"
228 mostlyclean-recursive clean-recursive distclean-recursive \
229 maintainer-clean-recursive:
230 @set fnord $(MAKEFLAGS); amf=$$2; \
231 dot_seen=no; \
232 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
233 rev="$$subdir $$rev"; \
234 test "$$subdir" = "." && dot_seen=yes; \
235 done; \
236 test "$$dot_seen" = "no" && rev=". $$rev"; \
237 target=`echo $@ | sed s/-recursive//`; \
238 for subdir in $$rev; do \
239 echo "Making $$target in $$subdir"; \
240 if test "$$subdir" = "."; then \
241 local_target="$$target-am"; \
242 else \
243 local_target="$$target"; \
244 fi; \
245 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
246 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
247 done && test -z "$$fail"
248 tags-recursive:
249 list='$(SUBDIRS)'; for subdir in $$list; do \
250 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
251 done
253 tags: TAGS
255 ID: $(HEADERS) $(SOURCES) $(LISP)
256 list='$(SOURCES) $(HEADERS)'; \
257 unique=`for i in $$list; do echo $$i; done | \
258 awk ' { files[$$0] = 1; } \
259 END { for (i in files) print i; }'`; \
260 here=`pwd` && cd $(srcdir) \
261 && mkid -f$$here/ID $$unique $(LISP)
263 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
264 tags=; \
265 here=`pwd`; \
266 list='$(SUBDIRS)'; for subdir in $$list; do \
267 if test "$$subdir" = .; then :; else \
268 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
269 fi; \
270 done; \
271 list='$(SOURCES) $(HEADERS)'; \
272 unique=`for i in $$list; do echo $$i; done | \
273 awk ' { files[$$0] = 1; } \
274 END { for (i in files) print i; }'`; \
275 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
276 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
278 mostlyclean-tags:
280 clean-tags:
282 distclean-tags:
283 -rm -f TAGS ID
285 maintainer-clean-tags:
287 distdir = $(PACKAGE)-$(VERSION)
288 top_distdir = $(distdir)
290 # This target untars the dist file and tries a VPATH configuration. Then
291 # it guarantees that the distribution is self-contained by making another
292 # tarfile.
293 distcheck: dist
294 -rm -rf $(distdir)
295 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
296 mkdir $(distdir)/=build
297 mkdir $(distdir)/=inst
298 dc_install_base=`cd $(distdir)/=inst && pwd`; \
299 cd $(distdir)/=build \
300 && ../configure --srcdir=.. --prefix=$$dc_install_base \
301 && $(MAKE) $(AM_MAKEFLAGS) \
302 && $(MAKE) $(AM_MAKEFLAGS) dvi \
303 && $(MAKE) $(AM_MAKEFLAGS) check \
304 && $(MAKE) $(AM_MAKEFLAGS) install \
305 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
306 && $(MAKE) $(AM_MAKEFLAGS) dist
307 -rm -rf $(distdir)
308 @banner="$(distdir).tar.gz is ready for distribution"; \
309 dashes=`echo "$$banner" | sed s/./=/g`; \
310 echo "$$dashes"; \
311 echo "$$banner"; \
312 echo "$$dashes"
313 dist: distdir
314 -chmod -R a+r $(distdir)
315 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
316 -rm -rf $(distdir)
317 dist-all: distdir
318 -chmod -R a+r $(distdir)
319 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
320 -rm -rf $(distdir)
321 distdir: $(DISTFILES)
322 -rm -rf $(distdir)
323 mkdir $(distdir)
324 -chmod 777 $(distdir)
325 here=`cd $(top_builddir) && pwd`; \
326 top_distdir=`cd $(distdir) && pwd`; \
327 distdir=`cd $(distdir) && pwd`; \
328 cd $(top_srcdir) \
329 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
330 @for file in $(DISTFILES); do \
331 d=$(srcdir); \
332 if test -d $$d/$$file; then \
333 cp -pr $$d/$$file $(distdir)/$$file; \
334 else \
335 test -f $(distdir)/$$file \
336 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
337 || cp -p $$d/$$file $(distdir)/$$file || :; \
338 fi; \
339 done
340 for subdir in $(SUBDIRS); do \
341 if test "$$subdir" = .; then :; else \
342 test -d $(distdir)/$$subdir \
343 || mkdir $(distdir)/$$subdir \
344 || exit 1; \
345 chmod 777 $(distdir)/$$subdir; \
346 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
347 || exit 1; \
348 fi; \
349 done
350 $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
352 RUNTESTFLAGS =
354 DEJATOOL = $(PACKAGE)
355 info-am:
356 info: info-recursive
357 dvi-am:
358 dvi: dvi-recursive
359 check-am: all-am
360 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
361 check: check-recursive
362 installcheck-am:
363 installcheck: installcheck-recursive
364 install-exec-am: install-binSCRIPTS install-libexecSCRIPTS
365 install-exec: install-exec-recursive
367 install-data-am: install-pkgdataSCRIPTS install-data-local
368 install-data: install-data-recursive
370 install-am: all-am
371 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
372 install: install-recursive
373 uninstall-am: uninstall-binSCRIPTS uninstall-libexecSCRIPTS \
374 uninstall-pkgdataSCRIPTS uninstall-local
375 uninstall: uninstall-recursive
376 all-am: Makefile $(SCRIPTS)
377 all-redirect: all-recursive
378 install-strip:
379 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
380 installdirs: installdirs-recursive
381 installdirs-am:
382 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(libexecdir) \
383 $(DESTDIR)$(pkgdatadir)
386 mostlyclean-generic:
388 clean-generic:
389 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
391 distclean-generic:
392 -rm -f Makefile $(CONFIG_CLEAN_FILES)
393 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
395 maintainer-clean-generic:
396 mostlyclean-am: mostlyclean-tags mostlyclean-generic
398 mostlyclean: mostlyclean-recursive
400 clean-am: clean-tags clean-generic mostlyclean-am
402 clean: clean-recursive
404 distclean-am: distclean-tags distclean-generic clean-am
406 distclean: distclean-recursive
407 -rm -f config.status
409 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
410 distclean-am
411 @echo "This command is intended for maintainers to use;"
412 @echo "it deletes files that may require special tools to rebuild."
414 maintainer-clean: maintainer-clean-recursive
415 -rm -f config.status
417 .PHONY: uninstall-binSCRIPTS install-binSCRIPTS uninstall-libexecSCRIPTS \
418 install-libexecSCRIPTS uninstall-pkgdataSCRIPTS install-pkgdataSCRIPTS \
419 install-data-recursive uninstall-data-recursive install-exec-recursive \
420 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
421 all-recursive check-recursive installcheck-recursive info-recursive \
422 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
423 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
424 distclean-tags clean-tags maintainer-clean-tags distdir check-DEJAGNU \
425 info-am info dvi-am dvi check check-am installcheck-am installcheck \
426 install-exec-am install-exec install-data-local install-data-am \
427 install-data install-am install uninstall-local uninstall-am uninstall \
428 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
429 distclean-generic clean-generic maintainer-clean-generic clean \
430 mostlyclean distclean maintainer-clean
432 check-DEJAGNU:
433 @echo "Do nothing here, cause we don't want to run the tests twice"
435 # Set ourselves up to build a RedHat package
436 tarball: overview.html overview.ps overview.pdf
437 -rm -fr dejagnu-${VERSION}
438 cp -fpr $(srcdir) dejagnu-${VERSION}
439 @echo "clean up stuff we don't want in the source file"
440 src=$(srcdir); \
441 dir=`(cd $${src}; pwd)`; \
442 (cd dejagnu-${VERSION} ; $${dir}/Clean.tcl); \
443 -mkdir -p doc/overview; \
444 -cp -fr doc/overview dejagnu-${VERSION}/doc/; \
445 -cp -fr doc/overview.ps dejagnu-${VERSION}/doc/; \
446 -cp -fr doc/overview.pdf dejagnu-${VERSION}/doc/; \
447 tar cvf ../dejagnu-${VERSION}.tar dejagnu-${VERSION}; \
448 gzip -9fv ../dejagnu-${VERSION}.tar; \
449 cp -f ../dejagnu-${VERSION}.tar.gz /usr/src/redhat/SOURCES/; \
450 cp -f $${dir}/redhat/dejagnu.spec /usr/src/redhat/SPECS/
451 snapshot:
452 -rm -fr dejagnu-${DATE}
453 cp -fpr $(srcdir) dejagnu-${DATE}
454 @echo "clean up stuff we don't want in the source file"
455 src=$(srcdir); \
456 dir=`(cd $${src}; pwd)`; \
457 (cd dejagnu-${DATE} ; $${dir}/Clean.tcl);
458 -mkdir -p doc/overview
459 -cp -fr doc/overview dejagnu-${DATE}/doc/
460 -cp -fr doc/overview.ps dejagnu-${DATE}/doc/
461 -cp -fr doc/overview.pdf dejagnu-${DATE}/doc/
462 tar cf ../dejagnu-${DATE}.tar dejagnu-${DATE}
463 gzip -9fv ../dejagnu-${DATE}.tar
465 rpmspec: $(srcdir)/redhat/dejagnu.spec
466 cp -f $(srcdir)/redhat/dejagnu.spec /usr/src/redhat/SPECS/
468 rpm: tarball rpmspec
469 cp -f ../$(distdir).tar.gz /usr/src/redhat/SOURCES/
470 rpm -ba /usr/src/redhat/SPECS/dejagnu.spec
472 deb: overview.html overview.ps overview.pdf
473 -rm -fr dejagnu-${VERSION}
474 cp -fpr $(srcdir) dejagnu-${VERSION}
475 @echo "clean up stuff we don't want in the source file"
476 src=$(srcdir); \
477 dir=`(cd $${src}; pwd)`; \
478 (cd dejagnu-${VERSION} ; $${dir}/Clean.tcl);
479 -mkdir -p doc/overview;
480 -cp -fr $(srcdir)/debian dejagnu-${VERSION}/;
481 -cp -fr doc/overview dejagnu-${VERSION}/doc/;
482 -cp -fr doc/overview.ps dejagnu-${VERSION}/doc/;
483 -cp -fr doc/overview.pdf dejagnu-${VERSION}/doc/;
484 (cd dejagnu-${VERSION}; dpkg-buildpackage)
486 overview.html overview.ps overview.pdf install-doc:
487 cd doc && $(MAKE) $(FLAGS_TO_PASS) $@
489 # Automake sucks when it comes to building a distribution, so
490 # we just copy the source tree onto of what Automake did, and
491 # then we Clean it. Automake only includes the source files.
492 # We want all the testsuites, data files, and html versions of the doc.
493 dist-hook: rpmspec overview.html overview.ps overview.pdf
494 -rm -fr $(distdir)
495 cp -fpr $(srcdir) $(distdir)
496 (cd $(distdir) ; $(TCLSH) $(srcdir)/Clean.tcl)
497 -cp -fr doc/overview $(distdir)/doc/
498 -cp -fr doc/overview.ps $(distdir)/doc/
499 -cp -fr doc/overview.pdf $(distdir)/doc/
501 install-data-local:
502 $(mkinstalldirs) $(lib_dest) $(includedir)
503 for f in $(lib_files); do \
504 test ! -f "$$f" || $(INSTALL_DATA) $$f $(lib_dest); \
505 done
507 $(mkinstalldirs) $(baseboards_dest)
508 for f in $(baseboards_files); do \
509 test ! -f "$$f" || $(INSTALL_DATA) $$f $(baseboards_dest); \
510 done
512 $(INSTALL_DATA) $(srcdir)/dejagnu.h $(includedir); \
514 $(mkinstalldirs) $(config_dest)
515 for f in $(config_files); do \
516 test ! -f "$$f" || $(INSTALL_DATA) $$f $(config_dest); \
517 done
519 uninstall-local:
520 for f in $(lib_files); do \
521 test ! -f "$$f" || rm -f $(lib_dest)/`basename "$$f"`; \
522 done
523 for f in $(config_files); do \
524 test ! -f "$$f" || rm -f $(config_dest)/`basename "$$f"`; \
525 done
526 for f in $(baseboards_files); do \
527 test ! -f "$$f" || rm -f $(baseboards_dest)/`basename "$$f"`; \
528 done
530 for f in $(baseboards_files); do \
531 test ! -f "$$f" || rm -f $(baseboards_dest)/`basename "$$f"`; \
532 done
533 rm -f $(includedir)/dejagnu.h;
535 site.exp: Makefile
536 @echo 'Making a new site.exp file...'
537 @test ! -f site.bak || rm -f site.bak
538 @echo '## these variables are automatically generated by make ##' > $@-t
539 @echo '# Do not edit here. If you wish to override these values' >> $-t
540 @echo '# edit the last section' >> $@-t
541 @echo 'set srcdir $(srcdir)' >> $@-t
542 @echo 'set objdir' `pwd` >> $@-t
543 @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
544 @test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t
545 @test ! -f site.exp || mv site.exp site.bak
546 @mv $@-t site.exp
548 # Tell versions [3.59,3.63) of GNU make to not export all variables.
549 # Otherwise a system limit (for SysV at least) may be exceeded.
550 .NOEXPORT: