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

Diff of /dejagnu/Makefile.in

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

revision 1.12 by rsavoye, Sat Aug 31 05:46:15 2002 UTC revision 1.13 by rsavoye, Wed Sep 4 03:40:10 2002 UTC
# Line 1  Line 1 
1  # Makefile.in generated automatically by automake 1.5 from Makefile.am.  # Makefile.in generated by automake 1.6 from Makefile.am.
2    # @configure_input@
3    
4  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
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 12  Line 13 
13  # PARTICULAR PURPOSE.  # PARTICULAR PURPOSE.
14    
15  @SET_MAKE@  @SET_MAKE@
   
16  SHELL = @SHELL@  SHELL = @SHELL@
17    
18  srcdir = @srcdir@  srcdir = @srcdir@
# Line 42  AUTOCONF = @AUTOCONF@ Line 42  AUTOCONF = @AUTOCONF@
42  AUTOMAKE = @AUTOMAKE@  AUTOMAKE = @AUTOMAKE@
43  AUTOHEADER = @AUTOHEADER@  AUTOHEADER = @AUTOHEADER@
44    
45    am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46  INSTALL = @INSTALL@  INSTALL = @INSTALL@
47  INSTALL_PROGRAM = @INSTALL_PROGRAM@  INSTALL_PROGRAM = @INSTALL_PROGRAM@
48  INSTALL_DATA = @INSTALL_DATA@  INSTALL_DATA = @INSTALL_DATA@
49    install_sh_DATA = $(install_sh) -c -m 644
50    install_sh_PROGRAM = $(install_sh) -c
51  INSTALL_SCRIPT = @INSTALL_SCRIPT@  INSTALL_SCRIPT = @INSTALL_SCRIPT@
52  INSTALL_HEADER = $(INSTALL_DATA)  INSTALL_HEADER = $(INSTALL_DATA)
53  transform = @program_transform_name@  transform = @program_transform_name@
# Line 54  POST_INSTALL = : Line 57  POST_INSTALL = :
57  NORMAL_UNINSTALL = :  NORMAL_UNINSTALL = :
58  PRE_UNINSTALL = :  PRE_UNINSTALL = :
59  POST_UNINSTALL = :  POST_UNINSTALL = :
60    
61    EXEEXT = @EXEEXT@
62    OBJEXT = @OBJEXT@
63    PATH_SEPARATOR = @PATH_SEPARATOR@
64    
65    # Install config.guess too, so we can use it to figure out
66    # what type of machine we're running on.
67    libexecdir = $(pkgdatadir)/libexec
68  AMTAR = @AMTAR@  AMTAR = @AMTAR@
69  AWK = @AWK@  AWK = @AWK@
70  BOARDS = @BOARDS@  BOARDS = @BOARDS@
# Line 62  CONFIG = @CONFIG@ Line 73  CONFIG = @CONFIG@
73  CXX = @CXX@  CXX = @CXX@
74  DEPDIR = @DEPDIR@  DEPDIR = @DEPDIR@
75  DOCBOOK = @DOCBOOK@  DOCBOOK = @DOCBOOK@
 EXEEXT = @EXEEXT@  
76  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
77  MAINT = @MAINT@  MAINT = @MAINT@
 OBJEXT = @OBJEXT@  
78  PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
79    STRIP = @STRIP@
80  TCLSH = @TCLSH@  TCLSH = @TCLSH@
81  VERSION = @VERSION@  VERSION = @VERSION@
82  YACC = @YACC@  YACC = @YACC@
# Line 75  am__quote = @am__quote@ Line 85  am__quote = @am__quote@
85  install_sh = @install_sh@  install_sh = @install_sh@
86  tclsh = @tclsh@  tclsh = @tclsh@
87    
 # Install config.guess too, so we can use it to figure out  
 # what type of machine we're running on.  
 libexecdir = $(pkgdatadir)/libexec  
   
