guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/libguile Makefile.am


From: Marius Vollmer
Subject: guile/guile-core/libguile Makefile.am
Date: Sun, 25 Nov 2001 09:53:00 -0500

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/11/25 09:53:00

Modified files:
        guile-core/libguile: Makefile.am 

Log message:
        * inline.c, inline.h: New files.
        * Makefile.am: Added them in all the right places.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/libguile/Makefile.am.diff?cvsroot=OldCVS&tr1=1.152&tr2=1.153&r1=text&r2=text

Patches:
Index: guile/guile-core/libguile/Makefile.am
diff -u guile/guile-core/libguile/Makefile.am:1.152 
guile/guile-core/libguile/Makefile.am:1.153
--- guile/guile-core/libguile/Makefile.am:1.152 Wed Nov 21 18:34:40 2001
+++ guile/guile-core/libguile/Makefile.am       Sun Nov 25 09:53:00 2001
@@ -46,12 +46,13 @@
     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        
    \
+    hashtab.c hooks.c init.c inline.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 throw.c values.c              \
+    strorder.c strports.c struct.c symbols.c throw.c values.c              \
     variable.c vectors.c version.c vports.c weaks.c
 
 DOT_X_FILES = alist.x arbiters.x async.x backtrace.x boolean.x chars.x   \
@@ -133,7 +134,8 @@
     dynl.h dynwind.h environments.h eq.h error.h eval.h evalext.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        
      \
+    goops.h gsubr.h guardians.h hash.h hashtab.h hooks.h init.h                
      \
+    inline.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  \
     regex-posix.h print.h procprop.h procs.h properties.h random.h ramap.h    \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]