/[dejagnu]/dejagnu/Makefile.in
ViewVC logotype

Diff of /dejagnu/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by rsavoye, Mon Mar 17 02:25:05 2003 UTC revision 1.17 by bje, Tue Aug 12 04:27:23 2003 UTC
# Line 1  Line 1 
1  # Makefile.in generated by automake 1.6.3 from Makefile.am.  # Makefile.in generated by automake 1.7.6 from Makefile.am.
2  # @configure_input@  # @configure_input@
3    
4  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5  # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
6  # This Makefile.in is free software; the Free Software Foundation  # This Makefile.in is free software; the Free Software Foundation
7  # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
# Line 13  Line 13 
13  # PARTICULAR PURPOSE.  # PARTICULAR PURPOSE.
14    
15  @SET_MAKE@  @SET_MAKE@
 SHELL = @SHELL@  
16    
17  srcdir = @srcdir@  srcdir = @srcdir@
18  top_srcdir = @top_srcdir@  top_srcdir = @top_srcdir@
19  VPATH = @srcdir@  VPATH = @srcdir@
 prefix = @prefix@  
 exec_prefix = @exec_prefix@  
   
 bindir = @bindir@  
 sbindir = @sbindir@  
 datadir = @datadir@  
 sysconfdir = @sysconfdir@  
 sharedstatedir = @sharedstatedir@  
 localstatedir = @localstatedir@  
 libdir = @libdir@  
 infodir = @infodir@  
 mandir = @mandir@  
 includedir = @includedir@  
 oldincludedir = /usr/include  