88  AUTOMAKE_OPTIONS = dejagnu  AUTOMAKE_OPTIONS = dejagnu
89    
90  # Install all the associated data files  # Install all the associated data files
# Line 91  bin_SCRIPTS = runtest Line 97  bin_SCRIPTS = runtest
97  pkgdata_SCRIPTS = runtest.exp  pkgdata_SCRIPTS = runtest.exp
98  libexec_SCRIPTS = config.guess  libexec_SCRIPTS = config.guess
99    
100    DATE = `date "+%Y%m%d`
101    
102  TLCSH = @TCLSH@  TLCSH = @TCLSH@
103    PKGDIR = /opt
104    
105  RUNTESTDEFAULTFLAGS = --srcdir $(srcdir)/testsuite RUNTEST=$(RUNTEST)  RUNTESTDEFAULTFLAGS = --srcdir $(srcdir)/testsuite RUNTEST=$(RUNTEST)
106  RUNTEST = ` \  RUNTEST = ` \
# Line 102  RUNTEST = ` \ Line 111  RUNTEST = ` \
111    
112  CLEANFILES = x.log x.sum site.bak setval.tmp  CLEANFILES = x.log x.sum site.bak setval.tmp
113    
 DATE = `date "+%Y%m%d`  
   
114    
115  # Below, host-independent data files that need to get installed.  # Below, host-independent data files that need to get installed.
116  # We do it this way so we can use globbing.  # We do it this way so we can use globbing.
# Line 139  $(srcdir)/Makefile.in: @MAINTAINER_MODE_ Line 146  $(srcdir)/Makefile.in: @MAINTAINER_MODE_
146          cd $(top_srcdir) && \          cd $(top_srcdir) && \
147            $(AUTOMAKE) --gnu  Makefile            $(AUTOMAKE) --gnu  Makefile
148  Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status  Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
149          cd $(top_builddir) && \          cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
           CONFIG_HEADERS= CONFIG_LINKS= \  
           CONFIG_FILES=$@ $(SHELL) ./config.status  
150    
151  $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)  $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
152          $(SHELL) ./config.status --recheck          $(SHELL) ./config.status --recheck
# Line 270  tags-recursive: Line 275  tags-recursive:
275            test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \            test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
276          done          done
277    
278    ETAGS = etags
279    ETAGSFLAGS =
280    
281  tags: TAGS  tags: TAGS
282    
283  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
284          list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \          list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
285          unique=`for i in $$list; do \          unique=`for i in $$list; do \
286              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
287            done | \            done | \
288            $(AWK) '    { files[$$0] = 1; } \            $(AWK) '    { files[$$0] = 1; } \
289                 END { for (i in files) print i; }'`; \                 END { for (i in files) print i; }'`; \
290          mkid -fID $$unique $(LISP)          mkid -fID $$unique
291    
292  TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \  TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
293                  $(TAGS_FILES) $(LISP)                  $(TAGS_FILES) $(LISP)
# Line 290  TAGS: tags-recursive $(HEADERS) $(SOURCE Line 298  TAGS: tags-recursive $(HEADERS) $(SOURCE
298              test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \              test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
299            fi; \            fi; \
300          done; \          done; \
301          list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \          list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
302          unique=`for i in $$list; do \          unique=`for i in $$list; do \
303              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
304            done | \            done | \
305            $(AWK) '    { files[$$0] = 1; } \            $(AWK) '    { files[$$0] = 1; } \
306                 END { for (i in files) print i; }'`; \                 END { for (i in files) print i; }'`; \
307          test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \          test -z "$(ETAGS_ARGS)$$tags$$unique" \
308            || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)            || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
309                 $$tags $$unique
310    
311  GTAGS:  GTAGS:
312          here=`CDPATH=: && cd $(top_builddir) && pwd` \          here=`$(am__cd) $(top_builddir) && pwd` \
313            && cd $(top_srcdir) \            && cd $(top_srcdir) \
314            && gtags -i $(GTAGS_ARGS) $$here            && gtags -i $(GTAGS_ARGS) $$here
315    
# Line 309  distclean-tags: Line 318  distclean-tags:
318  RUNTESTFLAGS =  RUNTESTFLAGS =
319  DEJATOOL = $(PACKAGE)  DEJATOOL = $(PACKAGE)
320  EXPECT = expect  EXPECT = expect
   
321  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
322    
323  top_distdir = .  top_distdir = .
 # Avoid unsightly `./'.  
