Changeset: 4e0c3429cb14 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4e0c3429cb14
Modified Files:
        monetdb5/optimizer/Makefile.msc
Branch: headless
Log Message:

msc makefile shouldn't be under hg.


diffs (truncated from 375 to 300 lines):

diff --git a/monetdb5/optimizer/Makefile.msc b/monetdb5/optimizer/Makefile.msc
deleted file mode 100644
--- a/monetdb5/optimizer/Makefile.msc
+++ /dev/null
@@ -1,370 +0,0 @@
-
-## Use: nmake -f makefile.msc install
-
-# Nothing much configurable below
-
-TOPDIR = .\..\..
-srcdir = $(TOPDIR)\..\monetdb5\optimizer
-!INCLUDE $(TOPDIR)\..\NT\rules.msc
-all: all-msc
-check: check-msc
-install: install-msc
-INCLUDES = -I$(srcdir) "-I..\misc" -I$(srcdir)\..\misc "-I..\mal" 
-I$(srcdir)\..\mal "-I..\modules\atoms" -I$(srcdir)\..\modules\atoms 
"-I..\modules\mal" -I$(srcdir)\..\modules\mal "-I..\modules\kernel" 
-I$(srcdir)\..\modules\kernel "-I..\..\clients\mapilib" 
-I$(srcdir)\..\..\clients\mapilib "-I..\..\common\options" 
-I$(srcdir)\..\..\common\options "-I..\..\common\stream" 
-I$(srcdir)\..\..\common\stream "-I..\..\gdk" -I$(srcdir)\..\..\gdk
-CFLAGS=$(CFLAGS) $(thread_safe_flag_spec)
-EXTRA_DIST_DIR =  Tests
-opt_accumulators.mal: "$(srcdir)\opt_accumulators.mal"
-       $(INSTALL) "$(srcdir)\opt_accumulators.mal" "opt_accumulators.mal"
-liboptimizer_OBJS = optimizer.obj opt_accumulators.obj opt_aliases.obj 
opt_cluster.obj opt_coercion.obj opt_commonTerms.obj opt_compression.obj 
opt_costModel.obj opt_crack.obj opt_datacell.obj opt_datacyclotron.obj 
opt_dataflow.obj opt_deadcode.obj opt_derivepath.obj opt_dictionary.obj 
opt_emptySet.obj opt_evaluate.obj opt_factorize.obj opt_garbageCollector.obj 
opt_heuristics.obj opt_history.obj opt_inline.obj opt_joinpath.obj 
opt_joinselect.obj opt_macro.obj opt_mapreduce.obj opt_mergetable.obj 
opt_mitosis.obj opt_multiplex.obj opt_octopus.obj opt_partitions.obj 
opt_peephole.obj opt_prejoin.obj opt_prelude.obj opt_pushranges.obj opt_qep.obj 
opt_recycler.obj opt_reduce.obj opt_remap.obj opt_remoteQueries.obj 
opt_reorder.obj opt_replication.obj opt_selcrack.obj opt_sidcrack.obj 
opt_singleton.obj opt_statistics.obj opt_strengthReduction.obj opt_support.obj 
opt_tarantula.obj opt_trace.obj
-liboptimizer_DEPS = $(liboptimizer_OBJS)
-liboptimizer.lib: $(liboptimizer_DEPS)
-       $(ARCHIVER) /out:"liboptimizer.lib" $(liboptimizer_OBJS) 
$(liboptimizer_LIBS)
-
-opt_support.mal: "$(srcdir)\opt_support.mx"
-opt_datacell.mal: "$(srcdir)\opt_datacell.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_derivepath.obj: "opt_derivepath.c" "opt_derivepath.h" 
"$(srcdir)\opt_prelude.h" "opt_support.h" "$(srcdir)\..\mal\mal.h" 
"$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" 
"$(srcdir)\..\modules\kernel\..\..\..\gdk\gdk.h" "..\modules\kernel\group.h" 
"opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_derivepath_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_derivepath.obj" -c "opt_derivepath.c"
-opt_singleton.mal: "$(srcdir)\opt_singleton.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_strengthReduction.mal: "$(srcdir)\opt_strengthReduction.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_tarantula.mal: "$(srcdir)\opt_tarantula.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_reduce.obj: "opt_reduce.c" "opt_reduce.h" "$(srcdir)\opt_prelude.h" 
"opt_support.h" "$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" 
"..\mal\mal_resolve.h" "$(srcdir)\..\mal\mal_exception.h" 
"..\mal\mal_function.h" "$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_reduce_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_reduce.obj" -c "opt_reduce.c"
-opt_commonTerms.c: "$(srcdir)\opt_commonTerms.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_reduce.h: "$(srcdir)\opt_reduce.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_peephole.obj: "opt_peephole.c" "opt_peephole.h" "opt_support.h" 
"$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" 
"$(srcdir)\opt_prelude.h" "opt_aliases.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_peephole_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_peephole.obj" -c "opt_peephole.c"
-opt_commonTerms.h: "$(srcdir)\opt_commonTerms.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_datacyclotron.mal: "$(srcdir)\opt_datacyclotron.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_emptySet.mal: "$(srcdir)\opt_emptySet.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_reduce.c: "$(srcdir)\opt_reduce.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_commonTerms.obj: "opt_commonTerms.c" "opt_commonTerms.h" 
"$(srcdir)\opt_prelude.h" "opt_support.h" "$(srcdir)\..\mal\mal.h" 
"$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "opt_statistics.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h"
-       $(CC) $(CFLAGS) $(opt_commonTerms_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_commonTerms.obj" -c "opt_commonTerms.c"
-opt_aliases.h: "$(srcdir)\opt_aliases.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_multiplex.mal: "$(srcdir)\opt_multiplex.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_partitions.mal: "$(srcdir)\opt_partitions.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_reorder.obj: "opt_reorder.c" "opt_reorder.h" "$(srcdir)\opt_prelude.h" 
"opt_support.h" "$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" 
"..\mal\mal_resolve.h" "$(srcdir)\..\mal\mal_exception.h" 
"..\mal\mal_function.h" "$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_instruction.h" 
"$(srcdir)\..\mal\mal_client.h" "$(srcdir)\..\mal\mal_factory.h" 
"..\mal\mal_runtime.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_reorder_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_reorder.obj" -c "opt_reorder.c"
-opt_commonTerms.mal: "$(srcdir)\opt_commonTerms.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_dictionary.c: "$(srcdir)\opt_dictionary.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_joinselect.mal: "$(srcdir)\opt_joinselect.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_pushranges.mal: "$(srcdir)\opt_pushranges.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_deadcode.mal: "$(srcdir)\opt_deadcode.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_history.h: "$(srcdir)\opt_history.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_trace.h: "$(srcdir)\opt_trace.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_reorder.c: "$(srcdir)\opt_reorder.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_mitosis.c: "$(srcdir)\opt_mitosis.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_trace.obj: "opt_trace.c" "opt_trace.h" "$(srcdir)\opt_prelude.h" 
"opt_support.h" "$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" 
"..\mal\mal_resolve.h" "$(srcdir)\..\mal\mal_exception.h" 
"..\mal\mal_function.h" "$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_trace_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_trace.obj" -c "opt_trace.c"
-opt_reorder.h: "$(srcdir)\opt_reorder.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_mitosis.obj: "opt_mitosis.c" "opt_mitosis.h" "$(srcdir)\opt_prelude.h" 
"opt_support.h" "$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" 
"..\mal\mal_resolve.h" "$(srcdir)\..\mal\mal_exception.h" 
"..\mal\mal_function.h" "$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "opt_octopus.h" "opt_tarantula.h" 
"$(srcdir)\..\mal\mal_client.h" "$(srcdir)\..\mal\mal_factory.h" 
"..\mal\mal_runtime.h" "..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_mitosis_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_mitosis.obj" -c "opt_mitosis.c"
-opt_trace.c: "$(srcdir)\opt_trace.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_mitosis.h: "$(srcdir)\opt_mitosis.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_replication.c: "$(srcdir)\opt_replication.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_evaluate.c: "$(srcdir)\opt_evaluate.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_qep.mal: "$(srcdir)\opt_qep.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_evaluate.h: "$(srcdir)\opt_evaluate.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_mergetable.mal: "$(srcdir)\opt_mergetable.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_compression.mal: "$(srcdir)\opt_compression.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_singleton.h: "$(srcdir)\opt_singleton.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_inline.mal: "$(srcdir)\opt_inline.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_prejoin.mal: "$(srcdir)\opt_prejoin.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_singleton.obj: "opt_singleton.c" "opt_singleton.h" 
"$(srcdir)\opt_prelude.h" "opt_support.h" "$(srcdir)\..\mal\mal.h" 
"$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "opt_aliases.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_singleton_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_singleton.obj" -c "opt_singleton.c"
-opt_heuristics.c: "$(srcdir)\opt_heuristics.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_partitions.obj: "opt_partitions.c" "opt_partitions.h" 
"$(srcdir)\opt_prelude.h" "opt_support.h" "$(srcdir)\..\mal\mal.h" 
"$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_partitions_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_partitions.obj" -c "opt_partitions.c"
-opt_singleton.c: "$(srcdir)\opt_singleton.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_joinpath.mal: "$(srcdir)\opt_joinpath.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_partitions.h: "$(srcdir)\opt_partitions.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_evaluate.mal: "$(srcdir)\opt_evaluate.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_garbageCollector.obj: "opt_garbageCollector.c" "opt_garbageCollector.h" 
"opt_support.h" "$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" 
"..\mal\mal_resolve.h" "$(srcdir)\..\mal\mal_exception.h" 
"..\mal\mal_function.h" "$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" 
"$(srcdir)\opt_prelude.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_garbageCollector_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_garbageCollector.obj" -c "opt_garbageCollector.c"
-opt_coercion.mal: "$(srcdir)\opt_coercion.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_qep.h: "$(srcdir)\opt_qep.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_evaluate.obj: "opt_evaluate.c" "opt_evaluate.h" 
"$(srcdir)\..\mal\mal_stack.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"$(srcdir)\..\mal\mal.h" "..\mal\mal_instruction.h" 
"$(srcdir)\..\mal\mal_type.h" "..\mal\mal_properties.h" 
"..\mal\mal_namespace.h" "..\mal\mal_interpreter.h" "$(srcdir)\opt_prelude.h" 
"opt_support.h" "$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "opt_aliases.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_evaluate_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_evaluate.obj" -c "opt_evaluate.c"
-opt_cluster.mal: "$(srcdir)\opt_cluster.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_qep.c: "$(srcdir)\opt_qep.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_emptySet.obj: "opt_emptySet.c" "opt_emptySet.h" "$(srcdir)\opt_prelude.h" 
"opt_support.h" "$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" 
"..\mal\mal_resolve.h" "$(srcdir)\..\mal\mal_exception.h" 
"..\mal\mal_function.h" "$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "opt_aliases.h" "opt_deadcode.h" 
"$(srcdir)\..\mal\mal_client.h" "$(srcdir)\..\mal\mal_factory.h" 
"..\mal\mal_runtime.h" "..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_emptySet_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_emptySet.obj" -c "opt_emptySet.c"
-opt_recycler.obj: "opt_recycler.c" "opt_recycler.h" "$(srcdir)\opt_prelude.h" 
"opt_support.h" "$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" 
"..\mal\mal_resolve.h" "$(srcdir)\..\mal\mal_exception.h" 
"..\mal\mal_function.h" "$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "..\mal\mal_instruction.h" 
"$(srcdir)\..\mal\mal_type.h" "$(srcdir)\..\mal\mal_stack.h" 
"$(srcdir)\..\mal\mal_client.h" "..\mal\mal_recycle.h" "opt_statistics.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_interpreter.h"
-       $(CC) $(CFLAGS) $(opt_recycler_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_recycler.obj" -c "opt_recycler.c"
-opt_dictionary.h: "$(srcdir)\opt_dictionary.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_support.obj: "opt_support.c" "$(srcdir)\opt_prelude.h" "opt_support.h" 
"$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" 
"..\mal\mal_debugger.h" "opt_multiplex.h"
-       $(CC) $(CFLAGS) $(opt_support_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_support.obj" -c "opt_support.c"
-opt_octopus.mal: "$(srcdir)\opt_octopus.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_heuristics.h: "$(srcdir)\opt_heuristics.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_accumulators.c: "$(srcdir)\opt_accumulators.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_partitions.c: "$(srcdir)\opt_partitions.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_accumulators.h: "$(srcdir)\opt_accumulators.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_accumulators.obj: "opt_accumulators.c" "opt_accumulators.h" 
"$(srcdir)\opt_prelude.h" "opt_support.h" "$(srcdir)\..\mal\mal.h" 
"$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_accumulators_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_accumulators.obj" -c "opt_accumulators.c"
-opt_mapreduce.c: "$(srcdir)\opt_mapreduce.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_pushranges.obj: "opt_pushranges.c" "opt_pushranges.h" "opt_support.h" 
"$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\opt_prelude.h" 
"$(srcdir)\..\mal\mal_client.h" "$(srcdir)\..\mal\mal_factory.h" 
"..\mal\mal_runtime.h" "..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_pushranges_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_pushranges.obj" -c "opt_pushranges.c"
-opt_datacell.h: "$(srcdir)\opt_datacell.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_datacell.obj: "opt_datacell.c" "opt_datacell.h" "$(srcdir)\opt_prelude.h" 
"opt_support.h" "$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" 
"..\mal\mal_resolve.h" "$(srcdir)\..\mal\mal_exception.h" 
"..\mal\mal_function.h" "$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "opt_deadcode.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_datacell_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_datacell.obj" -c "opt_datacell.c"
-opt_pushranges.h: "$(srcdir)\opt_pushranges.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_selcrack.mal: "$(srcdir)\opt_selcrack.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_datacell.c: "$(srcdir)\opt_datacell.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_mapreduce.h: "$(srcdir)\opt_mapreduce.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_mapreduce.obj: "opt_mapreduce.c" "opt_mapreduce.h" 
"$(srcdir)\opt_prelude.h" "opt_support.h" "$(srcdir)\..\mal\mal.h" 
"$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" 
"..\modules\mal\remote.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_mapreduce_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_mapreduce.obj" -c "opt_mapreduce.c"
-opt_pushranges.c: "$(srcdir)\opt_pushranges.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_datacyclotron.obj: "opt_datacyclotron.c" "opt_datacyclotron.h" 
"$(srcdir)\opt_prelude.h" "opt_support.h" "$(srcdir)\..\mal\mal.h" 
"$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_datacyclotron_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_datacyclotron.obj" -c "opt_datacyclotron.c"
-opt_multiplex.h: "$(srcdir)\opt_multiplex.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_multiplex.obj: "opt_multiplex.c" "opt_multiplex.h" 
"$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_builder.h" 
"$(srcdir)\opt_prelude.h" "opt_support.h" "$(srcdir)\..\mal\mal_module.h" 
"..\mal\mal_resolve.h" "$(srcdir)\..\mal\mal_exception.h" 
"..\mal\mal_function.h" "$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"..\mal\mal_namespace.h" "..\mal\mal_properties.h" 
"$(srcdir)\..\mal\mal_client.h" "$(srcdir)\..\mal\mal_factory.h" 
"..\mal\mal_runtime.h" "..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_multiplex_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_multiplex.obj" -c "opt_multiplex.c"
-opt_recycler.c: "$(srcdir)\opt_recycler.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_datacyclotron.h: "$(srcdir)\opt_datacyclotron.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_multiplex.c: "$(srcdir)\opt_multiplex.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_datacyclotron.c: "$(srcdir)\opt_datacyclotron.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_replication.obj: "opt_replication.c" "$(srcdir)\opt_prelude.h" 
"opt_replication.h" "opt_support.h" "$(srcdir)\..\mal\mal.h" 
"$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_replication_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_replication.obj" -c "opt_replication.c"
-opt_history.mal: "$(srcdir)\opt_history.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_dataflow.obj: "opt_dataflow.c" "opt_dataflow.h" "$(srcdir)\opt_prelude.h" 
"opt_support.h" "$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" 
"..\mal\mal_resolve.h" "$(srcdir)\..\mal\mal_exception.h" 
"..\mal\mal_function.h" "$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_instruction.h" 
"$(srcdir)\..\mal\mal_client.h" "$(srcdir)\..\mal\mal_factory.h" 
"..\mal\mal_runtime.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_dataflow_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_dataflow.obj" -c "opt_dataflow.c"
-opt_garbageCollector.mal: "$(srcdir)\opt_garbageCollector.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_coercion.c: "$(srcdir)\opt_coercion.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_dataflow.h: "$(srcdir)\opt_dataflow.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_mitosis.mal: "$(srcdir)\opt_mitosis.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_dataflow.c: "$(srcdir)\opt_dataflow.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_coercion.h: "$(srcdir)\opt_coercion.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_replication.mal: "$(srcdir)\opt_replication.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_qep.obj: "opt_qep.c" "opt_qep.h" "$(srcdir)\..\mal\mal.h" 
"$(srcdir)\..\mal\mal_client.h" "$(srcdir)\..\mal\mal_factory.h" 
"..\mal\mal_runtime.h" "..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_properties.h" 
"..\mal\mal_namespace.h" "..\mal\mal_interpreter.h" "$(srcdir)\opt_prelude.h" 
"opt_support.h" "$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_qep_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_qep.obj" -c "opt_qep.c"
-opt_remap.h: "$(srcdir)\opt_remap.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_support.c: "$(srcdir)\opt_support.mx"
-opt_recycler.mal: "$(srcdir)\opt_recycler.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_support.h: "$(srcdir)\opt_support.mx"
-opt_heuristics.obj: "opt_heuristics.c" "opt_heuristics.h" 
"$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "$(srcdir)\opt_prelude.h" 
"$(srcdir)\..\mal\mal_client.h" "$(srcdir)\..\mal\mal_factory.h" 
"..\mal\mal_runtime.h" "..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_properties.h" 
"..\mal\mal_namespace.h" "..\mal\mal_interpreter.h" "opt_support.h" 
"opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_heuristics_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_heuristics.obj" -c "opt_heuristics.c"
-opt_recycler.h: "$(srcdir)\opt_recycler.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_remap.mal: "$(srcdir)\opt_remap.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_crack.obj: "opt_crack.c" "opt_crack.h" "opt_support.h" 
"$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" 
"$(srcdir)\opt_prelude.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_crack_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_crack.obj" -c "opt_crack.c"
-opt_garbageCollector.c: "$(srcdir)\opt_garbageCollector.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_emptySet.c: "$(srcdir)\opt_emptySet.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_crack.h: "$(srcdir)\opt_crack.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_garbageCollector.h: "$(srcdir)\opt_garbageCollector.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_crack.c: "$(srcdir)\opt_crack.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_emptySet.h: "$(srcdir)\opt_emptySet.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_joinpath.obj: "opt_joinpath.c" "opt_joinpath.h" "$(srcdir)\opt_prelude.h" 
"opt_support.h" "$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" 
"..\mal\mal_resolve.h" "$(srcdir)\..\mal\mal_exception.h" 
"..\mal\mal_function.h" "$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" 
"$(srcdir)\..\modules\mal\..\..\mal\mal.h" 
"..\modules\mal\..\..\mal\mal_interpreter.h" 
"$(srcdir)\..\modules\mal\..\..\mal\mal_client.h" "..\modules\mal\cluster.h" 
"opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_joinpath_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_joinpath.obj" -c "opt_joinpath.c"
-opt_statistics.c: "$(srcdir)\opt_statistics.mx"
-opt_joinpath.h: "$(srcdir)\opt_joinpath.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_statistics.h: "$(srcdir)\opt_statistics.mx"
-opt_joinpath.c: "$(srcdir)\opt_joinpath.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_statistics.obj: "opt_statistics.c" "opt_statistics.h" 
"$(srcdir)\..\mal\mal_client.h" "$(srcdir)\..\mal\mal_factory.h" 
"..\mal\mal_runtime.h" "$(srcdir)\..\mal\mal.h" "..\mal\mal_instruction.h" 
"$(srcdir)\..\mal\mal_type.h" "$(srcdir)\..\mal\mal_stack.h" 
"..\mal\mal_properties.h" "..\mal\mal_namespace.h" "..\mal\mal_interpreter.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" "opt_support.h" 
"$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_builder.h" "$(srcdir)\opt_prelude.h"
-       $(CC) $(CFLAGS) $(opt_statistics_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_statistics.obj" -c "opt_statistics.c"
-opt_crack.mal: "$(srcdir)\opt_crack.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_strengthReduction.c: "$(srcdir)\opt_strengthReduction.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_deadcode.c: "$(srcdir)\opt_deadcode.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_history.obj: "opt_history.c" "opt_history.h" "$(srcdir)\opt_prelude.h" 
"opt_support.h" "$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" 
"..\mal\mal_resolve.h" "$(srcdir)\..\mal\mal_exception.h" 
"..\mal\mal_function.h" "$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_history_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_history.obj" -c "opt_history.c"
-opt_deadcode.obj: "opt_deadcode.c" "opt_deadcode.h" "$(srcdir)\opt_prelude.h" 
"opt_support.h" "$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" 
"..\mal\mal_resolve.h" "$(srcdir)\..\mal\mal_exception.h" 
"..\mal\mal_function.h" "$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_deadcode_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_deadcode.obj" -c "opt_deadcode.c"
-opt_strengthReduction.h: "$(srcdir)\opt_strengthReduction.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_factorize.mal: "$(srcdir)\opt_factorize.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_strengthReduction.obj: "opt_strengthReduction.c" "opt_strengthReduction.h" 
"$(srcdir)\opt_prelude.h" "opt_support.h" "$(srcdir)\..\mal\mal.h" 
"$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_strengthReduction_CFLAGS) $(GENDLL) 
-DLIBOPTIMIZER -Fo"opt_strengthReduction.obj" -c "opt_strengthReduction.c"
-opt_deadcode.h: "$(srcdir)\opt_deadcode.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_mapreduce.mal: "$(srcdir)\opt_mapreduce.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_compression.c: "$(srcdir)\opt_compression.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_factorize.c: "$(srcdir)\opt_factorize.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_compression.obj: "opt_compression.c" "opt_compression.h" 
"$(srcdir)\opt_prelude.h" "opt_support.h" "$(srcdir)\..\mal\mal.h" 
"$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_compression_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_compression.obj" -c "opt_compression.c"
-opt_factorize.obj: "opt_factorize.c" "opt_factorize.h" 
"$(srcdir)\opt_prelude.h" "opt_support.h" "$(srcdir)\..\mal\mal.h" 
"$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_factorize_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_factorize.obj" -c "opt_factorize.c"
-opt_prelude.obj: "$(srcdir)\opt_prelude.c" "$(srcdir)\opt_prelude.h"
-       $(CC) $(CFLAGS) $(opt_prelude_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_prelude.obj" -c "$(srcdir)\opt_prelude.c"
-opt_factorize.h: "$(srcdir)\opt_factorize.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_compression.h: "$(srcdir)\opt_compression.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_aliases.c: "$(srcdir)\opt_aliases.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_aliases.obj: "opt_aliases.c" "opt_aliases.h" "$(srcdir)\opt_prelude.h" 
"opt_support.h" "$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" 
"..\mal\mal_resolve.h" "$(srcdir)\..\mal\mal_exception.h" 
"..\mal\mal_function.h" "$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "opt_statistics.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h"
-       $(CC) $(CFLAGS) $(opt_aliases_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_aliases.obj" -c "opt_aliases.c"
-opt_history.c: "$(srcdir)\opt_history.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_remoteQueries.mal: "$(srcdir)\opt_remoteQueries.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_prejoin.c: "$(srcdir)\opt_prejoin.mx" "$(srcdir)\optimizerWrapper.mx"
-$(srcdir)\opt_accumulators.mal: "$(srcdir)\opt_accumulators.mx" 
"$(srcdir)\optimizerWrapper.mx"
-optimizer.mal: "$(srcdir)\optimizer.mx"
-opt_prejoin.h: "$(srcdir)\opt_prejoin.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_prejoin.obj: "opt_prejoin.c" "opt_prejoin.h" "$(srcdir)\..\mal\mal.h" 
"$(srcdir)\opt_prelude.h" "opt_support.h" "$(srcdir)\..\mal\mal_module.h" 
"..\mal\mal_resolve.h" "$(srcdir)\..\mal\mal_exception.h" 
"..\mal\mal_function.h" "$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_prejoin_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_prejoin.obj" -c "opt_prejoin.c"
-opt_macro.mal: "$(srcdir)\opt_macro.mx"
-opt_costModel.c: "$(srcdir)\opt_costModel.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_sidcrack.c: "$(srcdir)\opt_sidcrack.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_costModel.obj: "opt_costModel.c" "opt_costModel.h" 
"$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_properties.h" 
"..\mal\mal_namespace.h" "..\mal\mal_interpreter.h" "opt_support.h" 
"$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "$(srcdir)\opt_prelude.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_costModel_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_costModel.obj" -c "opt_costModel.c"
-opt_sidcrack.obj: "opt_sidcrack.c" "opt_sidcrack.h" "opt_support.h" 
"$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" 
"$(srcdir)\opt_prelude.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_sidcrack_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_sidcrack.obj" -c "opt_sidcrack.c"
-opt_sidcrack.h: "$(srcdir)\opt_sidcrack.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_costModel.h: "$(srcdir)\opt_costModel.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_reorder.mal: "$(srcdir)\opt_reorder.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_selcrack.h: "$(srcdir)\opt_selcrack.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_remoteQueries.c: "$(srcdir)\opt_remoteQueries.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_mergetable.c: "$(srcdir)\opt_mergetable.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_remap.obj: "opt_remap.c" "opt_remap.h" "$(srcdir)\opt_prelude.h" 
"opt_support.h" "$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" 
"..\mal\mal_resolve.h" "$(srcdir)\..\mal\mal_exception.h" 
"..\mal\mal_function.h" "$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_macro.h" 
"opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_remap_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_remap.obj" -c "opt_remap.c"
-opt_mergetable.h: "$(srcdir)\opt_mergetable.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_remoteQueries.h: "$(srcdir)\opt_remoteQueries.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_remap.c: "$(srcdir)\opt_remap.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_remoteQueries.obj: "opt_remoteQueries.c" "opt_remoteQueries.h" 
"$(srcdir)\opt_prelude.h" "opt_support.h" "$(srcdir)\..\mal\mal.h" 
"$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_remoteQueries_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_remoteQueries.obj" -c "opt_remoteQueries.c"
-opt_mergetable.obj: "opt_mergetable.c" "opt_mergetable.h" 
"$(srcdir)\opt_prelude.h" "opt_support.h" "$(srcdir)\..\mal\mal.h" 
"$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_mergetable_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_mergetable.obj" -c "opt_mergetable.c"
-opt_joinselect.h: "$(srcdir)\opt_joinselect.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_inline.obj: "opt_inline.c" "opt_inline.h" "$(srcdir)\opt_prelude.h" 
"opt_support.h" "$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" 
"..\mal\mal_resolve.h" "$(srcdir)\..\mal\mal_exception.h" 
"..\mal\mal_function.h" "$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_macro.h" 
"opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_inline_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_inline.obj" -c "opt_inline.c"
-opt_macro.h: "$(srcdir)\opt_macro.mx"
-opt_tarantula.c: "$(srcdir)\opt_tarantula.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_derivepath.c: "$(srcdir)\opt_derivepath.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_macro.c: "$(srcdir)\opt_macro.mx"
-opt_joinselect.c: "$(srcdir)\opt_joinselect.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_derivepath.h: "$(srcdir)\opt_derivepath.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_tarantula.h: "$(srcdir)\opt_tarantula.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_sidcrack.mal: "$(srcdir)\opt_sidcrack.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_costModel.mal: "$(srcdir)\opt_costModel.mx" "$(srcdir)\optimizerWrapper.mx"
-optimizer.c: "$(srcdir)\optimizer.mx"
-opt_peephole.h: "$(srcdir)\opt_peephole.mx" "$(srcdir)\optimizerWrapper.mx"
-optimizer.h: "$(srcdir)\optimizer.mx"
-opt_selcrack.obj: "opt_selcrack.c" "opt_selcrack.h" "opt_support.h" 
"$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" 
"$(srcdir)\opt_prelude.h" "$(srcdir)\..\modules\atoms\..\..\..\gdk\gdk.h" 
"$(srcdir)\..\modules\atoms\..\..\mal\mal.h" 
"$(srcdir)\..\modules\atoms\..\..\mal\mal_exception.h" 
"..\modules\atoms\mtime.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_selcrack_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_selcrack.obj" -c "opt_selcrack.c"
-opt_peephole.c: "$(srcdir)\opt_peephole.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_peephole.mal: "$(srcdir)\opt_peephole.mx" "$(srcdir)\optimizerWrapper.mx"
-optimizer.obj: "optimizer.c" "optimizer.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"$(srcdir)\..\mal\mal.h" "..\mal\mal_instruction.h" 
"$(srcdir)\..\mal\mal_type.h" "$(srcdir)\..\mal\mal_stack.h" 
"..\mal\mal_properties.h" "..\mal\mal_namespace.h" "..\mal\mal_interpreter.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" "opt_support.h" 
"$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_builder.h" "$(srcdir)\opt_prelude.h"
-       $(CC) $(CFLAGS) $(optimizer_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"optimizer.obj" -c "optimizer.c"
-opt_replication.h: "$(srcdir)\opt_replication.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_statistics.mal: "$(srcdir)\opt_statistics.mx"
-opt_octopus.c: "$(srcdir)\opt_octopus.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_octopus.obj: "opt_octopus.c" "opt_octopus.h" "$(srcdir)\opt_prelude.h" 
"opt_support.h" "$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" 
"..\mal\mal_resolve.h" "$(srcdir)\..\mal\mal_exception.h" 
"..\mal\mal_function.h" "$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "opt_mitosis.h" "opt_deadcode.h" 
"$(srcdir)\..\mal\mal_client.h" "$(srcdir)\..\mal\mal_factory.h" 
"..\mal\mal_runtime.h" "..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" 
"$(srcdir)\..\mal\mal_sabaoth.h" "..\mal\mal_recycle.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_octopus_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_octopus.obj" -c "opt_octopus.c"
-opt_dictionary.obj: "opt_dictionary.c" "$(srcdir)\opt_prelude.h" 
"opt_dictionary.h" "opt_support.h" "$(srcdir)\..\mal\mal.h" 
"$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_instruction.h" 
"$(srcdir)\..\mal\mal_client.h" "$(srcdir)\..\mal\mal_factory.h" 
"..\mal\mal_runtime.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_dictionary_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_dictionary.obj" -c "opt_dictionary.c"
-opt_octopus.h: "$(srcdir)\opt_octopus.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_trace.mal: "$(srcdir)\opt_trace.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_dictionary.mal: "$(srcdir)\opt_dictionary.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_coercion.obj: "opt_coercion.c" "opt_coercion.h" "$(srcdir)\opt_prelude.h" 
"$(srcdir)\..\mal\mal_client.h" "$(srcdir)\..\mal\mal_factory.h" 
"..\mal\mal_runtime.h" "$(srcdir)\..\mal\mal.h" "..\mal\mal_instruction.h" 
"$(srcdir)\..\mal\mal_type.h" "$(srcdir)\..\mal\mal_stack.h" 
"..\mal\mal_properties.h" "..\mal\mal_namespace.h" "..\mal\mal_interpreter.h" 
"opt_support.h" "$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_coercion_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_coercion.obj" -c "opt_coercion.c"
-opt_macro.obj: "opt_macro.c" "$(srcdir)\opt_prelude.h" "opt_macro.h" 
"$(srcdir)\..\mal\mal_client.h" "$(srcdir)\..\mal\mal_factory.h" 
"..\mal\mal_runtime.h" "$(srcdir)\..\mal\mal.h" "..\mal\mal_instruction.h" 
"$(srcdir)\..\mal\mal_type.h" "$(srcdir)\..\mal\mal_stack.h" 
"..\mal\mal_properties.h" "..\mal\mal_namespace.h" "..\mal\mal_interpreter.h"
-       $(CC) $(CFLAGS) $(opt_macro_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_macro.obj" -c "opt_macro.c"
-opt_derivepath.mal: "$(srcdir)\opt_derivepath.mx" 
"$(srcdir)\optimizerWrapper.mx"
-opt_reduce.mal: "$(srcdir)\opt_reduce.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_cluster.obj: "opt_cluster.c" "opt_cluster.h" "$(srcdir)\opt_prelude.h" 
"opt_support.h" "$(srcdir)\..\mal\mal.h" "$(srcdir)\..\mal\mal_module.h" 
"..\mal\mal_resolve.h" "$(srcdir)\..\mal\mal_exception.h" 
"..\mal\mal_function.h" "$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_cluster_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_cluster.obj" -c "opt_cluster.c"
-opt_joinselect.obj: "opt_joinselect.c" "opt_joinselect.h" 
"$(srcdir)\opt_prelude.h" "opt_support.h" "$(srcdir)\..\mal\mal.h" 
"$(srcdir)\..\mal\mal_module.h" "..\mal\mal_resolve.h" 
"$(srcdir)\..\mal\mal_exception.h" "..\mal\mal_function.h" 
"$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"$(srcdir)\..\mal\mal_builder.h" "..\mal\mal_namespace.h" 
"..\mal\mal_properties.h" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"..\mal\mal_instruction.h" "$(srcdir)\..\mal\mal_type.h" 
"$(srcdir)\..\mal\mal_stack.h" "..\mal\mal_interpreter.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_joinselect_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_joinselect.obj" -c "opt_joinselect.c"
-opt_selcrack.c: "$(srcdir)\opt_selcrack.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_cluster.c: "$(srcdir)\opt_cluster.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_tarantula.obj: "opt_tarantula.c" "$(srcdir)\..\mal\mal_client.h" 
"$(srcdir)\..\mal\mal_factory.h" "..\mal\mal_runtime.h" 
"$(srcdir)\..\mal\mal.h" "..\mal\mal_instruction.h" 
"$(srcdir)\..\mal\mal_type.h" "$(srcdir)\..\mal\mal_stack.h" 
"..\mal\mal_properties.h" "..\mal\mal_namespace.h" "..\mal\mal_interpreter.h" 
"$(srcdir)\..\mal\mal_builder.h" "$(srcdir)\..\..\clients\mapilib\mapi.h" 
"..\modules\mal\remote.h" "$(srcdir)\..\mal\mal_sabaoth.h" "opt_tarantula.h" 
"$(srcdir)\opt_prelude.h" "opt_support.h" "$(srcdir)\..\mal\mal_module.h" 
"..\mal\mal_resolve.h" "$(srcdir)\..\mal\mal_exception.h" 
"..\mal\mal_function.h" "$(srcdir)\..\mal\mal_import.h" "..\mal\mal_scenario.h" 
"opt_mitosis.h" "opt_deadcode.h" "opt_statistics.h"
-       $(CC) $(CFLAGS) $(opt_tarantula_CFLAGS) $(GENDLL) -DLIBOPTIMIZER 
-Fo"opt_tarantula.obj" -c "opt_tarantula.c"
-opt_dataflow.mal: "$(srcdir)\opt_dataflow.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_inline.h: "$(srcdir)\opt_inline.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_aliases.mal: "$(srcdir)\opt_aliases.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_cluster.h: "$(srcdir)\opt_cluster.mx" "$(srcdir)\optimizerWrapper.mx"
-opt_inline.c: "$(srcdir)\opt_inline.mx" "$(srcdir)\optimizerWrapper.mx"
-all-msc: "liboptimizer.lib" "opt_support.mal" "opt_datacell.mal" 
"opt_singleton.mal" "opt_strengthReduction.mal" "opt_tarantula.mal" 
"opt_datacyclotron.mal" "opt_emptySet.mal" "opt_multiplex.mal" 
"opt_partitions.mal" "opt_commonTerms.mal" "opt_joinselect.mal" 
"opt_pushranges.mal" "opt_deadcode.mal" "opt_qep.mal" "opt_compression.mal" 
"opt_inline.mal" "opt_prejoin.mal" "opt_evaluate.mal" "opt_coercion.mal" 
"opt_mergetable.mal" "opt_cluster.mal" "opt_octopus.mal" "opt_history.mal" 
"opt_garbageCollector.mal" "opt_replication.mal" "opt_recycler.mal" 
"opt_remap.mal" "opt_crack.mal" "opt_selcrack.mal" "opt_factorize.mal" 
"opt_mapreduce.mal" "opt_remoteQueries.mal" "opt_accumulators.mal" 
"optimizer.mal" "opt_joinpath.mal" "opt_reorder.mal" "opt_macro.mal" 
"opt_sidcrack.mal" "opt_costModel.mal" "opt_peephole.mal" "opt_statistics.mal" 
"opt_trace.mal" "opt_dictionary.mal" "opt_mitosis.mal" "opt_derivepath.mal" 
"opt_reduce.mal" "opt_dataflow.mal" "opt_aliases.mal"
-check-msc: all-msc "opt_support.mal" "opt_datacell.mal" "opt_recycler.mal" 
"opt_coercion.mal" "opt_cluster.mal" "opt_singleton.mal" "opt_reorder.mal" 
"opt_joinpath.mal" "opt_strengthReduction.mal" "opt_tarantula.mal" 
"opt_macro.mal" "opt_costModel.mal" "opt_datacyclotron.mal" "opt_emptySet.mal" 
"opt_remoteQueries.mal" "opt_sidcrack.mal" "opt_crack.mal" "opt_multiplex.mal" 
"opt_selcrack.mal" "opt_partitions.mal" "opt_octopus.mal" "opt_commonTerms.mal" 
"opt_peephole.mal" "opt_statistics.mal" "opt_mapreduce.mal" 
"opt_joinselect.mal" "opt_pushranges.mal" "opt_deadcode.mal" "opt_trace.mal" 
"opt_dictionary.mal" "opt_aliases.mal" "opt_factorize.mal" "opt_derivepath.mal" 
"opt_remap.mal" "opt_reduce.mal" "opt_qep.mal" "optimizer.mal" 
"opt_accumulators.mal" "opt_mergetable.mal" "opt_compression.mal" 
"opt_inline.mal" "opt_garbageCollector.mal" "opt_prejoin.mal" "opt_mitosis.mal" 
"opt_replication.mal" "opt_history.mal" "opt_dataflow.mal" "opt_evaluate.mal"
-install-msc: install-exec install-data
-install-exec:  "install_opt_support.mal" "install_opt_datacell.mal" 
"install_opt_recycler.mal" "install_opt_coercion.mal" "install_opt_cluster.mal" 
"install_opt_singleton.mal" "install_opt_reorder.mal" 
"install_opt_joinpath.mal" "install_opt_strengthReduction.mal" 
"install_opt_tarantula.mal" "install_opt_macro.mal" "install_opt_costModel.mal" 
"install_opt_datacyclotron.mal" "install_opt_emptySet.mal" 
"install_opt_remoteQueries.mal" "install_opt_sidcrack.mal" 
"install_opt_crack.mal" "install_opt_multiplex.mal" "install_opt_selcrack.mal" 
"install_opt_partitions.mal" "install_opt_octopus.mal" 
"install_opt_commonTerms.mal" "install_opt_peephole.mal" 
"install_opt_statistics.mal" "install_opt_mapreduce.mal" 
"install_opt_joinselect.mal" "install_opt_pushranges.mal" 
"install_opt_deadcode.mal" "install_opt_trace.mal" "install_opt_dictionary.mal" 
"install_opt_aliases.mal" "install_opt_factorize.mal" 
"install_opt_derivepath.mal" "install_opt_remap.mal" "install_opt_reduce.mal" 
"install
 _opt_qep.mal" "install_optimizer.mal" "install_opt_accumulators.mal" 
"install_opt_mergetable.mal" "install_opt_compression.mal" 
"install_opt_inline.mal" "install_opt_garbageCollector.mal" 
"install_opt_prejoin.mal" "install_opt_mitosis.mal" 
"install_opt_replication.mal" "install_opt_history.mal" 
"install_opt_dataflow.mal" "install_opt_evaluate.mal" 
-install_opt_support.mal: "opt_support.mal" "$(libdir)\monetdb5"
-       $(INSTALL) "opt_support.mal" "$(libdir)\monetdb5\opt_support.mal"
-install_opt_datacell.mal: "opt_datacell.mal" "$(libdir)\monetdb5"
-       $(INSTALL) "opt_datacell.mal" "$(libdir)\monetdb5\opt_datacell.mal"
-install_opt_recycler.mal: "opt_recycler.mal" "$(libdir)\monetdb5"
-       $(INSTALL) "opt_recycler.mal" "$(libdir)\monetdb5\opt_recycler.mal"
-install_opt_coercion.mal: "opt_coercion.mal" "$(libdir)\monetdb5"
-       $(INSTALL) "opt_coercion.mal" "$(libdir)\monetdb5\opt_coercion.mal"
-install_opt_cluster.mal: "opt_cluster.mal" "$(libdir)\monetdb5"
-       $(INSTALL) "opt_cluster.mal" "$(libdir)\monetdb5\opt_cluster.mal"
-install_opt_singleton.mal: "opt_singleton.mal" "$(libdir)\monetdb5"
-       $(INSTALL) "opt_singleton.mal" "$(libdir)\monetdb5\opt_singleton.mal"
-install_opt_reorder.mal: "opt_reorder.mal" "$(libdir)\monetdb5"
-       $(INSTALL) "opt_reorder.mal" "$(libdir)\monetdb5\opt_reorder.mal"
-install_opt_joinpath.mal: "opt_joinpath.mal" "$(libdir)\monetdb5"
-       $(INSTALL) "opt_joinpath.mal" "$(libdir)\monetdb5\opt_joinpath.mal"
-install_opt_strengthReduction.mal: "opt_strengthReduction.mal" 
"$(libdir)\monetdb5"
-       $(INSTALL) "opt_strengthReduction.mal" 
"$(libdir)\monetdb5\opt_strengthReduction.mal"
-install_opt_tarantula.mal: "opt_tarantula.mal" "$(libdir)\monetdb5"
-       $(INSTALL) "opt_tarantula.mal" "$(libdir)\monetdb5\opt_tarantula.mal"
-install_opt_macro.mal: "opt_macro.mal" "$(libdir)\monetdb5"
-       $(INSTALL) "opt_macro.mal" "$(libdir)\monetdb5\opt_macro.mal"
-install_opt_costModel.mal: "opt_costModel.mal" "$(libdir)\monetdb5"
-       $(INSTALL) "opt_costModel.mal" "$(libdir)\monetdb5\opt_costModel.mal"
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to