Home
last modified time | relevance | path

Searched refs:OCAMLOPT (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/opaque/
H A DMakefile35 @$(OCAMLOPT) -I intf -opaque -c intf/opaque_intf.mli
36 @$(OCAMLOPT) -I intf -c intf/opaque_impl.mli
37 @$(OCAMLOPT) -I intf -c intf/regular.mli
40 @$(OCAMLOPT) -I fst -c fst/opaque_intf.ml
41 @$(OCAMLOPT) -I fst -opaque -c fst/opaque_impl.ml
42 @$(OCAMLOPT) -I fst -c fst/regular.ml
43 @$(OCAMLOPT) -I snd -c snd/opaque_intf.ml
44 @$(OCAMLOPT) -I snd -opaque -c snd/opaque_impl.ml
45 @$(OCAMLOPT) -I snd -c snd/regular.ml
46 @$(OCAMLOPT) -I fst -c test.ml
[all …]
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/opaque/
H A DMakefile35 @$(OCAMLOPT) -I intf -opaque -c intf/opaque_intf.mli
36 @$(OCAMLOPT) -I intf -c intf/opaque_impl.mli
37 @$(OCAMLOPT) -I intf -c intf/regular.mli
40 @$(OCAMLOPT) -I fst -c fst/opaque_intf.ml
41 @$(OCAMLOPT) -I fst -opaque -c fst/opaque_impl.ml
42 @$(OCAMLOPT) -I fst -c fst/regular.ml
43 @$(OCAMLOPT) -I snd -c snd/opaque_intf.ml
44 @$(OCAMLOPT) -I snd -opaque -c snd/opaque_impl.ml
45 @$(OCAMLOPT) -I snd -c snd/regular.ml
46 @$(OCAMLOPT) -I fst -c test.ml
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/xml2modelica/
H A Dmakefile.mak31 OCAMLOPT=ocamlopt
40 $(OCAMLOPT) -c xMLTree.ml
41 $(OCAMLOPT) -c linenum.ml
42 $(OCAMLOPT) -c stringParser.ml
43 $(OCAMLOPT) -c stringLexer.ml
44 $(OCAMLOPT) -c xMLParser.ml
45 $(OCAMLOPT) -c xMLLexer.ml
46 $(OCAMLOPT) -c modelicaCodeGenerator.ml
47 $(OCAMLOPT) -c xML2Modelica.ml
48 …$(OCAMLOPT) -o $(EXEC) xMLTree.cmx linenum.cmx stringParser.cmx stringLexer.cmx xMLParser.cmx xMLL…
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/translator/
H A Dmakefile.mak30 OCAMLOPT=ocamlopt
57 $(OCAMLOPT) $(INCLUDEPATHS) -c parsing/syntax.ml parsing/parser.ml
58 $(OCAMLOPT) $(INCLUDEPATHS) -c parsing/parser.ml parsing/lexer.ml
59 $(OCAMLOPT) $(INCLUDEPATHS) -c parsing/lexer.ml parsing/linenum.ml
60 $(OCAMLOPT) $(INCLUDEPATHS) -c parsing/linenum.ml compilation/types.ml
61 $(OCAMLOPT) $(INCLUDEPATHS) -c compilation/types.ml compilation/nameResolve.ml
62 $(OCAMLOPT) $(INCLUDEPATHS) -c compilation/nameResolve.ml instantiation/instantiation.ml
63 $(OCAMLOPT) $(INCLUDEPATHS) -c instantiation/instantiation.ml exceptionHandling/msgDico.ml
68 $(OCAMLOPT) $(INCLUDEPATHS) -c translation/codeGeneration.ml
69 $(OCAMLOPT) $(INCLUDEPATHS) -c translation/versiondate.ml translation/translator.ml
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/lib-dynlink-native/
H A DMakefile63 $(OCAMLOPT) -c plugin3.ml; \
68 @$(OCAMLOPT) -c plugin2.ml
72 @cd sub; $(OCAMLOPT) -c $(SUPPORTS_SHARED_LIBRARIES) api.ml
75 @cd sub; $(OCAMLOPT) -c -opaque api.mli
78 @cd sub; $(OCAMLOPT) -c api.ml
81 @$(OCAMLOPT) -c -opaque plugin.mli
88 @$(OCAMLOPT) -c plugin_ext.ml
91 @$(OCAMLOPT) -shared -o plugin_ext.so factorial.$(O) \
102 @$(OCAMLOPT) -c $(COMPFLAGS) -for-pack Mypack packed1.ml
105 @$(OCAMLOPT) $(COMPFLAGS) -S -pack -o mypack.cmx packed1.cmx
[all …]
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/lib-dynlink-native/
H A DMakefile63 $(OCAMLOPT) -c plugin3.ml; \
68 @$(OCAMLOPT) -c plugin2.ml
72 @cd sub; $(OCAMLOPT) -c $(SUPPORTS_SHARED_LIBRARIES) api.ml
75 @cd sub; $(OCAMLOPT) -c -opaque api.mli
78 @cd sub; $(OCAMLOPT) -c api.ml
81 @$(OCAMLOPT) -c -opaque plugin.mli
88 @$(OCAMLOPT) -c plugin_ext.ml
91 @$(OCAMLOPT) -shared -o plugin_ext.so factorial.$(O) \
102 @$(OCAMLOPT) -c $(COMPFLAGS) -for-pack Mypack packed1.ml
105 @$(OCAMLOPT) $(COMPFLAGS) -S -pack -o mypack.cmx packed1.cmx
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/link-test/
H A DMakefile27 @$(OCAMLOPT) -c submodule.ml
28 @$(OCAMLOPT) -c aliases.ml
29 @$(OCAMLOPT) -c external.mli external.ml
30 @$(OCAMLOPT) -c external_for_pack.mli external_for_pack.ml
31 @$(OCAMLOPT) -c test.ml
32 @$(OCAMLOPT) -a submodule.cmx aliases.cmx external.cmx \
34 @$(OCAMLOPT) -c -for-pack P use_in_pack.ml
35 @$(OCAMLOPT) -pack use_in_pack.cmx -o p.cmx
36 @$(OCAMLOPT) mylib.cmxa p.cmx test.cmx -o test.native
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/link-test/
H A DMakefile27 @$(OCAMLOPT) -c submodule.ml
28 @$(OCAMLOPT) -c aliases.ml
29 @$(OCAMLOPT) -c external.mli external.ml
30 @$(OCAMLOPT) -c external_for_pack.mli external_for_pack.ml
31 @$(OCAMLOPT) -c test.ml
32 @$(OCAMLOPT) -a submodule.cmx aliases.cmx external.cmx \
34 @$(OCAMLOPT) -c -for-pack P use_in_pack.ml
35 @$(OCAMLOPT) -pack use_in_pack.cmx -o p.cmx
36 @$(OCAMLOPT) mylib.cmxa p.cmx test.cmx -o test.native
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/unwind/
H A DMakefile31 @$(OCAMLOPT) -c -opaque mylib.mli
32 @$(OCAMLOPT) -c driver.ml
33 @$(OCAMLOPT) -c mylib.ml
34 @$(OCAMLOPT) -ccopt "-I$(CTOPDIR)/byterun" -c stack_walker.c
35 @$(OCAMLOPT) -cclib -Wl,-keep_dwarf_unwind -o unwind_test mylib.cmx \
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/unwind/
H A DMakefile31 @$(OCAMLOPT) -c -opaque mylib.mli
32 @$(OCAMLOPT) -c driver.ml
33 @$(OCAMLOPT) -c mylib.ml
34 @$(OCAMLOPT) -ccopt "-I$(CTOPDIR)/byterun" -c stack_walker.c
35 @$(OCAMLOPT) -cclib -Wl,-keep_dwarf_unwind -o unwind_test mylib.cmx \
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/regression/missing_set_of_closures/
H A DMakefile30 @$(OCAMLOPT) -c a.ml
31 @$(OCAMLOPT) -c b.ml
32 @$(OCAMLOPT) -c b2.ml
35 $(OCAMLOPT) -w -58 -c c.ml \
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/regression/missing_set_of_closures/
H A DMakefile30 @$(OCAMLOPT) -c a.ml
31 @$(OCAMLOPT) -c b.ml
32 @$(OCAMLOPT) -c b2.ml
35 $(OCAMLOPT) -w -58 -c c.ml \
/dports/devel/ocaml-camomile-examples/examples/escape/
H A DMakefile.in26 OCAMLOPT = @OCAMLOPT@
62 $(OCAMLOPT) $(OFLAGS) -o $@ $^
85 $(OCAMLOPT) -c $(OFLAGS) $<
88 $(OCAMLOPT) -c $(OFLAGS) $<
H A Dconfigure.in21 # OCAMLOPT "ocamlopt" (or "ocamlopt.opt" if present), or "no"
52 AC_CHECK_PROG(OCAMLOPT,ocamlopt,ocamlopt,no)
54 if test "$OCAMLOPT" = no ; then
58 TMPVERSION=`$OCAMLOPT -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' `
61 OCAMLOPT=no
82 if test "$OCAMLOPT" != no ; then
91 OCAMLOPT=$OCAMLOPTDOTOPT
131 AC_SUBST(OCAMLOPT) subst
H A DMakefile27 OCAMLOPT = ocamlopt.opt macro
63 $(OCAMLOPT) $(OFLAGS) -o $@ $^
86 $(OCAMLOPT) -c $(OFLAGS) $<
89 $(OCAMLOPT) -c $(OFLAGS) $<
/dports/devel/ocaml-camomile-examples/examples/unescape/
H A DMakefile.in26 OCAMLOPT = @OCAMLOPT@
62 $(OCAMLOPT) $(OFLAGS) -o $@ $^
85 $(OCAMLOPT) -c $(OFLAGS) $<
88 $(OCAMLOPT) -c $(OFLAGS) $<
H A Dconfigure.in21 # OCAMLOPT "ocamlopt" (or "ocamlopt.opt" if present), or "no"
52 AC_CHECK_PROG(OCAMLOPT,ocamlopt,ocamlopt,no)
54 if test "$OCAMLOPT" = no ; then
58 TMPVERSION=`$OCAMLOPT -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' `
61 OCAMLOPT=no
82 if test "$OCAMLOPT" != no ; then
91 OCAMLOPT=$OCAMLOPTDOTOPT
131 AC_SUBST(OCAMLOPT) subst
H A DMakefile27 OCAMLOPT = ocamlopt.opt macro
63 $(OCAMLOPT) $(OFLAGS) -o $@ $^
86 $(OCAMLOPT) -c $(OFLAGS) $<
89 $(OCAMLOPT) -c $(OFLAGS) $<
/dports/devel/ocaml-camomile-examples/examples/usort/
H A DMakefile.in26 OCAMLOPT = @OCAMLOPT@
62 $(OCAMLOPT) $(OFLAGS) -o $@ $^
85 $(OCAMLOPT) -c $(OFLAGS) $<
88 $(OCAMLOPT) -c $(OFLAGS) $<
H A Dconfigure.in21 # OCAMLOPT "ocamlopt" (or "ocamlopt.opt" if present), or "no"
52 AC_CHECK_PROG(OCAMLOPT,ocamlopt,ocamlopt,no)
54 if test "$OCAMLOPT" = no ; then
58 TMPVERSION=`$OCAMLOPT -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' `
61 OCAMLOPT=no
82 if test "$OCAMLOPT" != no ; then
91 OCAMLOPT=$OCAMLOPTDOTOPT
131 AC_SUBST(OCAMLOPT) subst
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/tool-ocamldep-modalias/
H A DMakefile.build223 $(OCAMLOPT) lib.cmxa main.cmx -o $@
26 $(OCAMLOPT) -a -o $@ $(NOBJECTS)
29 $(OCAMLOPT) -c -no-alias-deps -w -49 $<
32 $(OCAMLOPT) -c -open Lib -o $@ $<
H A DMakefile.build29 $(OCAMLOPT) lib.cmxa main.cmx -o $@
32 $(OCAMLOPT) -a -o $@ $(NOBJECTS)
35 $(OCAMLOPT) -c -no-alias-deps -w -49 $<
38 $(OCAMLOPT) -c -open Lib -o $@ $<
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/tool-ocamldep-modalias/
H A DMakefile.build223 $(OCAMLOPT) lib.cmxa main.cmx -o $@
26 $(OCAMLOPT) -a -o $@ $(NOBJECTS)
29 $(OCAMLOPT) -c -no-alias-deps -w -49 $<
32 $(OCAMLOPT) -c -open Lib -o $@ $<
H A DMakefile.build29 $(OCAMLOPT) lib.cmxa main.cmx -o $@
32 $(OCAMLOPT) -a -o $@ $(NOBJECTS)
35 $(OCAMLOPT) -c -no-alias-deps -w -49 $<
38 $(OCAMLOPT) -c -open Lib -o $@ $<
/dports/www/geneweb/geneweb-13c850a0cc3973daf7ae3e0772a1621f84052041/contrib/gwbase/etc/
H A DMakefile34 $(OCAMLOPT) unix.cmxa $(LIBUNIX) $(MODIF_OBJS:.cmo=.cmx) -o modif.opt
40 $(OCAMLOPT) unix.cmxa $(LIBUNIX) $(TITRES_OBJS:.cmo=.cmx) -o titres.opt
46 $(OCAMLOPT) unix.cmxa $(LIBUNIX) $(PUBLIC_OBJS:.cmo=.cmx) -o public.opt
49 $(OCAMLOPT) unix.cmxa $(LIBUNIX) $(PUBLIC2_OBJS:.cmo=.cmx) -o public2.opt
67 $(OCAMLOPT) unix.cmxa $(LIBUNIX) $(LUNE_OBJS:.cmo=.cmx) -o lune.opt
73 $(OCAMLOPT) unix.cmxa $(LIBUNIX) $(POPULE_OBJS:.cmo=.cmx) -o popule.opt
82 $(OCAMLOPT) unix.cmxa $(LIBUNIX) $(CONNEX_OBJS:.cmo=.cmx) -o connex.opt
88 $(OCAMLOPT) unix.cmxa $(LIBUNIX) $(HIST_OBJS:.cmo=.cmx) -o hist.opt
91 $(OCAMLOPT) unix.cmxa $(SELROY_OBJS:.cmo=.cmx) $(LIBUNIX) -o selroy.opt
100 $(OCAMLOPT) unix.cmxa $(CHKIMG_OBJS:.cmo=.cmx) $(LIBUNIX) -o chkimg.opt
[all …]

12345678910>>...15