324  distdir = $(PACKAGE)-$(VERSION)  distdir = $(PACKAGE)-$(VERSION)
325    
326    am__remove_distdir = \
327      { test ! -d $(distdir) \
328        || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
329             && rm -fr $(distdir); }; }
330    
331  GZIP_ENV = --best  GZIP_ENV = --best
332    distcleancheck_listfiles = find . -type f -print
333    
334  distdir: $(DISTFILES)  distdir: $(DISTFILES)
335          -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)          $(am__remove_distdir)
336          mkdir $(distdir)          mkdir $(distdir)
337          @for file in $(DISTFILES); do \          @for file in $(DISTFILES); do \
338            if test -f $$file; then d=.; else d=$(srcdir); fi; \            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
339            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
340            if test "$$dir" != "$$file" && test "$$dir" != "."; then \            if test "$$dir" != "$$file" && test "$$dir" != "."; then \
341              $(mkinstalldirs) "$(distdir)/$$dir"; \              dir="/$$dir"; \
342                $(mkinstalldirs) "$(distdir)$$dir"; \
343              else \
344                dir=''; \
345            fi; \            fi; \
346            if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
347              cp -pR $$d/$$file $(distdir) \              cp -pR $$d/$$file $(distdir)$$dir \
348              || exit 1; \              || exit 1; \
349            else \            else \
350              test -f $(distdir)/$$file \              test -f $(distdir)/$$file \
# Line 336  distdir: $(DISTFILES) Line 352  distdir: $(DISTFILES)
352              || exit 1; \              || exit 1; \
353            fi; \            fi; \
354          done          done
355          for subdir in $(SUBDIRS); do \          list='$(SUBDIRS)'; for subdir in $$list; do \
356            if test "$$subdir" = .; then :; else \            if test "$$subdir" = .; then :; else \
357              test -d $(distdir)/$$subdir \              test -d $(distdir)/$$subdir \
358              || mkdir $(distdir)/$$subdir \              || mkdir $(distdir)/$$subdir \
# Line 357  distdir: $(DISTFILES) Line 373  distdir: $(DISTFILES)
373            ! -type d ! -perm -400 -exec chmod a+r {} \; -o \            ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
374            ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \            ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
375          || chmod -R a+r $(distdir)          || chmod -R a+r $(distdir)
376  dist: distdir  dist-gzip: distdir
377          $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz          $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
378          -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)          $(am__remove_distdir)
379    
380    dist dist-all: distdir
381            $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
382            $(am__remove_distdir)
383    
384  # This target untars the dist file and tries a VPATH configuration.  Then  # This target untars the dist file and tries a VPATH configuration.  Then
385  # it guarantees that the distribution is self-contained by making another  # it guarantees that the distribution is self-contained by making another
386  # tarfile.  # tarfile.
387  distcheck: dist  distcheck: dist
388          -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)          $(am__remove_distdir)
389          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
390          chmod -R a-w $(distdir); chmod a+w $(distdir)          chmod -R a-w $(distdir); chmod a+w $(distdir)
391          mkdir $(distdir)/=build          mkdir $(distdir)/=build
392          mkdir $(distdir)/=inst          mkdir $(distdir)/=inst
393          chmod a-w $(distdir)          chmod a-w $(distdir)
394          dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \          dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
395            && cd $(distdir)/=build \            && cd $(distdir)/=build \
396            && ../configure --srcdir=.. --prefix=$$dc_install_base \            && ../configure --srcdir=.. --prefix=$$dc_install_base \
397                $(DISTCHECK_CONFIGURE_FLAGS) \
398            && $(MAKE) $(AM_MAKEFLAGS) \            && $(MAKE) $(AM_MAKEFLAGS) \
399            && $(MAKE) $(AM_MAKEFLAGS) dvi \            && $(MAKE) $(AM_MAKEFLAGS) dvi \
400            && $(MAKE) $(AM_MAKEFLAGS) check \            && $(MAKE) $(AM_MAKEFLAGS) check \
# Line 381  distcheck: dist Line 402  distcheck: dist
402            && $(MAKE) $(AM_MAKEFLAGS) installcheck \            && $(MAKE) $(AM_MAKEFLAGS) installcheck \
403            && $(MAKE) $(AM_MAKEFLAGS) uninstall \            && $(MAKE) $(AM_MAKEFLAGS) uninstall \
404            && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \            && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
405               || (echo "Error: files left after uninstall" 1>&2; \                || { echo "ERROR: files left after uninstall:" ; \
406                   exit 1) ) \                     find $$dc_install_base -type f -print ; \
407            && $(MAKE) $(AM_MAKEFLAGS) dist \                     exit 1; } >&2 ) \
408            && $(MAKE) $(AM_MAKEFLAGS) distclean \            && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
409            && rm -f $(distdir).tar.gz \            && rm -f $(distdir).tar.gz \
410            && (test `find . -type f -print | wc -l` -eq 0 \            && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
411               || (echo "Error: files left after distclean" 1>&2; \          $(am__remove_distdir)
                  exit 1) )  
         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)  
