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

Diff of /m4/modules/Makefile.am

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

revision 1.17 by gary, Sun Sep 30 14:23:27 2001 UTC revision 1.18 by gary, Fri May 30 15:13:32 2003 UTC
# Line 1  Line 1 
1  ## This file is part of GNU m4  ## This file is part of GNU m4
2  ## Copyright 2000, 2001 Free Software Foundation, Inc.  ## Copyright 2000, 2001, 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 30  EXTRA_DIST = modtest.m4 shadow.m4 time.m Line 30  EXTRA_DIST = modtest.m4 shadow.m4 time.m
30  INCLUDES        = -I$(top_builddir) -I$(top_srcdir) \  INCLUDES        = -I$(top_builddir) -I$(top_srcdir) \
31                    -I$(top_builddir)/m4 -I$(top_srcdir)/m4 $(INTLINCL)                    -I$(top_builddir)/m4 -I$(top_srcdir)/m4 $(INTLINCL)
32  LIBS = $(top_builddir)/m4/libm4.la  LIBS = $(top_builddir)/m4/libm4.la
33  LDFLAGS = -no-undefined  AM_LDFLAGS = -no-undefined
34    
35  pkglibexec_LTLIBRARIES  = gnu.la load.la m4.la \  pkglibexec_LTLIBRARIES  = gnu.la load.la m4.la \
36                            traditional.la perl.la \                            traditional.la perl.la \
37                            modtest.la shadow.la stdlib.la time.la                            modtest.la shadow.la stdlib.la time.la
38    
 ## Aaaarg.  Automake 1.5 doesn't seem to like  
 ## pkglibexec_LTLIBRARIES += mpeval.la  
 pkglibexec2dir = $(pkglibexecdir)  
39  if USE_GMP  if USE_GMP
40  pkglibexec2_LTLIBRARIES = mpeval.la  pkglibexec_LTLIBRARIES += mpeval.la
41  endif  endif
42    
43  gnu_la_SOURCES = gnu.c  gnu_la_SOURCES = gnu.c
# Line 81  time_la_LDFLAGS = -module Line 78  time_la_LDFLAGS = -module
78  BUILT_SOURCES = perlxsi.c  BUILT_SOURCES = perlxsi.c
79  perlxsi.c:  perlxsi.c:
80          perl -MExtUtils::Embed -e xsinit -- -o perlxsi.c          perl -MExtUtils::Embed -e xsinit -- -o perlxsi.c
81    

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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