1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/lang/ocaml-examples/pkg-plist
Stanislav Sedov a202e944ac - Install Makefiles for examples.
PR:		ports/144215
Submitted by:	soulcatcher <soulcatcher13@gmail.com>
2010-03-09 00:12:39 +00:00

417 lines
16 KiB
Plaintext

%%EXAMPLESDIR%%/Makefile
%%EXAMPLESDIR%%/TODO
%%EXAMPLESDIR%%/asl/Makefile
%%EXAMPLESDIR%%/asl/README
%%EXAMPLESDIR%%/asl/asl.ml
%%EXAMPLESDIR%%/asl/asl.mli
%%EXAMPLESDIR%%/asl/example.asl
%%EXAMPLESDIR%%/asl/example.res
%%EXAMPLESDIR%%/asl/loadall.ml
%%EXAMPLESDIR%%/asl/main.ml
%%EXAMPLESDIR%%/asl/main.mli
%%EXAMPLESDIR%%/asl/parser.ml
%%EXAMPLESDIR%%/asl/parser.mli
%%EXAMPLESDIR%%/asl/prel.ml
%%EXAMPLESDIR%%/asl/prel.mli
%%EXAMPLESDIR%%/asl/run.ml
%%EXAMPLESDIR%%/asl/semant.ml
%%EXAMPLESDIR%%/asl/token.ml
%%EXAMPLESDIR%%/asl/token.mli
%%EXAMPLESDIR%%/asl/typing.ml
%%EXAMPLESDIR%%/basics/Makefile
%%EXAMPLESDIR%%/basics/README
%%EXAMPLESDIR%%/basics/argcargv.ml
%%EXAMPLESDIR%%/basics/eng.html
%%EXAMPLESDIR%%/basics/explode.ml
%%EXAMPLESDIR%%/basics/explode.mli
%%EXAMPLESDIR%%/basics/fib.ml
%%EXAMPLESDIR%%/basics/fra.html
%%EXAMPLESDIR%%/basics/greeting.ml
%%EXAMPLESDIR%%/basics/hello.ml
%%EXAMPLESDIR%%/basics/kmp.ml
%%EXAMPLESDIR%%/basics/loadall.ml
%%EXAMPLESDIR%%/basics/queens.ml
%%EXAMPLESDIR%%/basics/queens_lazy.ml
%%EXAMPLESDIR%%/basics/queens_tail.ml
%%EXAMPLESDIR%%/basics/read_points.ml
%%EXAMPLESDIR%%/basics/read_points.txt
%%EXAMPLESDIR%%/basics/realloc.ml
%%EXAMPLESDIR%%/basics/realloc.mli
%%EXAMPLESDIR%%/basics/reverse_rec.ml
%%EXAMPLESDIR%%/basics/reverse_stdin.ml
%%EXAMPLESDIR%%/basics/sieve.ml
%%EXAMPLESDIR%%/basics/sieve_vect.c
%%EXAMPLESDIR%%/basics/sieve_vect.ml
%%EXAMPLESDIR%%/basics/sieve_vect_unsafe.ml
%%EXAMPLESDIR%%/basics/soli.ml
%%EXAMPLESDIR%%/basics/square.ml
%%EXAMPLESDIR%%/basics/strpos.ml
%%EXAMPLESDIR%%/basics/wc.ml
%%EXAMPLESDIR%%/basics/wc_unix.ml
%%EXAMPLESDIR%%/calc/Makefile
%%EXAMPLESDIR%%/calc/README
%%EXAMPLESDIR%%/calc/calc.ml
%%EXAMPLESDIR%%/calc/lexer.mll
%%EXAMPLESDIR%%/calc/loadall.ml
%%EXAMPLESDIR%%/calc/main.ml
%%EXAMPLESDIR%%/calc/parser.mly
%%EXAMPLESDIR%%/camltk/Makefile
%%EXAMPLESDIR%%/camltk/README
%%EXAMPLESDIR%%/camltk/addition.ml
%%EXAMPLESDIR%%/camltk/bonjour.ml
%%EXAMPLESDIR%%/camltk/bonjour_quit.ml
%%EXAMPLESDIR%%/camltk/camleyes.ml
%%EXAMPLESDIR%%/camltk/convert.ml
%%EXAMPLESDIR%%/camltk/convert_euro.ml
%%EXAMPLESDIR%%/camltk/convertion.ml
%%EXAMPLESDIR%%/camltk/convertion_euro.ml
%%EXAMPLESDIR%%/camltk/eng.html
%%EXAMPLESDIR%%/camltk/hello.ml
%%EXAMPLESDIR%%/camltk/hello_quit.ml
%%EXAMPLESDIR%%/camltk/images/CamlBook.gif
%%EXAMPLESDIR%%/camltk/images/Lambda2.back.gif
%%EXAMPLESDIR%%/camltk/images/Makefile
%%EXAMPLESDIR%%/camltk/images/dojoji.back.gif
%%EXAMPLESDIR%%/camltk/joconde.gif
%%EXAMPLESDIR%%/camltk/loadall.ml
%%EXAMPLESDIR%%/camltk/mytext.ml
%%EXAMPLESDIR%%/camltk/rgb.ml
%%EXAMPLESDIR%%/camltk/start.ml
%%EXAMPLESDIR%%/camltk/stop.ml
%%EXAMPLESDIR%%/camltk/taquin.ml
%%EXAMPLESDIR%%/camltk/tetris.ml
%%EXAMPLESDIR%%/camltktutorial/appli.ml
%%EXAMPLESDIR%%/camltktutorial/complexe.ml
%%EXAMPLESDIR%%/camltktutorial/complexe0.ml
%%EXAMPLESDIR%%/camltktutorial/complexegui.ml
%%EXAMPLESDIR%%/camltktutorial/complexegui0.ml
%%EXAMPLESDIR%%/camltktutorial/servers/Makefile
%%EXAMPLESDIR%%/camltktutorial/servers/biconnect.ml
%%EXAMPLESDIR%%/camltktutorial/servers/biout.ml
%%EXAMPLESDIR%%/camltktutorial/servers/bipipe.ml
%%EXAMPLESDIR%%/camltktutorial/servers/bipipe.mli
%%EXAMPLESDIR%%/camltktutorial/servers/compute.ml
%%EXAMPLESDIR%%/camltktutorial/servers/connect.ml
%%EXAMPLESDIR%%/camltktutorial/servers/fork.ml
%%EXAMPLESDIR%%/camltktutorial/servers/gui.ml
%%EXAMPLESDIR%%/camltktutorial/servers/make_appli
%%EXAMPLESDIR%%/camltktutorial/servers/mk_seq.ml
%%EXAMPLESDIR%%/camltktutorial/servers/multiconnect
%%EXAMPLESDIR%%/camltktutorial/servers/pipe.ml
%%EXAMPLESDIR%%/camltktutorial/simple.ml
%%EXAMPLESDIR%%/colwheel/Makefile
%%EXAMPLESDIR%%/colwheel/colwheel.ml
%%EXAMPLESDIR%%/colwheel/loadall.ml
%%EXAMPLESDIR%%/compress/Makefile
%%EXAMPLESDIR%%/compress/compr.ml
%%EXAMPLESDIR%%/compress/decompr.ml
%%EXAMPLESDIR%%/compress/esbit.ml
%%EXAMPLESDIR%%/compress/esbit.mli
%%EXAMPLESDIR%%/compress/fileprio.ml
%%EXAMPLESDIR%%/compress/fileprio.mli
%%EXAMPLESDIR%%/compress/huffman.ml
%%EXAMPLESDIR%%/compress/huffman.mli
%%EXAMPLESDIR%%/compress/loadall.ml
%%EXAMPLESDIR%%/config/Imake.rules
%%EXAMPLESDIR%%/config/Imake.tmpl
%%EXAMPLESDIR%%/config/Makefile
%%EXAMPLESDIR%%/config/coldboot
%%EXAMPLESDIR%%/demonstr/Makefile
%%EXAMPLESDIR%%/demonstr/asynt.ml
%%EXAMPLESDIR%%/demonstr/asynt.mli
%%EXAMPLESDIR%%/demonstr/demo.ml
%%EXAMPLESDIR%%/demonstr/lexuniv.ml
%%EXAMPLESDIR%%/demonstr/lexuniv.mli
%%EXAMPLESDIR%%/demonstr/loadall.ml
%%EXAMPLESDIR%%/demonstr/prop.ml
%%EXAMPLESDIR%%/demonstr/prop.mli
%%EXAMPLESDIR%%/dlls/unix/Makefile
%%EXAMPLESDIR%%/dlls/unix/client.c
%%EXAMPLESDIR%%/dlls/unix/fib.ml
%%EXAMPLESDIR%%/dlls/unix/fib_wrappers.c
%%EXAMPLESDIR%%/dlls/windows/Makefile
%%EXAMPLESDIR%%/dlls/windows/MakefileByteCode
%%EXAMPLESDIR%%/dlls/windows/MakefileNative
%%EXAMPLESDIR%%/dlls/windows/client.c
%%EXAMPLESDIR%%/dlls/windows/fib.ml
%%EXAMPLESDIR%%/dlls/windows/fibwrap.c
%%EXAMPLESDIR%%/dlls/windows/modwrap.c
%%EXAMPLESDIR%%/docteur/Makefile
%%EXAMPLESDIR%%/docteur/docteur.ml
%%EXAMPLESDIR%%/docteur/loadall.ml
%%EXAMPLESDIR%%/doctor/Makefile
%%EXAMPLESDIR%%/doctor/doctor.ml
%%EXAMPLESDIR%%/doctor/loadall.ml
%%EXAMPLESDIR%%/eng.html
%%EXAMPLESDIR%%/fra.html
%%EXAMPLESDIR%%/grep/Makefile
%%EXAMPLESDIR%%/grep/auto.ml
%%EXAMPLESDIR%%/grep/auto.mli
%%EXAMPLESDIR%%/grep/determ.ml
%%EXAMPLESDIR%%/grep/determ.mli
%%EXAMPLESDIR%%/grep/ensent.ml
%%EXAMPLESDIR%%/grep/ensent.mli
%%EXAMPLESDIR%%/grep/expr.ml
%%EXAMPLESDIR%%/grep/expr.mli
%%EXAMPLESDIR%%/grep/fastgrep.ml
%%EXAMPLESDIR%%/grep/fastrec.c
%%EXAMPLESDIR%%/grep/fastrec.mli
%%EXAMPLESDIR%%/grep/grep.ml
%%EXAMPLESDIR%%/grep/loadall.ml
%%EXAMPLESDIR%%/grep/makefast
%%EXAMPLESDIR%%/hanoi/Makefile
%%EXAMPLESDIR%%/hanoi/grahanoi_eng.ml
%%EXAMPLESDIR%%/hanoi/grahanoi_fra.ml
%%EXAMPLESDIR%%/hanoi/hanoi_eng.ml
%%EXAMPLESDIR%%/hanoi/hanoi_fra.ml
%%EXAMPLESDIR%%/hanoi/koch.ml
%%EXAMPLESDIR%%/hanoi/loadall.ml
%%EXAMPLESDIR%%/hanoi/txthanoi_eng.ml
%%EXAMPLESDIR%%/hanoi/txthanoi_fra.ml
%%EXAMPLESDIR%%/kb/Makefile
%%EXAMPLESDIR%%/kb/README
%%EXAMPLESDIR%%/kb/equation.ml
%%EXAMPLESDIR%%/kb/go.ml
%%EXAMPLESDIR%%/kb/kb.ml
%%EXAMPLESDIR%%/kb/loadall.ml
%%EXAMPLESDIR%%/kb/order.ml
%%EXAMPLESDIR%%/kb/prelude.ml
%%EXAMPLESDIR%%/kb/terms.ml
%%EXAMPLESDIR%%/minicaml/Makefile
%%EXAMPLESDIR%%/minicaml/caml.ml
%%EXAMPLESDIR%%/minicaml/eval.ml
%%EXAMPLESDIR%%/minicaml/eval.mli
%%EXAMPLESDIR%%/minicaml/interp.ml
%%EXAMPLESDIR%%/minicaml/lexuniv.ml
%%EXAMPLESDIR%%/minicaml/lexuniv.mli
%%EXAMPLESDIR%%/minicaml/loadall.ml
%%EXAMPLESDIR%%/minicaml/syntaxe.ml
%%EXAMPLESDIR%%/minicaml/syntaxe.mli
%%EXAMPLESDIR%%/minicaml/synthese.ml
%%EXAMPLESDIR%%/minicaml/synthese.mli
%%EXAMPLESDIR%%/minicaml/types.ml
%%EXAMPLESDIR%%/minicaml/types.mli
%%EXAMPLESDIR%%/minicaml/typeur.ml
%%EXAMPLESDIR%%/minilogo/Makefile
%%EXAMPLESDIR%%/minilogo/abstract.ml
%%EXAMPLESDIR%%/minilogo/alex.ml
%%EXAMPLESDIR%%/minilogo/alex.mli
%%EXAMPLESDIR%%/minilogo/asynt.ml
%%EXAMPLESDIR%%/minilogo/asynt.mli
%%EXAMPLESDIR%%/minilogo/crayon.ml
%%EXAMPLESDIR%%/minilogo/crayon.mli
%%EXAMPLESDIR%%/minilogo/langage.ml
%%EXAMPLESDIR%%/minilogo/langage.mli
%%EXAMPLESDIR%%/minilogo/loadall.ml
%%EXAMPLESDIR%%/minilogo/logo.ml
%%EXAMPLESDIR%%/modules/functors/expert/compile.sh
%%EXAMPLESDIR%%/modules/functors/expert/fapply.ml
%%EXAMPLESDIR%%/modules/functors/expert/fapply.mli
%%EXAMPLESDIR%%/modules/functors/expert/fmod.ml
%%EXAMPLESDIR%%/modules/functors/expert/fmod.mli
%%EXAMPLESDIR%%/modules/functors/expert/ftype.mli
%%EXAMPLESDIR%%/modules/functors/expert/imod.ml
%%EXAMPLESDIR%%/modules/functors/expert/imod.mli
%%EXAMPLESDIR%%/modules/functors/expert/itype.mli
%%EXAMPLESDIR%%/modules/functors/expert/main.ml
%%EXAMPLESDIR%%/modules/functors/expert/restype.mli
%%EXAMPLESDIR%%/modules/functors/naive/compile.sh
%%EXAMPLESDIR%%/modules/functors/naive/fmod.ml
%%EXAMPLESDIR%%/modules/functors/naive/fmod.mli
%%EXAMPLESDIR%%/modules/functors/naive/ftype.mli
%%EXAMPLESDIR%%/modules/functors/naive/imod.ml
%%EXAMPLESDIR%%/modules/functors/naive/imod.mli
%%EXAMPLESDIR%%/modules/functors/naive/itype.mli
%%EXAMPLESDIR%%/modules/functors/naive/main.ml
%%EXAMPLESDIR%%/modules/functors/wrong/compile.sh
%%EXAMPLESDIR%%/modules/functors/wrong/fapply.ml
%%EXAMPLESDIR%%/modules/functors/wrong/fapply.mli
%%EXAMPLESDIR%%/modules/functors/wrong/fapplytype.ml
%%EXAMPLESDIR%%/modules/functors/wrong/fmod.ml
%%EXAMPLESDIR%%/modules/functors/wrong/fmod.mli
%%EXAMPLESDIR%%/modules/functors/wrong/ftype.mli
%%EXAMPLESDIR%%/modules/functors/wrong/imod.ml
%%EXAMPLESDIR%%/modules/functors/wrong/imod.mli
%%EXAMPLESDIR%%/modules/functors/wrong/itype.mli
%%EXAMPLESDIR%%/modules/functors/wrong/main.ml
%%EXAMPLESDIR%%/modules/functors/wrong/restype.mli
%%EXAMPLESDIR%%/modules/libraries/restriction/src/Makefile
%%EXAMPLESDIR%%/modules/libraries/restriction/src/inside.ml
%%EXAMPLESDIR%%/modules/libraries/restriction/src/inside.mli
%%EXAMPLESDIR%%/modules/libraries/restriction/src/outside.ml
%%EXAMPLESDIR%%/modules/libraries/restriction/src/outside.mli
%%EXAMPLESDIR%%/modules/libraries/restriction/test/Makefile
%%EXAMPLESDIR%%/modules/libraries/restriction/test/use_inside_my_lib.ml
%%EXAMPLESDIR%%/modules/libraries/restriction/test/use_my_lib.ml
%%EXAMPLESDIR%%/modules/module_inclusion/with_include/base_module.ml
%%EXAMPLESDIR%%/modules/module_inclusion/with_include/base_module.mli
%%EXAMPLESDIR%%/modules/module_inclusion/with_include/compile
%%EXAMPLESDIR%%/modules/module_inclusion/with_include/doc
%%EXAMPLESDIR%%/modules/module_inclusion/with_include/module_aggregate.ml
%%EXAMPLESDIR%%/modules/module_inclusion/with_include/module_aggregate.mli
%%EXAMPLESDIR%%/modules/module_inclusion/with_include/module_backbone_link.ml
%%EXAMPLESDIR%%/modules/module_inclusion/with_include/module_backbone_link.mli
%%EXAMPLESDIR%%/modules/module_inclusion/with_include/module_chemical_group.ml
%%EXAMPLESDIR%%/modules/module_inclusion/with_include/module_chemical_group.mli
%%EXAMPLESDIR%%/modules/module_inclusion/with_include/module_formulae.ml
%%EXAMPLESDIR%%/modules/module_inclusion/with_include/module_formulae.mli
%%EXAMPLESDIR%%/modules/module_inclusion/with_include/module_lib_frames.ml
%%EXAMPLESDIR%%/modules/module_inclusion/with_include/module_lib_frames.mli
%%EXAMPLESDIR%%/modules/module_inclusion/with_include/module_types.mli
%%EXAMPLESDIR%%/modules/module_inclusion/with_include/path.ml
%%EXAMPLESDIR%%/modules/module_inclusion/with_include/path.mli
%%EXAMPLESDIR%%/modules/module_types/modtype_fun.ml
%%EXAMPLESDIR%%/parsing/polish/compile
%%EXAMPLESDIR%%/parsing/polish/lexer.ml
%%EXAMPLESDIR%%/parsing/polish/lexer.mll
%%EXAMPLESDIR%%/parsing/polish/main.ml
%%EXAMPLESDIR%%/parsing/polish/parser.mly
%%EXAMPLESDIR%%/parsing/polish/parsetree.mli
%%EXAMPLESDIR%%/parsing/polish/print_ast.ml
%%EXAMPLESDIR%%/parsing/polish/print_ast.mli
%%EXAMPLESDIR%%/parsing/polish/scoping.ml
%%EXAMPLESDIR%%/parsing/polish/scoping.mli
%%EXAMPLESDIR%%/parsing/polish/treat.ml
%%EXAMPLESDIR%%/parsing/polish/treat.mli
%%EXAMPLESDIR%%/pascal/Makefile
%%EXAMPLESDIR%%/pascal/compil.ml
%%EXAMPLESDIR%%/pascal/compil.mli
%%EXAMPLESDIR%%/pascal/cpascal.ml
%%EXAMPLESDIR%%/pascal/envir.ml
%%EXAMPLESDIR%%/pascal/envir.mli
%%EXAMPLESDIR%%/pascal/fib1.p
%%EXAMPLESDIR%%/pascal/fib2.p
%%EXAMPLESDIR%%/pascal/interp.ml
%%EXAMPLESDIR%%/pascal/interp.mli
%%EXAMPLESDIR%%/pascal/ipascal.ml
%%EXAMPLESDIR%%/pascal/lexuniv.ml
%%EXAMPLESDIR%%/pascal/lexuniv.mli
%%EXAMPLESDIR%%/pascal/loadall.ml
%%EXAMPLESDIR%%/pascal/reines.p
%%EXAMPLESDIR%%/pascal/syntaxe.ml
%%EXAMPLESDIR%%/pascal/syntaxe.mli
%%EXAMPLESDIR%%/pascal/typage.ml
%%EXAMPLESDIR%%/pascal/typage.mli
%%EXAMPLESDIR%%/pascal/valeur.ml
%%EXAMPLESDIR%%/pascal/valeur.mli
%%EXAMPLESDIR%%/picomach/Makefile
%%EXAMPLESDIR%%/picomach/asm.ml
%%EXAMPLESDIR%%/picomach/code.ml
%%EXAMPLESDIR%%/picomach/code.mli
%%EXAMPLESDIR%%/picomach/exec.ml
%%EXAMPLESDIR%%/picomach/fact.asm
%%EXAMPLESDIR%%/picomach/lecture.ml
%%EXAMPLESDIR%%/picomach/lecture.mli
%%EXAMPLESDIR%%/picomach/lexuniv.ml
%%EXAMPLESDIR%%/picomach/lexuniv.mli
%%EXAMPLESDIR%%/picomach/loadall.ml
%%EXAMPLESDIR%%/picomach/simul.ml
%%EXAMPLESDIR%%/picomach/simul.mli
%%EXAMPLESDIR%%/picomach/stockage.ml
%%EXAMPLESDIR%%/picomach/stockage.mli
%%EXAMPLESDIR%%/showsort/Makefile
%%EXAMPLESDIR%%/showsort/loadall.ml
%%EXAMPLESDIR%%/showsort/showsort.ml
%%EXAMPLESDIR%%/simples/date.ml
%%EXAMPLESDIR%%/simples/date.pl
%%EXAMPLESDIR%%/simples/libperl.ml
%%EXAMPLESDIR%%/simples/mots_islandais
%%EXAMPLESDIR%%/simples/reminder.pl
%%EXAMPLESDIR%%/simples/scan_list.ml
%%EXAMPLESDIR%%/simples/test_chomp.pl
%%EXAMPLESDIR%%/simples/trad.ml
%%EXAMPLESDIR%%/simples/trad.pl
%%EXAMPLESDIR%%/soli/Makefile
%%EXAMPLESDIR%%/soli/soli.ml
%%EXAMPLESDIR%%/soli/soli_opt.ml
%%EXAMPLESDIR%%/spirals/Makefile
%%EXAMPLESDIR%%/spirals/loadall-bw.ml
%%EXAMPLESDIR%%/spirals/loadall.ml
%%EXAMPLESDIR%%/spirals/spir_bw.ml
%%EXAMPLESDIR%%/spirals/spir.ml
%%EXAMPLESDIR%%/sudoku/README
%%EXAMPLESDIR%%/sudoku/clean
%%EXAMPLESDIR%%/sudoku/compile.bin
%%EXAMPLESDIR%%/sudoku/compile.byt
%%EXAMPLESDIR%%/sudoku/main.ml
%%EXAMPLESDIR%%/sudoku/read.ml
%%EXAMPLESDIR%%/sudoku/resolve.ml
%%EXAMPLESDIR%%/sudoku/solve.ml
%%EXAMPLESDIR%%/sudoku/types.mli
%%EXAMPLESDIR%%/sudoku/utils.ml
%%EXAMPLESDIR%%/sudoku_general/README
%%EXAMPLESDIR%%/sudoku_general/clean
%%EXAMPLESDIR%%/sudoku_general/compile.bin
%%EXAMPLESDIR%%/sudoku_general/compile.byt
%%EXAMPLESDIR%%/sudoku_general/example.txt
%%EXAMPLESDIR%%/sudoku_general/example100.txt
%%EXAMPLESDIR%%/sudoku_general/example101.txt
%%EXAMPLESDIR%%/sudoku_general/example400.txt
%%EXAMPLESDIR%%/sudoku_general/example401.txt
%%EXAMPLESDIR%%/sudoku_general/example51.txt
%%EXAMPLESDIR%%/sudoku_general/example81.txt
%%EXAMPLESDIR%%/sudoku_general/example82.txt
%%EXAMPLESDIR%%/sudoku_general/example83.txt
%%EXAMPLESDIR%%/sudoku_general/example93.txt
%%EXAMPLESDIR%%/sudoku_general/example94.txt
%%EXAMPLESDIR%%/sudoku_general/example95.txt
%%EXAMPLESDIR%%/sudoku_general/example96.txt
%%EXAMPLESDIR%%/sudoku_general/example97.txt
%%EXAMPLESDIR%%/sudoku_general/example98.txt
%%EXAMPLESDIR%%/sudoku_general/example99.txt
%%EXAMPLESDIR%%/sudoku_general/main.ml
%%EXAMPLESDIR%%/sudoku_general/read.ml
%%EXAMPLESDIR%%/sudoku_general/resolve.ml
%%EXAMPLESDIR%%/sudoku_general/rules.ml
%%EXAMPLESDIR%%/sudoku_general/sols.txt
%%EXAMPLESDIR%%/sudoku_general/solve.ml
%%EXAMPLESDIR%%/sudoku_general/solve0.ml
%%EXAMPLESDIR%%/sudoku_general/types.mli
%%EXAMPLESDIR%%/sudoku_general/utils.ml
@dirrm %%EXAMPLESDIR%%/sudoku_general
@dirrm %%EXAMPLESDIR%%/sudoku
@dirrm %%EXAMPLESDIR%%/spirals
@dirrm %%EXAMPLESDIR%%/soli
@dirrm %%EXAMPLESDIR%%/simples
@dirrm %%EXAMPLESDIR%%/showsort
@dirrm %%EXAMPLESDIR%%/picomach
@dirrm %%EXAMPLESDIR%%/pascal
@dirrm %%EXAMPLESDIR%%/parsing/polish
@dirrm %%EXAMPLESDIR%%/parsing
@dirrm %%EXAMPLESDIR%%/modules/module_types
@dirrm %%EXAMPLESDIR%%/modules/module_inclusion/with_sharing
@dirrm %%EXAMPLESDIR%%/modules/module_inclusion/with_include
@dirrm %%EXAMPLESDIR%%/modules/module_inclusion
@dirrm %%EXAMPLESDIR%%/modules/libraries/restriction/test
@dirrm %%EXAMPLESDIR%%/modules/libraries/restriction/src
@dirrm %%EXAMPLESDIR%%/modules/libraries/restriction/lib
@dirrm %%EXAMPLESDIR%%/modules/libraries/restriction
@dirrm %%EXAMPLESDIR%%/modules/libraries
@dirrm %%EXAMPLESDIR%%/modules/functors/wrong
@dirrm %%EXAMPLESDIR%%/modules/functors/naive
@dirrm %%EXAMPLESDIR%%/modules/functors/expert
@dirrm %%EXAMPLESDIR%%/modules/functors
@dirrm %%EXAMPLESDIR%%/modules
@dirrm %%EXAMPLESDIR%%/minilogo
@dirrm %%EXAMPLESDIR%%/minicaml
@dirrm %%EXAMPLESDIR%%/kb
@dirrm %%EXAMPLESDIR%%/hanoi
@dirrm %%EXAMPLESDIR%%/grep
@dirrm %%EXAMPLESDIR%%/doctor
@dirrm %%EXAMPLESDIR%%/docteur
@dirrm %%EXAMPLESDIR%%/dlls/windows
@dirrm %%EXAMPLESDIR%%/dlls/unix
@dirrm %%EXAMPLESDIR%%/dlls
@dirrm %%EXAMPLESDIR%%/demonstr
@dirrm %%EXAMPLESDIR%%/config
@dirrm %%EXAMPLESDIR%%/compress
@dirrm %%EXAMPLESDIR%%/colwheel
@dirrm %%EXAMPLESDIR%%/camltktutorial/servers
@dirrm %%EXAMPLESDIR%%/camltktutorial
@dirrm %%EXAMPLESDIR%%/camltk/images
@dirrmtry %%EXAMPLESDIR%%/camltk
@dirrm %%EXAMPLESDIR%%/calc
@dirrm %%EXAMPLESDIR%%/basics
@dirrm %%EXAMPLESDIR%%/asl
@dirrmtry %%EXAMPLESDIR%%