useless files
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4757 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
a0b05eb2ce
commit
781a4d79cb
|
@ -1,34 +0,0 @@
|
|||
include ../support/Makefile.common
|
||||
|
||||
all: tk.ml .depend
|
||||
|
||||
tkgen.ml: ../Widgets.src ../compiler/tkcompiler
|
||||
cd ..; ../../boot/ocamlrun compiler/tkcompiler
|
||||
|
||||
# dependencies are broken: wouldn't work with gmake 3.77
|
||||
|
||||
tk.ml .depend: tkgen.ml ../builtin/report.ml #../builtin/builtin_*.ml
|
||||
(echo 'open StdLabels'; \
|
||||
echo 'open Widget'; \
|
||||
echo 'open Protocol'; \
|
||||
echo 'open Support'; \
|
||||
echo 'open Textvariable'; \
|
||||
cat ../builtin/report.ml; \
|
||||
cat ../builtin/builtin_*.ml; \
|
||||
cat tkgen.ml; \
|
||||
echo ; \
|
||||
echo ; \
|
||||
echo 'module Tkintf = struct'; \
|
||||
cat ../builtin/builtini_*.ml; \
|
||||
cat tkigen.ml; \
|
||||
echo 'end (* module Tkintf *)'; \
|
||||
echo ; \
|
||||
echo ; \
|
||||
echo 'open Tkintf' ;\
|
||||
echo ; \
|
||||
echo ; \
|
||||
cat ../builtin/builtinf_*.ml; \
|
||||
cat tkfgen.ml; \
|
||||
echo ; \
|
||||
) > tk.ml
|
||||
$(LABLDEP) *.mli *.ml > .depend
|
Loading…
Reference in New Issue