[gforth] / gforth / Makefile.in  

gforth: gforth/Makefile.in

Diff for /gforth/Makefile.in between version 1.422 and 1.423

version 1.422, Tue Aug 19 20:18:58 2008 UTC version 1.423, Mon Oct 6 21:33:07 2008 UTC
Line 863 
Line 863 
   
 # ------------- additional C primitives  # ------------- additional C primitives
   
 %.c:            %.pri prim2cl.fs  .SUFFIXES:      .c .pri
   
   .pri.c:         $< prim2cl.fs
                 $(FORTHK) prim2cl.fs -e "file $< altogether bye" >$@                  $(FORTHK) prim2cl.fs -e "file $< altogether bye" >$@
   
 %.so:           %.c  .c.so:          $<
                 $(GCC) -shared $(CFLAGS) $(CPPFLAGS) $< -o $@                  $(GCC) -shared $(CFLAGS) $(CPPFLAGS) $< -o $@
   
 # ------------- Make Documentation  # ------------- Make Documentation


Generate output suitable for use with a patch program
Legend:
Removed from v.1.422  
changed lines
  Added in v.1.423

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help