412          @echo "$(distdir).tar.gz is ready for distribution" | \          @echo "$(distdir).tar.gz is ready for distribution" | \
413            sed 'h;s/./=/g;p;x;p;x'            sed 'h;s/./=/g;p;x;p;x'
414    distcleancheck: distclean
415            if test '$(srcdir)' = . ; then \
416              echo "ERROR: distcleancheck can only run from a VPATH build" ; \
417              exit 1 ; \
418            fi
419            test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
420              || { echo "ERROR: files left after distclean:" ; \
421                   $(distcleancheck_listfiles) ; \
422                   exit 1; } >&2
423  check-am: all-am  check-am: all-am
424          $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU          $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
425  check: check-recursive  check: check-recursive
# Line 411  install-am: all-am Line 439  install-am: all-am
439  installcheck: installcheck-recursive  installcheck: installcheck-recursive
440  install-strip:  install-strip:
441          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
442              INSTALL_STRIP_FLAG=-s \
443            `test -z '$(STRIP)' || \            `test -z '$(STRIP)' || \
444              echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install              echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
445  mostlyclean-generic:  mostlyclean-generic:
# Line 428  clean: clean-recursive Line 457  clean: clean-recursive
457    
458  clean-am: clean-generic clean-local mostlyclean-am  clean-am: clean-generic clean-local mostlyclean-am
459    
 dist-all: distdir  
         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz  
         -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)  
