* validate.h
[bpt/guile.git] / libguile / Makefile.am
index 9f79807..5a8cc58 100644 (file)
@@ -38,23 +38,25 @@ guile_SOURCES = guile.c
 guile_LDADD = libguile.la ${THREAD_LIBS_LOCAL}
 guile_LDFLAGS = @DLPREOPEN@
 
-libguile_la_SOURCES = alist.c arbiters.c async.c backtrace.c boolean.c      \
-    chars.c continuations.c debug.c deprecation.c dynl.c dynwind.c          \
-    environments.c eq.c error.c eval.c evalext.c feature.c fluids.c fports.c \
-    gc.c gc_os_dep.c gdbint.c gh_data.c gh_eval.c gh_funcs.c gh_init.c      \
-    gh_io.c gh_list.c gh_predicates.c goops.c gsubr.c guardians.c hash.c     \
-    hashtab.c hooks.c init.c ioext.c iselect.c keywords.c lang.c list.c             \
-    load.c macros.c mallocs.c modules.c numbers.c objects.c objprop.c       \
-    options.c pairs.c ports.c print.c procprop.c procs.c properties.c       \
-    random.c rdelim.c read.c root.c rw.c scmsigs.c script.c simpos.c smob.c  \
-    sort.c srcprop.c stackchk.c stacks.c stime.c strings.c strop.c          \
-    strorder.c strports.c struct.c symbols.c tag.c throw.c values.c         \
+libguile_la_SOURCES = alist.c arbiters.c async.c backtrace.c boolean.c     \
+    chars.c continuations.c debug.c deprecation.c dynl.c dynwind.c         \
+    environments.c eq.c error.c eval.c evalext.c extensions.c              \
+    feature.c fluids.c fports.c                                                    \
+    gc.c gc_os_dep.c gdbint.c gh_data.c gh_eval.c gh_funcs.c gh_init.c     \
+    gh_io.c gh_list.c gh_predicates.c goops.c gsubr.c guardians.c hash.c    \
+    hashtab.c hooks.c init.c ioext.c iselect.c keywords.c lang.c list.c            \
+    load.c macros.c mallocs.c modules.c numbers.c objects.c objprop.c      \
+    options.c pairs.c ports.c print.c procprop.c procs.c properties.c      \
+    random.c rdelim.c read.c root.c rw.c scmsigs.c script.c simpos.c smob.c \
+    sort.c srcprop.c stackchk.c stacks.c stime.c strings.c strop.c         \
+    strorder.c strports.c struct.c symbols.c tag.c throw.c values.c        \
     variable.c vectors.c version.c vports.c weaks.c symbols-deprecated.c
 
 DOT_X_FILES = alist.x arbiters.x async.x backtrace.x boolean.x chars.x   \
     continuations.x debug.x deprecation.x dynl.x dynwind.x               \
     environments.x eq.x                                                          \
-    error.x eval.x evalext.x feature.x fluids.x fports.x gc.x goops.x    \
+    error.x eval.x evalext.x extensions.x feature.x fluids.x fports.x    \
+    gc.x goops.x                                                         \
     gsubr.x guardians.x hash.x hashtab.x hooks.x init.x ioext.x iselect.x \
     keywords.x lang.x list.x load.x macros.x mallocs.x modules.x         \
     numbers.x objects.x objprop.x options.x pairs.x ports.x print.x      \
@@ -69,7 +71,8 @@ EXTRA_DOT_X_FILES = @EXTRA_DOT_X_FILES@
 DOT_DOC_FILES = alist.doc arbiters.doc async.doc backtrace.doc             \
     boolean.doc chars.doc continuations.doc debug.doc dynl.doc             \
     dynwind.doc environments.doc eq.doc error.doc eval.doc evalext.doc     \
-    feature.doc fluids.doc fports.doc gc.doc goops.doc gsubr.doc           \
+    extensions.doc feature.doc fluids.doc fports.doc gc.doc goops.doc      \
+    gsubr.doc                                                              \
     guardians.doc hash.doc hashtab.doc hooks.doc init.doc ioext.doc        \
     iselect.doc keywords.doc lang.doc list.doc load.doc macros.doc         \
     mallocs.doc modules.doc numbers.doc objects.doc objprop.doc                    \
@@ -86,10 +89,10 @@ EXTRA_DOT_DOC_FILES = @EXTRA_DOT_DOC_FILES@
 BUILT_SOURCES = cpp_err_symbols.c cpp_sig_symbols.c libpath.h scmconfig.h \
     $(DOT_X_FILES) $(EXTRA_DOT_X_FILES) $(DOT_DOC_FILES)
 
-EXTRA_libguile_la_SOURCES = _scm.h             \
+EXTRA_libguile_la_SOURCES = _scm.h                     \
     alloca.c inet_aton.c memmove.c putenv.c strerror.c \
-    threads.c regex-posix.c \
-    filesys.c posix.c net_db.c socket.c \
+    threads.c regex-posix.c                            \
+    filesys.c posix.c net_db.c socket.c                        \
     ramap.c unif.c debug-malloc.c
 
 ## In next release, threads will be factored out of libguile.
@@ -98,10 +101,10 @@ OMIT_DEPENDENCIES = libguile.h ltdl.h \
     axp.h hppa.h i386.h ksr.h m88k.h mips.h sparc.h vax.h
 
 ## This is kind of nasty... there are ".c" files that we don't want to
-## compile, since they are #included in threads.c.  So instead we list
-## them here.  Perhaps we can deal with them normally once the merge
-## seems to be working.
-noinst_HEADERS = coop-threads.c coop-threads.h coop.c
+## compile, since they are #included.  So instead we list them here.
+## Perhaps we can deal with them normally once the merge seems to be
+## working.
+noinst_HEADERS = coop-threads.c coop-threads.h coop.c num2integral.i.c
 
 libguile_la_DEPENDENCIES = @LIBLOBJS@
 libguile_la_LIBADD = @LIBLOBJS@ $(LIBLTDL)
@@ -115,7 +118,8 @@ modincludedir = $(includedir)/libguile
 modinclude_HEADERS = __scm.h alist.h arbiters.h async.h backtrace.h boolean.h \
     chars.h continuations.h coop-defs.h debug.h debug-malloc.h deprecation.h  \
     dynl.h dynwind.h environments.h eq.h error.h eval.h evalext.h            \
-    feature.h filesys.h fluids.h fports.h gc.h gdb_interface.h gdbint.h              \
+    extensions.h feature.h filesys.h fluids.h fports.h gc.h                  \
+    gdb_interface.h gdbint.h                                                 \
     goops.h gsubr.h guardians.h hash.h hashtab.h hooks.h init.h ioext.h              \
     iselect.h keywords.h lang.h list.h load.h macros.h mallocs.h modules.h    \
     net_db.h numbers.h objects.h objprop.h options.h pairs.h ports.h posix.h  \