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

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

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

revision 1.138.2.21 by rlb, Tue Apr 9 17:24:41 2002 UTC revision 1.138.2.22 by rlb, Mon Aug 5 16:26:31 2002 UTC
# Line 120  pkginclude_HEADERS = gh.h Line 120  pkginclude_HEADERS = gh.h
120    
121  # These are headers visible as <libguile/mumble.h>.  # These are headers visible as <libguile/mumble.h>.
122  modincludedir = $(includedir)/libguile  modincludedir = $(includedir)/libguile
123  modinclude_HEADERS = __scm.h alist.h arbiters.h async.h backtrace.h boolean.h \  modinclude_HEADERS =                                                       \
124      chars.h continuations.h coop-defs.h debug.h debug-malloc.h deprecation.h  \    __scm.h alist.h arbiters.h async.h backtrace.h boolean.h                 \
125      dynl.h dynwind.h environments.h eq.h error.h eval.h evalext.h             \    chars.h continuations.h coop-defs.h debug.h debug-malloc.h               \
126      extensions.h feature.h filesys.h fluids.h fports.h gc.h                   \    deprecation.h                                                            \
127      gdb_interface.h gdbint.h                                                  \    dynl.h dynwind.h environments.h eq.h error.h eval.h evalext.h            \
128      goops.h gsubr.h guardians.h hash.h hashtab.h hooks.h init.h ioext.h       \    extensions.h feature.h filesys.h fluids.h fports.h gc.h                  \
129      iselect.h keywords.h lang.h list.h load.h macros.h mallocs.h modules.h    \    gdb_interface.h gdbint.h                                                 \
130      net_db.h numbers.h objects.h objprop.h options.h pairs.h ports.h posix.h  \    goops.h gsubr.h guardians.h hash.h hashtab.h hooks.h init.h ioext.h      \
131      regex-posix.h print.h procprop.h procs.h properties.h random.h ramap.h    \    iselect.h keywords.h lang.h list.h load.h macros.h mallocs.h modules.h   \
132      rdelim.h read.h root.h rw.h scmsigs.h validate.h script.h simpos.h smob.h \    net_db.h numbers.h objects.h objprop.h options.h pairs.h ports.h posix.h \
133      snarf.h socket.h sort.h srcprop.h stackchk.h stacks.h stime.h strings.h   \    regex-posix.h print.h procprop.h procs.h properties.h random.h ramap.h   \
134      strop.h strorder.h strports.h struct.h symbols.h tags.h threads.h         \    rdelim.h read.h root.h rw.h scmconfig.h scmsigs.h validate.h             \
135      throw.h unif.h values.h variable.h vectors.h version.h vports.h weaks.h    script.h simpos.h smob.h                                                 \
136      snarf.h socket.h sort.h srcprop.h stackchk.h stacks.h stime.h strings.h  \
137  ## This file is generated at configure time.  That is why it is DATA    strop.h strorder.h strports.h struct.h symbols.h tags.h threads.h        \
138  ## and not a header -- headers are included in the distribution.    throw.h unif.h values.h variable.h vectors.h version.h vports.h weaks.h  \
139  modinclude_DATA = scmconfig.h    scmconfig.h
140    
141  bin_SCRIPTS = guile-snarf  bin_SCRIPTS = guile-snarf
142    
# Line 152  EXTRA_DIST = ChangeLog-gh ChangeLog-scm Line 152  EXTRA_DIST = ChangeLog-gh ChangeLog-scm
152  #    $(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES) \  #    $(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES) \
153  #    guile-procedures.txt guile.texi  #    guile-procedures.txt guile.texi
154    
155    # This is a temporary fix -- we'll be generating this file by hand
156    # soon, but don't want to make changes that major right now.
157    scmconfig.h: $(top_builddir)/config.h
158            rm -f scmconfig.h
159            sed -e 's|\(#define PACKAGE_.*\)|/* do not publish: \1 */|' \
160              < $(top_builddir)/config.h > scmconfig.h.tmp
161            mv scmconfig.h.tmp scmconfig.h
162    
163  ## FIXME: Consider using timestamp file, to avoid unnecessary rebuilds.  ## FIXME: Consider using timestamp file, to avoid unnecessary rebuilds.
164  libpath.h: $(srcdir)/Makefile.in  $(top_builddir)/config.status  libpath.h: $(srcdir)/Makefile.in  $(top_builddir)/config.status
165          @echo "Generating libpath.h..."          @echo "Generating libpath.h..."
# Line 284  check_errnos: Line 292  check_errnos:
292    
293  MOSTLYCLEANFILES = \  MOSTLYCLEANFILES = \
294          cpp_err_symbols_here cpp_err_symbols_diff cpp_err_symbols_new \          cpp_err_symbols_here cpp_err_symbols_diff cpp_err_symbols_new \
295          cpp_sig_symbols_here cpp_sig_symbols_diff cpp_sig_symbols_new          cpp_sig_symbols_here cpp_sig_symbols_diff cpp_sig_symbols_new \
296            scmconfig.h
297    
298  CLEANFILES = libpath.h *.x *.doc guile-procedures.txt guile-procedures.texi guile.texi  CLEANFILES = libpath.h *.x *.doc guile-procedures.txt guile-procedures.texi guile.texi
299    

Legend:
Removed from v.1.138.2.21  
changed lines
  Added in v.1.138.2.22

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