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

Diff of /groff/Makefile.in

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

revision 1.83 by wl, Mon Feb 28 13:57:53 2005 UTC revision 1.84 by wl, Thu Mar 24 17:05:12 2005 UTC
# Line 1  Line 1 
1  # Copyright (C) 1989-2000, 2001, 2002, 2003, 2004  # Copyright (C) 1989-2000, 2001, 2002, 2003, 2004, 2005
2  #   Free Software Foundation, Inc.  #   Free Software Foundation, Inc.
3  #      Written by James Clark (jjc@jclark.com)  #      Written by James Clark (jjc@jclark.com)
4  #  #
# Line 322  make_install_pdfdoc=@make_install_pdfdoc Line 322  make_install_pdfdoc=@make_install_pdfdoc
322  # -DHAVE_STRUCT_EXCEPTION       if <math.h> defines struct exception  # -DHAVE_STRUCT_EXCEPTION       if <math.h> defines struct exception
323  # -DRETSIGTYPE=int              if signal handlers return int not void    # -DRETSIGTYPE=int              if signal handlers return int not void  
324  # -DIS_EBCDIC_HOST              if the host's encoding is EBCDIC  # -DIS_EBCDIC_HOST              if the host's encoding is EBCDIC
325  # -DPAGEA4                      if the the printer's page size is A4  # -DPAGE=A4                     if the the printer's page size is A4
326  # -DGHOSTSCRIPT=gs              the name (and directory if required) of the  # -DGHOSTSCRIPT=gs              the name (and directory if required) of the
327  #                               ghostscript program  #                               ghostscript program
328  DEFINES=@DEFS@  DEFINES=@DEFS@
# Line 566  NOMAKEDIRS=\ Line 566  NOMAKEDIRS=\
566    contrib/mm/mm \    contrib/mm/mm \
567    contrib/mom/examples \    contrib/mom/examples \
568    contrib/mom/momdoc \    contrib/mom/momdoc \
569      contrib/gdiffmk/tests \
570    src/libs/snprintf    src/libs/snprintf
571  DISTDIRS=\  DISTDIRS=\
572    $(INCDIRS) $(LIBDIRS) $(PROGDIRS) $(DEVDIRS) $(XDEVDIRS) $(OTHERDEVDIRS) \    $(INCDIRS) $(LIBDIRS) $(PROGDIRS) $(DEVDIRS) $(XDEVDIRS) $(OTHERDEVDIRS) \
# Line 694  dist: Line 695  dist:
695          $(MAKE) srcdir=. VPATH=. distfiles; \          $(MAKE) srcdir=. VPATH=. distfiles; \
696          $(MAKE) srcdir=. VPATH=. extraclean; \          $(MAKE) srcdir=. VPATH=. extraclean; \
697          for d in $(EXTRADIRS); do \          for d in $(EXTRADIRS); do \
698            (cd $$d; $(MAKE) extraclean); \            (cd $$d; \
699               if test -f Makefile; then \
700                 $(MAKE) extraclean; \
701               else \
702                 $(MAKE) -f $(top_builddir)/$$d/Makefile extraclean; \
703               fi); \
704          done; \          done; \
705          rm -f Makefile; \          rm -f Makefile; \
706          $(LN_S) $$srcdir/Makefile.init Makefile          $(LN_S) $$srcdir/Makefile.init Makefile

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84

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