460  distclean: distclean-recursive  distclean: distclean-recursive
461          -rm -f config.status config.cache config.log          -rm -f config.status config.cache config.log
462  distclean-am: clean-am distclean-generic distclean-tags  distclean-am: clean-am distclean-generic distclean-tags
# Line 469  uninstall-info: uninstall-info-recursive Line 495  uninstall-info: uninstall-info-recursive
495    
496  .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-DEJAGNU \  .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-DEJAGNU \
497          check-am clean clean-generic clean-local clean-recursive dist \          check-am clean clean-generic clean-local clean-recursive dist \
498          dist-all distcheck distclean distclean-generic \          dist-all dist-gzip distcheck distclean distclean-generic \
499          distclean-recursive distclean-tags distdir dvi dvi-am \          distclean-recursive distclean-tags distcleancheck distdir dvi \
500          dvi-recursive info info-am info-recursive install install-am \          dvi-am dvi-recursive info info-am info-recursive install \
501          install-binSCRIPTS install-data install-data-am \          install-am install-binSCRIPTS install-data install-data-am \
502          install-data-local install-data-recursive install-exec \          install-data-local install-data-recursive install-exec \
503          install-exec-am install-exec-recursive install-info \          install-exec-am install-exec-recursive install-info \
504          install-info-am install-info-recursive install-libexecSCRIPTS \          install-info-am install-info-recursive install-libexecSCRIPTS \
# Line 514  tarball: overview.html overview.ps overv Line 540  tarball: overview.html overview.ps overv
540          gzip -9fv ../dejagnu-${VERSION}.tar; \          gzip -9fv ../dejagnu-${VERSION}.tar; \
541          cp -f ../dejagnu-${VERSION}.tar.gz /usr/src/redhat/SOURCES/; \          cp -f ../dejagnu-${VERSION}.tar.gz /usr/src/redhat/SOURCES/; \
542          cp -f $${dir}/redhat/dejagnu.spec /usr/src/redhat/SPECS/          cp -f $${dir}/redhat/dejagnu.spec /usr/src/redhat/SPECS/
543    
544    # this builds a date stamped tarball of the current sources
545  snapshot:  snapshot:
546          -rm -fr dejagnu-${DATE}          -rm -fr dejagnu-${DATE}
547          cp -fpr $(srcdir) dejagnu-${DATE}          cp -fpr $(srcdir) dejagnu-${DATE}
# Line 531  snapshot: Line 559  snapshot:
559  rpmspec: $(srcdir)/redhat/dejagnu.spec  rpmspec: $(srcdir)/redhat/dejagnu.spec
560          cp -f $(srcdir)/redhat/dejagnu.spec /usr/src/redhat/SPECS/          cp -f $(srcdir)/redhat/dejagnu.spec /usr/src/redhat/SPECS/
561    
562    # this builds a Redhat Linux style rpm package
563  rpm: tarball rpmspec  rpm: tarball rpmspec
564          cp -f ../$(distdir).tar.gz /usr/src/redhat/SOURCES/          cp -f ../$(distdir).tar.gz /usr/src/redhat/SOURCES/
565          rpm -ba /usr/src/redhat/SPECS/dejagnu.spec          rpm -ba /usr/src/redhat/SPECS/dejagnu.spec
566    
567    # this builds a Debian Linux style deb package.
568  deb: overview.html overview.ps overview.pdf  deb: overview.html overview.ps overview.pdf
569          -rm -fr dejagnu-${VERSION}          -rm -fr dejagnu-${VERSION}
570          cp -fpr $(srcdir) dejagnu-${VERSION}          cp -fpr $(srcdir) dejagnu-${VERSION}
# Line 549  deb: overview.html overview.ps overview. Line 579  deb: overview.html overview.ps overview.
579          -cp -fr doc/overview.pdf dejagnu-${VERSION}/doc/;          -cp -fr doc/overview.pdf dejagnu-${VERSION}/doc/;
580          (cd dejagnu-${VERSION}; dpkg-buildpackage)          (cd dejagnu-${VERSION}; dpkg-buildpackage)
581    
582    # this builds a Solaris style pkg package.
583    solpkg: $(srcdir)/pkg/prototype
584            if test ! -d $(PKGDIR)/dejagnu; then \
585              rm -fr dejagnu-${VERSION}; \
586              mkdir dejagnu-${VERSION}; \
587              cd dejagnu-${VERSION}; \
588              $(srcdir)/configure -v --prefix $(PKGDIR)/dejagnu; \
589              make install ; \
590            fi
591            cp $(srcdir)/pkg/prototype /tmp
592            cp $(srcdir)/pkg/pkginfo /tmp
593            here=`pwd`; \
594              cd /tmp; \
595              pkgmk -o -r / -d /tmp; \
596              tar cf $$(here)/dejagnu-${VERSION}.SPARC.2.8.pkg.tar DejaGnu; \
597              gzip -9fv  $$(here)/dejagnu-${VERSION}.SPARC.2.8.pkg.tar
598            rm -fr /tmp/prototype /tmp/pkginfo /tmp/DejaGnu
599    
600    # this builds a HPUX style depot file
601    hpdepot: # $(srcdir)/depot/dejagnu.psf
602            if test ! -d $(PKGDIR)/dejagnu; then \
603            rm -fr dejagnu-${VERSION}; \
604            mkdir dejagnu-${VERSION}; \
605            cd dejagnu-${VERSION}; \
606            $(srcdir)/configure -v --prefix $(PKGDIR)/dejagnu; \
607            make install ; \
608            fi
609            swpackage -s /home/projects/dejagnu/depot/dejagnu.psf -x target_type=directory -d /tmp
610            here=`pwd`; \
611            cd /tmp; \
612            tar cf $$here/dejagnu-${VERSION}.hpux11.depot dejagnu; \
613            gzip -9fv  $$here/dejagnu-${VERSION}.hpux11.depot; \
614            rm -fr /tmp/dejagnu
615    
616  overview.html overview.ps overview.pdf install-doc:  overview.html overview.ps overview.pdf install-doc:
617          cd doc && $(MAKE) $(FLAGS_TO_PASS) $@          cd doc && $(MAKE) $(FLAGS_TO_PASS) $@
618    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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