[gforth] / gforth / Makefile.in  

gforth: gforth/Makefile.in

Diff for /gforth/Makefile.in between version 1.10 and 1.11

version 1.10, Wed Dec 21 14:26:20 1994 UTC version 1.11, Tue Jan 10 18:57:40 1995 UTC
Line 20 
Line 20 
 CC      = gcc  CC      = gcc
 TEXI2DVI = tex  TEXI2DVI = tex
 DVI2PS  = dvips  DVI2PS  = dvips
   MAKEINFO = makeinfo
 XCFLAGS = @CFLAGS@  XCFLAGS = @CFLAGS@
 XDEFINES = @DEFS@  XDEFINES = @DEFS@
 SWITCHES = $(XCFLAGS) $(XDEFINES) -D_POSIX_VERSION#-DNDEBUG #turn off assertions  SWITCHES = $(XCFLAGS) $(XDEFINES) -D_POSIX_VERSION#-DNDEBUG #turn off assertions
Line 122 
Line 123 
                 $(INSTALL) -d $(bindir) $(mandir) $(infodir) $(libdir)/gforth $(datadir)/gforth                  $(INSTALL) -d $(bindir) $(mandir) $(infodir) $(libdir)/gforth $(datadir)/gforth
                 $(INSTALL_PROGRAM) gforth $(bindir)                  $(INSTALL_PROGRAM) gforth $(bindir)
                 $(INSTALL_DATA) gforth.1 $(mandir)                  $(INSTALL_DATA) gforth.1 $(mandir)
                 $(INSTALL_DATA) gforth.info $(infodir)                  $(INSTALL_DATA) gforth.info* $(infodir)
                 $(INSTALL_DATA) gforth.fi $(libdir)/gforth                  $(INSTALL_DATA) gforth.fi $(libdir)/gforth
                 for i in $(FORTH_SRC); do \                  for i in $(FORTH_SRC); do \
                         $(CP) $$i $(datadir)/gforth; \                          $(CP) $$i $(datadir)/gforth; \
Line 182 
Line 183 
 gforth.ps:      gforth.dvi  gforth.ps:      gforth.dvi
                 $(DVI2PS) gforth.dvi -o $@                  $(DVI2PS) gforth.dvi -o $@
   
   gforth.info:    gforth.texi
                   -$(MAKEINFO) gforth.texi
   
 # For an explanation of the following Makefile rules, see node  # For an explanation of the following Makefile rules, see node
 # `Automatic Remaking' in GNU Autoconf documentation.  # `Automatic Remaking' in GNU Autoconf documentation.
 Makefile: Makefile.in config.status  Makefile: Makefile.in config.status


Generate output suitable for use with a patch program
Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help