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

Diff of /m4/src/Makefile.am

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

revision 1.10 by gary, Fri Aug 29 16:55:56 2003 UTC revision 1.11 by gary, Fri Sep 5 18:32:27 2003 UTC
# Line 1  Line 1 
1  ## This file is part of GNU m4  ## This file is part of GNU m4
2  ## Copyright (C) 2000 Free Software Foundation, Inc.  ## Copyright (C) 2000, 2003 Free Software Foundation, Inc.
3  ##  ##
4  ## This program is free software; you can redistribute it and/or modify  ## This program is free software; you can redistribute it and/or modify
5  ## it under the terms of the GNU General Public License as published by  ## it under the terms of the GNU General Public License as published by
# Line 18  Line 18 
18  ##  ##
19  ## Written by Gary V. Vaughan <gary@gnu.org>  ## Written by Gary V. Vaughan <gary@gnu.org>
20    
21  CLEANFILES = m4$(EXEEXT)  AM_CPPFLAGS     = -I$(top_builddir) -I$(top_srcdir) \
22  MAINTAINERCLEANFILES = Makefile.in                    -I$(top_builddir)/gnulib -I$(top_srcdir)/gnulib \
   
 INCLUDES        = -I$(top_builddir) -I$(top_srcdir) \  
23                    -I$(top_builddir)/m4 -I$(top_srcdir)/m4 $(INTLINCL)                    -I$(top_builddir)/m4 -I$(top_srcdir)/m4 $(INTLINCL)
24    
25  noinst_HEADERS = gnu-getopt.h  bin_PROGRAMS            = m4
26    m4_SOURCES              = main.c m4.h freeze.c stackovf.c
27  bin_PROGRAMS = m4  EXTRA_m4_SOURCES        = getopt.c getopt1.c
 m4_SOURCES = main.c m4.h freeze.c stackovf.c  
 EXTRA_m4_SOURCES = getopt.c getopt1.c  
28    
29  m4_LDADD = $(M4OBJS) $(top_builddir)/m4/libm4.la $(INTLLIBS)  m4_LDADD                = $(M4OBJS) $(top_builddir)/m4/libm4.la $(INTLLIBS)
30  m4_LDFLAGS = -no-undefined -export-dynamic $(DLPREOPEN)  m4_LDFLAGS              = -no-undefined -export-dynamic $(DLPREOPEN)
31    
32  $(bin_PROGRAMS): $(M4OBJS)  $(bin_PROGRAMS): $(M4OBJS)
33    
34    noinst_HEADERS          = gnu-getopt.h
35    
36    CLEANFILES              = m4$(EXEEXT)
37    MAINTAINERCLEANFILES    = Makefile.in

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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