20  pkgdatadir = $(datadir)/@PACKAGE@  pkgdatadir = $(datadir)/@PACKAGE@
21  pkglibdir = $(libdir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@
22  pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
23  top_builddir = .  top_builddir = .
24    
 ACLOCAL = @ACLOCAL@  
 AUTOCONF = @AUTOCONF@  
 AUTOMAKE = @AUTOMAKE@  
 AUTOHEADER = @AUTOHEADER@  
   
25  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26  INSTALL = @INSTALL@  INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@  
 INSTALL_DATA = @INSTALL_DATA@  
27  install_sh_DATA = $(install_sh) -c -m 644  install_sh_DATA = $(install_sh) -c -m 644
28  install_sh_PROGRAM = $(install_sh) -c  install_sh_PROGRAM = $(install_sh) -c
29  install_sh_SCRIPT = $(install_sh) -c  install_sh_SCRIPT = $(install_sh) -c
 INSTALL_SCRIPT = @INSTALL_SCRIPT@  
30  INSTALL_HEADER = $(INSTALL_DATA)  INSTALL_HEADER = $(INSTALL_DATA)
31  transform = @program_transform_name@  transform = $(program_transform_name)
32  NORMAL_INSTALL = :  NORMAL_INSTALL = :
33  PRE_INSTALL = :  PRE_INSTALL = :
34  POST_INSTALL = :  POST_INSTALL = :
35  NORMAL_UNINSTALL = :  NORMAL_UNINSTALL = :
36  PRE_UNINSTALL = :  PRE_UNINSTALL = :
37  POST_UNINSTALL = :  POST_UNINSTALL = :
38    ACLOCAL = @ACLOCAL@
39  EXEEXT = @EXEEXT@  AMDEP_FALSE = @AMDEP_FALSE@
40  OBJEXT = @OBJEXT@  AMDEP_TRUE = @AMDEP_TRUE@
 PATH_SEPARATOR = @PATH_SEPARATOR@  
   
 # Install config.guess too, so we can use it to figure out  
 # what type of machine we're running on.  
 libexecdir = $(pkgdatadir)/libexec  
41  AMTAR = @AMTAR@  AMTAR = @AMTAR@
42    AUTOCONF = @AUTOCONF@
43    AUTOHEADER = @AUTOHEADER@
44    AUTOMAKE = @AUTOMAKE@
45  AWK = @AWK@  AWK = @AWK@
46  BOARDS = @BOARDS@  BOARDS = @BOARDS@
47  CC = @CC@  CC = @CC@
48    CCDEPMODE = @CCDEPMODE@
49    CFLAGS = @CFLAGS@
50  CONFIG = @CONFIG@  CONFIG = @CONFIG@
51    CPPFLAGS = @CPPFLAGS@
52  CXX = @CXX@  CXX = @CXX@
53    CXXDEPMODE = @CXXDEPMODE@
54    CXXFLAGS = @CXXFLAGS@
55    CYGPATH_W = @CYGPATH_W@
56    DEFS = @DEFS@
57  DEPDIR = @DEPDIR@  DEPDIR = @DEPDIR@
58  DOCBOOK = @DOCBOOK@  DOCBOOK = @DOCBOOK@
59    ECHO_C = @ECHO_C@
60    ECHO_N = @ECHO_N@
61    ECHO_T = @ECHO_T@
62    EXEEXT = @EXEEXT@
63    INSTALL_DATA = @INSTALL_DATA@
64    INSTALL_PROGRAM = @INSTALL_PROGRAM@
65    INSTALL_SCRIPT = @INSTALL_SCRIPT@
66  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
67    LDFLAGS = @LDFLAGS@
68    LIBOBJS = @LIBOBJS@
69    LIBS = @LIBS@
70    LTLIBOBJS = @LTLIBOBJS@
71  MAINT = @MAINT@  MAINT = @MAINT@
72    MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
73    MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
74    MAKEINFO = @MAKEINFO@
75    OBJEXT = @OBJEXT@
76  PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
77    PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
78    PACKAGE_NAME = @PACKAGE_NAME@
79    PACKAGE_STRING = @PACKAGE_STRING@
80    PACKAGE_TARNAME = @PACKAGE_TARNAME@
81    PACKAGE_VERSION = @PACKAGE_VERSION@
82    PATH_SEPARATOR = @PATH_SEPARATOR@
83    SET_MAKE = @SET_MAKE@
84    SHELL = @SHELL@
85  STRIP = @STRIP@  STRIP = @STRIP@
86  TCLSH = @TCLSH@  TCLSH = @TCLSH@
87  VERSION = @VERSION@  VERSION = @VERSION@
88  YACC = @YACC@  YACC = @YACC@
89    ac_ct_CC = @ac_ct_CC@
90    ac_ct_CXX = @ac_ct_CXX@
91    ac_ct_STRIP = @ac_ct_STRIP@
92    am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
93    am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
94    am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
95    am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
96  am__include = @am__include@  am__include = @am__include@
97    am__leading_dot = @am__leading_dot@
98  am__quote = @am__quote@  am__quote = @am__quote@
99    bindir = @bindir@
100    build_alias = @build_alias@
101    datadir = @datadir@
102    exec_prefix = @exec_prefix@
103    host_alias = @host_alias@
104    includedir = @includedir@
105    infodir = @infodir@
106  install_sh = @install_sh@  install_sh = @install_sh@
107    libdir = @libdir@
108    
109    # Install config.guess too, so we can use it to figure out
110    # what type of machine we're running on.
111    libexecdir = $(pkgdatadir)/libexec
112    localstatedir = @localstatedir@
113    mandir = @mandir@
114    oldincludedir = @oldincludedir@
115    prefix = @prefix@
116    program_transform_name = @program_transform_name@
117    sbindir = @sbindir@
118    sharedstatedir = @sharedstatedir@
119    subdirs = @subdirs@
120    sysconfdir = @sysconfdir@
121    target_alias = @target_alias@
122  tclsh = @tclsh@  tclsh = @tclsh@
123    
124  AUTOMAKE_OPTIONS = dejagnu  AUTOMAKE_OPTIONS = dejagnu
# Line 132  SCRIPTS = $(bin_SCRIPTS) $(libexec_SCRIP Line 167  SCRIPTS = $(bin_SCRIPTS) $(libexec_SCRIP
167    
168  DIST_SOURCES =  DIST_SOURCES =
169    
170  RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \  RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
171          uninstall-info-recursive all-recursive install-data-recursive \          ps-recursive install-info-recursive uninstall-info-recursive \
172          install-exec-recursive installdirs-recursive install-recursive \          all-recursive install-data-recursive install-exec-recursive \
173          uninstall-recursive check-recursive installcheck-recursive          installdirs-recursive install-recursive uninstall-recursive \
174            check-recursive installcheck-recursive
175  DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \  DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
176          Makefile.in NEWS TODO acinclude.m4 aclocal.m4 config.guess \          Makefile.in NEWS TODO acinclude.m4 aclocal.m4 config.guess \
177          config.sub configure configure.in depcomp install-sh missing \          config.sub configure configure.in depcomp install-sh missing \
# Line 276  tags-recursive: Line 312  tags-recursive:
312          list='$(SUBDIRS)'; for subdir in $$list; do \          list='$(SUBDIRS)'; for subdir in $$list; do \
313            test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \            test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
314          done          done
315    ctags-recursive:
316            list='$(SUBDIRS)'; for subdir in $$list; do \
317              test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
318            done
319    
320  ETAGS = etags  ETAGS = etags
321  ETAGSFLAGS =  ETAGSFLAGS =
322    
323    CTAGS = ctags
324    CTAGSFLAGS =
325    
326  tags: TAGS  tags: TAGS
327    
328  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
# Line 295  TAGS: tags-recursive $(HEADERS) $(SOURCE Line 338  TAGS: tags-recursive $(HEADERS) $(SOURCE
338                  $(TAGS_FILES) $(LISP)                  $(TAGS_FILES) $(LISP)
339          tags=; \          tags=; \
340          here=`pwd`; \          here=`pwd`; \
341            if (etags --etags-include --version) >/dev/null 2>&1; then \
342              include_option=--etags-include; \
343            else \
344              include_option=--include; \
345            fi; \
346          list='$(SUBDIRS)'; for subdir in $$list; do \          list='$(SUBDIRS)'; for subdir in $$list; do \
347            if test "$$subdir" = .; then :; else \            if test "$$subdir" = .; then :; else \
348              test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \              test -f $$subdir/TAGS && \
349                  tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
350            fi; \            fi; \
351          done; \          done; \
352          list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \          list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
# Line 310  TAGS: tags-recursive $(HEADERS) $(SOURCE Line 359  TAGS: tags-recursive $(HEADERS) $(SOURCE
359            || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \            || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
360               $$tags $$unique               $$tags $$unique
361    
362    ctags: CTAGS
363    CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
364                    $(TAGS_FILES) $(LISP)
365            tags=; \
366            here=`pwd`; \
367            list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
368            unique=`for i in $$list; do \
369                if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370              done | \
371              $(AWK) '    { files[$$0] = 1; } \
372                   END { for (i in files) print i; }'`; \
373            test -z "$(CTAGS_ARGS)$$tags$$unique" \
374              || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
375                 $$tags $$unique
376    
377  GTAGS:  GTAGS:
378          here=`$(am__cd) $(top_builddir) && pwd` \          here=`$(am__cd) $(top_builddir) && pwd` \
379            && cd $(top_srcdir) \            && cd $(top_srcdir) \
380            && gtags -i $(GTAGS_ARGS) $$here            && gtags -i $(GTAGS_ARGS) $$here
381    
382  distclean-tags:  distclean-tags:
383          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
384  RUNTESTFLAGS =  RUNTESTFLAGS =
385  DEJATOOL = $(PACKAGE)  DEJATOOL = $(PACKAGE)
386  EXPECT = expect  EXPECT = expect
387    
388  distclean-DEJAGNU:  distclean-DEJAGNU:
389          -rm -f site.exp site.bak          -rm -f site.exp site.bak
390            -l='$(DEJATOOL)'; for tool in $$l; do \
391              rm -f $$tool.sum $$tool.log; \
392            done
393  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
394    
395  top_distdir = .  top_distdir = .
# Line 334  am__remove_distdir = \ Line 401  am__remove_distdir = \
401           && rm -fr $(distdir); }; }           && rm -fr $(distdir); }; }
402    
403  GZIP_ENV = --best  GZIP_ENV = --best
404    distuninstallcheck_listfiles = find . -type f -print
405  distcleancheck_listfiles = find . -type f -print  distcleancheck_listfiles = find . -type f -print
406    
407  distdir: $(DISTFILES)  distdir: $(DISTFILES)
408          $(am__remove_distdir)          $(am__remove_distdir)
409          mkdir $(distdir)          mkdir $(distdir)
410          @list='$(DISTFILES)'; for file in $$list; do \          @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
411            topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
412            list='$(DISTFILES)'; for file in $$list; do \
413              case $$file in \
414                $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
415                $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
416              esac; \
417            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
418            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
419            if test "$$dir" != "$$file" && test "$$dir" != "."; then \            if test "$$dir" != "$$file" && test "$$dir" != "."; then \
# Line 373  distdir: $(DISTFILES) Line 447  distdir: $(DISTFILES)
447            fi; \            fi; \
448          done          done
449          $(MAKE) $(AM_MAKEFLAGS) \          $(MAKE) $(AM_MAKEFLAGS) \
450            top_distdir="${top_distdir}" distdir="$(distdir)" \            top_distdir="$(top_distdir)" distdir="$(distdir)" \
451            dist-hook            dist-hook
452          -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \          -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
453            ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \            ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
# Line 395  distcheck: dist Line 469  distcheck: dist
469          $(am__remove_distdir)          $(am__remove_distdir)
470          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
471          chmod -R a-w $(distdir); chmod a+w $(distdir)          chmod -R a-w $(distdir); chmod a+w $(distdir)
472          mkdir $(distdir)/=build          mkdir $(distdir)/_build
473          mkdir $(distdir)/=inst          mkdir $(distdir)/_inst
474          chmod a-w $(distdir)          chmod a-w $(distdir)
475          dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \          dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
476            && cd $(distdir)/=build \            && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
477            && ../configure --srcdir=.. --prefix=$$dc_install_base \            && cd $(distdir)/_build \
478              && ../configure --srcdir=.. --prefix="$$dc_install_base" \
479              $(DISTCHECK_CONFIGURE_FLAGS) \              $(DISTCHECK_CONFIGURE_FLAGS) \
480            && $(MAKE) $(AM_MAKEFLAGS) \            && $(MAKE) $(AM_MAKEFLAGS) \
481            && $(MAKE) $(AM_MAKEFLAGS) dvi \            && $(MAKE) $(AM_MAKEFLAGS) dvi \
# Line 408  distcheck: dist Line 483  distcheck: dist
483            && $(MAKE) $(AM_MAKEFLAGS) install \            && $(MAKE) $(AM_MAKEFLAGS) install \
484            && $(MAKE) $(AM_MAKEFLAGS) installcheck \            && $(MAKE) $(AM_MAKEFLAGS) installcheck \
485            && $(MAKE) $(AM_MAKEFLAGS) uninstall \            && $(MAKE) $(AM_MAKEFLAGS) uninstall \
486            && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \            && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
487                || { echo "ERROR: files left after uninstall:" ; \                  distuninstallcheck \
488                     find $$dc_install_base -type f -print ; \            && chmod -R a-w "$$dc_install_base" \
489                     exit 1; } >&2 ) \            && ({ \
490                   (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
491                   && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
492                   && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
493                   && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
494                        distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
495                  } || { rm -rf "$$dc_destdir"; exit 1; }) \
496              && rm -rf "$$dc_destdir" \
497            && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \            && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
498            && rm -f $(distdir).tar.gz \            && rm -f $(distdir).tar.gz \
499            && $(MAKE) $(AM_MAKEFLAGS) distcleancheck            && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
500          $(am__remove_distdir)          $(am__remove_distdir)
501          @echo "$(distdir).tar.gz is ready for distribution" | \          @echo "$(distdir).tar.gz is ready for distribution" | \
502            sed 'h;s/./=/g;p;x;p;x'            sed 'h;s/./=/g;p;x;p;x'
503    distuninstallcheck:
504            @cd $(distuninstallcheck_dir) \
505            && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
506               || { echo "ERROR: files left after uninstall:" ; \
507                    if test -n "$(DESTDIR)"; then \
508                      echo "  (check DESTDIR support)"; \
509                    fi ; \
510                    $(distuninstallcheck_listfiles) ; \
511                    exit 1; } >&2
512  distcleancheck: distclean  distcleancheck: distclean
513          if test '$(srcdir)' = . ; then \          @if test '$(srcdir)' = . ; then \
514            echo "ERROR: distcleancheck can only run from a VPATH build" ; \            echo "ERROR: distcleancheck can only run from a VPATH build" ; \
515            exit 1 ; \            exit 1 ; \
516          fi          fi
517          test `$(distcleancheck_listfiles) | wc -l` -eq 0 \          @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
518            || { echo "ERROR: files left after distclean:" ; \            || { echo "ERROR: files left in build directory after distclean:" ; \
519                 $(distcleancheck_listfiles) ; \                 $(distcleancheck_listfiles) ; \
520                 exit 1; } >&2                 exit 1; } >&2
521  check-am: all-am  check-am: all-am
# Line 489  installcheck-am: Line 580  installcheck-am:
580    
581  maintainer-clean: maintainer-clean-recursive  maintainer-clean: maintainer-clean-recursive
582          -rm -f $(am__CONFIG_DISTCLEAN_FILES)          -rm -f $(am__CONFIG_DISTCLEAN_FILES)
583          -rm -rf autom4te.cache          -rm -rf $(top_srcdir)/autom4te.cache
584  maintainer-clean-am: distclean-am maintainer-clean-generic  maintainer-clean-am: distclean-am maintainer-clean-generic
585    
586  mostlyclean: mostlyclean-recursive  mostlyclean: mostlyclean-recursive
587    
588  mostlyclean-am: mostlyclean-generic  mostlyclean-am: mostlyclean-generic
589    
590    pdf: pdf-recursive
591    
592    pdf-am:
593    
594    ps: ps-recursive
595    
596    ps-am:
597    
598  uninstall-am: uninstall-binSCRIPTS uninstall-info-am \  uninstall-am: uninstall-binSCRIPTS uninstall-info-am \
599          uninstall-libexecSCRIPTS uninstall-local \          uninstall-libexecSCRIPTS uninstall-local \
600          uninstall-pkgdataSCRIPTS          uninstall-pkgdataSCRIPTS
601    
602  uninstall-info: uninstall-info-recursive  uninstall-info: uninstall-info-recursive
603    
604  .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-DEJAGNU \  .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-DEJAGNU \
605          check-am clean clean-generic clean-local clean-recursive dist \          check-am clean clean-generic clean-local clean-recursive ctags \
606          dist-all dist-gzip distcheck distclean distclean-DEJAGNU \          ctags-recursive dist dist-all dist-gzip distcheck distclean \
607          distclean-generic distclean-recursive distclean-tags \          distclean-DEJAGNU distclean-generic distclean-recursive \
608          distcleancheck distdir dvi dvi-am dvi-recursive info info-am \          distclean-tags distcleancheck distdir distuninstallcheck dvi \
609          info-recursive install install-am install-binSCRIPTS \          dvi-am dvi-recursive info info-am info-recursive install \
610          install-data install-data-am install-data-local \          install-am install-binSCRIPTS install-data install-data-am \
611          install-data-recursive install-exec install-exec-am \          install-data-local install-data-recursive install-exec \
612          install-exec-recursive install-info install-info-am \          install-exec-am install-exec-recursive install-info \
613          install-info-recursive install-libexecSCRIPTS install-man \          install-info-am install-info-recursive install-libexecSCRIPTS \
614          install-pkgdataSCRIPTS install-recursive install-strip \          install-man install-pkgdataSCRIPTS install-recursive \
615          installcheck installcheck-am installdirs installdirs-am \          install-strip installcheck installcheck-am installdirs \
616          installdirs-recursive maintainer-clean maintainer-clean-generic \          installdirs-am installdirs-recursive maintainer-clean \
617          maintainer-clean-recursive mostlyclean mostlyclean-generic \          maintainer-clean-generic maintainer-clean-recursive mostlyclean \
618          mostlyclean-recursive tags tags-recursive uninstall \          mostlyclean-generic mostlyclean-recursive pdf pdf-am \
619          uninstall-am uninstall-binSCRIPTS uninstall-info-am \          pdf-recursive ps ps-am ps-recursive tags tags-recursive \
620            uninstall uninstall-am uninstall-binSCRIPTS uninstall-info-am \
621          uninstall-info-recursive uninstall-libexecSCRIPTS \          uninstall-info-recursive uninstall-libexecSCRIPTS \
622          uninstall-local uninstall-pkgdataSCRIPTS uninstall-recursive          uninstall-local uninstall-pkgdataSCRIPTS uninstall-recursive
623    
# Line 534  clean-local: Line 634  clean-local:
634          cd testsuite ; $(MAKE) clean          cd testsuite ; $(MAKE) clean
635          cd example   ; $(MAKE) clean          cd example   ; $(MAKE) clean
636    
637  # Set ourselves up to build a RedHat package  # Set ourselves up to build an RPM
638  tarball: overview.html overview.ps overview.pdf  tarball: overview.html overview.ps overview.pdf
639          -rm -fr dejagnu-${VERSION}          -rm -fr dejagnu-${VERSION}
640          cp -fpr $(srcdir) dejagnu-${VERSION}          cp -fpr $(srcdir) dejagnu-${VERSION}
# Line 550  tarball: overview.html overview.ps overv Line 650  tarball: overview.html overview.ps overv
650            tar cvf ../dejagnu-${VERSION}.tar dejagnu-${VERSION}; \            tar cvf ../dejagnu-${VERSION}.tar dejagnu-${VERSION}; \
651            gzip -9fv ../dejagnu-${VERSION}.tar; \            gzip -9fv ../dejagnu-${VERSION}.tar; \
652            cp -f ../dejagnu-${VERSION}.tar.gz /usr/src/redhat/SOURCES/; \            cp -f ../dejagnu-${VERSION}.tar.gz /usr/src/redhat/SOURCES/; \
653            cp -f $${dir}/redhat/dejagnu.spec /usr/src/redhat/SPECS/            cp -f $${dir}/packaging/rpm/dejagnu.spec /usr/src/redhat/SPECS/
654    
655  # this builds a date stamped tarball of the current sources  # this builds a date stamped tarball of the current sources
656  snapshot:  snapshot:
# Line 568  snapshot: Line 668  snapshot:
668          tar cf ../dejagnu-${DATE}.tar dejagnu-${DATE}          tar cf ../dejagnu-${DATE}.tar dejagnu-${DATE}
669          gzip -9fv ../dejagnu-${DATE}.tar          gzip -9fv ../dejagnu-${DATE}.tar
670    
671  rpmspec: $(srcdir)/redhat/dejagnu.spec  rpmspec: $(srcdir)/packaging/rpm/dejagnu.spec
672          cp -f $(srcdir)/redhat/dejagnu.spec /usr/src/redhat/SPECS/          cp -f $(srcdir)/packaging/rpm/dejagnu.spec /usr/src/redhat/SPECS/
673    
674  # this builds a Redhat Linux style rpm package  # this builds an RPM package
675  rpm: tarball rpmspec  rpm: tarball rpmspec
676          cp -f ../$(distdir).tar.gz /usr/src/redhat/SOURCES/          cp -f ../$(distdir).tar.gz /usr/src/redhat/SOURCES/
677          rpm -ba /usr/src/redhat/SPECS/dejagnu.spec          rpm -ba /usr/src/redhat/SPECS/dejagnu.spec
# Line 585  deb: overview.html overview.ps overview. Line 685  deb: overview.html overview.ps overview.
685          dir=`(cd $${src}; pwd)`; \          dir=`(cd $${src}; pwd)`; \
686          (cd dejagnu-${VERSION} ; $${dir}/Clean.tcl);          (cd dejagnu-${VERSION} ; $${dir}/Clean.tcl);
687          -mkdir -p doc/html;          -mkdir -p doc/html;
688          -cp -fr $(srcdir)/debian dejagnu-${VERSION}/          -cp -fr $(srcdir)/packaging/deb dejagnu-${VERSION}/
689          -cp -fr doc/html dejagnu-${VERSION}/doc/;          -cp -fr doc/html dejagnu-${VERSION}/doc/;
690          -cp -fr doc/overview.ps dejagnu-${VERSION}/doc/;          -cp -fr doc/overview.ps dejagnu-${VERSION}/doc/;
691          -cp -fr doc/overview.pdf dejagnu-${VERSION}/doc/;          -cp -fr doc/overview.pdf dejagnu-${VERSION}/doc/;
# Line 593  deb: overview.html overview.ps overview. Line 693  deb: overview.html overview.ps overview.
693          (cd dejagnu-${VERSION}; dpkg-buildpackage)          (cd dejagnu-${VERSION}; dpkg-buildpackage)
694    
695  # this builds a Solaris style pkg package.  # this builds a Solaris style pkg package.
696  solpkg: $(srcdir)/pkg/prototype  solpkg: $(srcdir)/packaging/pkg/prototype
697          if test ! -d $(PKGDIR)/dejagnu; then \          if test ! -d $(PKGDIR)/dejagnu; then \
698            rm -fr dejagnu-${VERSION}; \            rm -fr dejagnu-${VERSION}; \
699            mkdir dejagnu-${VERSION}; \            mkdir dejagnu-${VERSION}; \
# Line 601  solpkg: $(srcdir)/pkg/prototype Line 701  solpkg: $(srcdir)/pkg/prototype
701            $(srcdir)/configure -v --prefix $(PKGDIR)/dejagnu; \            $(srcdir)/configure -v --prefix $(PKGDIR)/dejagnu; \
702            make install ; \            make install ; \
703          fi          fi
704          cp $(srcdir)/pkg/prototype /tmp          cp $(srcdir)/packaging/pkg/prototype /tmp
705          cp $(srcdir)/pkg/pkginfo /tmp          cp $(srcdir)/packaging/pkg/pkginfo /tmp
706          here=`pwd`; \          here=`pwd`; \
707            cd /tmp; \            cd /tmp; \
708            pkgmk -o -r / -d /tmp; \            pkgmk -o -r / -d /tmp; \
# Line 611  solpkg: $(srcdir)/pkg/prototype Line 711  solpkg: $(srcdir)/pkg/prototype
711          rm -fr /tmp/prototype /tmp/pkginfo /tmp/DejaGnu          rm -fr /tmp/prototype /tmp/pkginfo /tmp/DejaGnu
712    
713  # this builds a HPUX style depot file  # this builds a HPUX style depot file
714  hpdepot: # $(srcdir)/depot/dejagnu.psf  hpdepot: # $(srcdir)/packaging/depot/dejagnu.psf
715          if test ! -d $(PKGDIR)/dejagnu; then \          if test ! -d $(PKGDIR)/dejagnu; then \
716          rm -fr dejagnu-${VERSION}; \          rm -fr dejagnu-${VERSION}; \
717          mkdir dejagnu-${VERSION}; \          mkdir dejagnu-${VERSION}; \
# Line 619  hpdepot: # $(srcdir)/depot/dejagnu.psf Line 719  hpdepot: # $(srcdir)/depot/dejagnu.psf
719          $(srcdir)/configure -v --prefix $(PKGDIR)/dejagnu; \          $(srcdir)/configure -v --prefix $(PKGDIR)/dejagnu; \
720          make install ; \          make install ; \
721          fi          fi
722          swpackage -s $(srcdir)/depot/dejagnu.psf -x target_type=directory -d /tmp          swpackage -s $(srcdir)/packaging/depot/dejagnu.psf -x target_type=directory -d /tmp
723          here=`pwd`; \          here=`pwd`; \
724          cd /tmp; \          cd /tmp; \
725          tar cf $$here/dejagnu-${VERSION}.hpux11.depot dejagnu; \          tar cf $$here/dejagnu-${VERSION}.hpux11.depot dejagnu; \

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26