portability fixes for header inclusion etc.
[bpt/guile.git] / libguile / Makefile.in
index 0b21719..389ca28 100644 (file)
@@ -144,7 +144,7 @@ libobjs=    alist.o \
                $(extras)
 
 
-uninstalled_h_files= _scm.h __scm.hd
+uninstalled_h_files= _scm.h
 
 installed_h_files= __scm.h \
                alist.h \
@@ -365,21 +365,7 @@ manifest = $(ancillary) $(c_sources)
 
 
 .SUFFIXES:
-.SUFFIXES: .o .c .h .ps .dvi .info .texinfo .scm .cd .x .hd
-
-.cd.c:
-       (   echo "/* DO NOT EDIT  --- AUTO-GENERATED --- DO NOT EDIT */" > $@ \
-        && echo -n "#line 1" \" \
-        && echo $<\" | sed -e "s,^.*/,," >> $@ \
-        && sed -f $(srcdir)/def.sed $< >> $@) \
-        || rm -f $@
-
-.hd.h:
-       (   echo "/* DO NOT EDIT  --- AUTO-GENERATED --- DO NOT EDIT */" > $@ \
-        && echo -n "#line 1" \" >> $@ \
-        && echo $<\" | sed -e "s,^.*/,," >> $@ \
-        && sed -f $(srcdir)/def.sed $< >> $@) \
-        || rm -f $@
+.SUFFIXES: .o .c .h .ps .dvi .info .texinfo .scm .x
 
 .c.x:
        if test ! -escmconfig.h ; then \
@@ -477,8 +463,6 @@ depends:
        rm $(gen_c_files)
        rm scmconfig.h
 
-$(srcdir)/__scm.h: __scm.hd
-
 ###
 alist.o : alist.c _scm.h libguile.h __scm.h tags.h smob.h params.h alist.h append.h \
   arbiters.h async.h boolean.h chars.h continuations.h dynwind.h eq.h error.h \