/[m4]/m4/src/Makefile.in
ViewVC logotype

Diff of /m4/src/Makefile.in

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

revision 1.1.1.1 by jbailey, Thu Feb 17 03:03:19 2000 UTC revision 1.1.1.1.2.1 by gary, Thu Feb 3 16:43:12 2005 UTC
# Line 15  Line 15 
15  # along with this program; if not, write to the Free Software  # along with this program; if not, write to the Free Software
16  # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17    
18  PRODUCT = @PRODUCT@  PACKAGE = @PACKAGE@
19  VERSION = @VERSION@  VERSION = @VERSION@
20    
21  SHELL = /bin/sh  SHELL = /bin/sh
# Line 65  INCLUDES = -I.. -I$(srcdir) -I$(srcdir)/ Line 65  INCLUDES = -I.. -I$(srcdir) -I$(srcdir)/
65    
66  HEADERS = m4.h  HEADERS = m4.h
67  SOURCES = m4.c builtin.c debug.c eval.c format.c freeze.c input.c \  SOURCES = m4.c builtin.c debug.c eval.c format.c freeze.c input.c \
68  macro.c output.c path.c stackovf.c symtab.c  macro.c output.c path.c stackovf.c symtab.c
69  OBJECTS = m4$O builtin$O debug$O eval$O format$O freeze$O input$O \  OBJECTS = m4$O builtin$O debug$O eval$O format$O freeze$O input$O \
70  macro$O output$O path$O $(STACKOVF) symtab$O  macro$O output$O path$O $(STACKOVF) symtab$O
71    
# Line 110  realclean: distclean Line 110  realclean: distclean
110  dist: $(DISTFILES)  dist: $(DISTFILES)
111          @echo "Copying distribution files"          @echo "Copying distribution files"
112          @for file in $(DISTFILES); do \          @for file in $(DISTFILES); do \
113            ln $(srcdir)/$$file ../$(PRODUCT)-$(VERSION)/src 2> /dev/null \            ln $(srcdir)/$$file ../$(PACKAGE)-$(VERSION)/src 2> /dev/null \
114              || cp -p $(srcdir)/$$file ../$(PRODUCT)-$(VERSION)/src; \              || cp -p $(srcdir)/$$file ../$(PACKAGE)-$(VERSION)/src; \
115          done          done
116    
117  Makefile: Makefile.in ../config.status  Makefile: Makefile.in ../config.status

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

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