gnats-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to gnats/Makefile.in


From: Milan Zamazal
Subject: Changes to gnats/Makefile.in
Date: Thu, 27 Dec 2001 13:08:43 -0500

Index: gnats/Makefile.in
diff -c gnats/Makefile.in:1.6 gnats/Makefile.in:1.7
*** gnats/Makefile.in:1.6       Thu Nov  1 17:36:13 2001
--- gnats/Makefile.in   Thu Dec 27 13:08:43 2001
***************
*** 17,30 ****
  # along with GNU GNATS; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  
! SUBDIRS = gnats send-pr doc
  
  LIBIBERTYDIR = libiberty
  LIBIBERTY = $(LIBIBERTYDIR)/libiberty.a
  
  # Standard GNU targets
! .PHONY: all install install-strip uninstall clean distclean mostlyclean \
!       maintainer-clean TAGS info dvi dist check
  # GNATS specific targets
  .PHONY: all-gnats all-tools
  
--- 17,35 ----
  # along with GNU GNATS; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  
! VERSION = 4.0-beta1
! DISTDIR = gnats-$(VERSION)
! 
! srcdir = @srcdir@
! VPATH = @srcdir@
  
+ SUBDIRS = gnats send-pr doc
  LIBIBERTYDIR = libiberty
  LIBIBERTY = $(LIBIBERTYDIR)/libiberty.a
  
  # Standard GNU targets
! .PHONY: all install install-strip uninstall clean distclean distclean-here \
!       mostlyclean maintainer-clean TAGS info dvi dist check
  # GNATS specific targets
  .PHONY: all-gnats all-tools
  
***************
*** 51,71 ****
        for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
  
  mostlyclean:
!       -rm -f TAGS
        for d in $(LIBIBERTYDIR) $(SUBDIRS); do $(MAKE) -C $$d $@; done
  
  clean: mostlyclean
        for d in $(LIBIBERTYDIR) $(SUBDIRS); do $(MAKE) -C $$d $@; done
  
! distclean: clean
        -rm -f Makefile config.status config.cache config.log
!       -rm -f ./"#"* *~*
        -rm -f *.orig *.rej
-       for d in $(LIBIBERTYDIR) $(SUBDIRS); do $(MAKE) -C $$d $@; done
  
! maintainer-clean: distclean
        for d in $(LIBIBERTYDIR) $(SUBDIRS); do $(MAKE) -C $$d $@; done
  
  TAGS:
        for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
  
--- 56,81 ----
        for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
  
  mostlyclean:
!       -rm -f TAGS *.tar *.tar.gz
!       -rm -f .\#* *~*
        for d in $(LIBIBERTYDIR) $(SUBDIRS); do $(MAKE) -C $$d $@; done
  
  clean: mostlyclean
        for d in $(LIBIBERTYDIR) $(SUBDIRS); do $(MAKE) -C $$d $@; done
  
! distclean: clean distclean-here
!       for d in $(LIBIBERTYDIR) $(SUBDIRS); do $(MAKE) -C $$d $@; done
! distclean-here:
        -rm -f Makefile config.status config.cache config.log
!       -rm -f .\#* *~*
        -rm -f *.orig *.rej
  
! maintainer-clean: distclean-here
        for d in $(LIBIBERTYDIR) $(SUBDIRS); do $(MAKE) -C $$d $@; done
  
+ Makefile: $(srcdir)/Makefile.in config.status
+       ./config.status
+ 
  TAGS:
        for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
  
***************
*** 75,82 ****
  dvi:
        for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
  
! dist:
!       for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
  
  check:
        for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
--- 85,110 ----
  dvi:
        for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
  
! dist: maintainer-clean
!       ./configure
!       $(MAKE)
!       $(MAKE) distclean
!       -rm -rf $(DISTDIR)
!       mkdir $(DISTDIR)
!       find \( -maxdepth 1 -not -name . -not -name .. -not -name $(DISTDIR) \
!               -not -name debian \) -print0 | \
!               xargs --null cp -al --target-directory=$(DISTDIR)
!       find $(DISTDIR) \( -name CVS -o -name .cvsignore \) -print0 | \
!               xargs --null --no-run-if-empty rm -r
!       -find $(DISTDIR) -type d -print0 | \
!               xargs --null --no-run-if-empty rmdir -p 2>/dev/null
!       set -e; for i in gnats/configure gnats/configure.in; do \
!               sed 's/-Werror//' $(DISTDIR)/$$i >$(DISTDIR)/$$i.tmp; \
!               mv $(DISTDIR)/$$i.tmp $(DISTDIR)/$$i; \
!       done
!       tar cvf $(DISTDIR).tar $(DISTDIR)
!       rm -rf $(DISTDIR)
!       gzip -9 $(DISTDIR).tar
  
  check:
        for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done



reply via email to

[Prev in Thread] Current Thread [Next in Thread]