/[guile]/guile/guile-core/libguile-ltdl/Makefile.am
ViewVC logotype

Diff of /guile/guile-core/libguile-ltdl/Makefile.am

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

revision 1.1 by rlb, Sat Oct 5 04:51:19 2002 UTC revision 1.2 by mvo, Fri Oct 11 13:05:43 2002 UTC
# Line 28  DEFS = @DEFS@ Line 28  DEFS = @DEFS@
28  ## Check for headers in $(srcdir)/.., so that #include  ## Check for headers in $(srcdir)/.., so that #include
29  ## <libguile/MUMBLE.h> will find MUMBLE.h in this dir when we're  ## <libguile/MUMBLE.h> will find MUMBLE.h in this dir when we're
30  ## building.  ## building.
31  INCLUDES = -I.. -I$(srcdir)/..  INCLUDES = -I. -I$(srcdir) -I.. -I$(srcdir)/..
32    
33  ETAGS_ARGS = --regex='/SCM_\(GLOBAL_\)?\(G?PROC\|G?PROC1\|SYMBOL\|VCELL\|CONST_LONG\).*\"\([^\"]\)*\"/\3/' \  ETAGS_ARGS = --regex='/SCM_\(GLOBAL_\)?\(G?PROC\|G?PROC1\|SYMBOL\|VCELL\|CONST_LONG\).*\"\([^\"]\)*\"/\3/' \
34     --regex='/[ \t]*SCM_[G]?DEFINE1?[ \t]*(\([^,]*\),[^,]*/\1/'     --regex='/[ \t]*SCM_[G]?DEFINE1?[ \t]*(\([^,]*\),[^,]*/\1/'
35    
36  # We don't install this header since no one should be using the lib directly.  # We don't install this header since no one should be using the lib directly.
37  EXTRA_HEADERS = guile-ltdl.h raw-ltdl.h  EXTRA_HEADERS = guile-ltdl.h raw-ltdl.h
38  EXTRA_DIST = raw-ltdl.c  EXTRA_DIST = raw-ltdl.c $(EXTRA_HEADERS)
39    
40  lib_LTLIBRARIES = libguile-ltdl.la  lib_LTLIBRARIES = libguile-ltdl.la
41  libguile_ltdl_la_SOURCES = guile-ltdl.c  libguile_ltdl_la_SOURCES = guile-ltdl.c

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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