/[marvin]/marvin/src/libnn/common.Makefile.in
ViewVC logotype

Diff of /marvin/src/libnn/common.Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by srv89, Tue Aug 26 07:54:08 2003 UTC revision 1.6 by srv89, Sun Sep 7 19:13:11 2003 UTC
# Line 58  Line 58 
58  # how to make:  # how to make:
59  # * all (alias for "make byte opt")  # * all (alias for "make byte opt")
60  # * re (alias for "make clean all")  # * re (alias for "make clean all")
61    # * interface (compiles all the .mli files)
62  # * byte (alias for "make lib$SUBDIRNAME.cma")  # * byte (alias for "make lib$SUBDIRNAME.cma")
63  # * opt (alias for "make lib$SUBDIRNAME.cmxa")  # * opt (alias for "make lib$SUBDIRNAME.cmxa")
64  # * lib$SUBDIRNAME.cma (where $SUBDIRNAME is the name of the subdirectory)  # * lib$SUBDIRNAME.cma (where $SUBDIRNAME is the name of the subdirectory)
# Line 96  MISC_ML = pattern.ml \ Line 97  MISC_ML = pattern.ml \
97          defaultVisitor.ml \          defaultVisitor.ml \
98          env.ml          env.ml
99  # .mli sources (without paths!)  # .mli sources (without paths!)
100  MISC_MLI =  MISC_MLI = pattern.mli \
101            corpus.mli \
102            defaultVisitor.mli
103  # compiled native code .cmx files (without path!)  # compiled native code .cmx files (without path!)
104  MISC_CMX = $(MISC_ML:.ml=.cmx)  MISC_CMX = $(MISC_ML:.ml=.cmx)
105  # compiled native code .cmx files (with path!)  # compiled native code .cmx files (with path!)
# Line 115  NETWORKS_ML = nn.ml \ Line 118  NETWORKS_ML = nn.ml \
118          mlpNN.ml \          mlpNN.ml \
119          tdNN.ml          tdNN.ml
120  # .mli sources (without paths!)  # .mli sources (without paths!)
121  NETWORKS_MLI =  NETWORKS_MLI = nn.mli
122  # compiled native code .cmx files (without path!)  # compiled native code .cmx files (without path!)
123  NETWORKS_CMX = $(NETWORKS_ML:.ml=.cmx)  NETWORKS_CMX = $(NETWORKS_ML:.ml=.cmx)
124  # compiled native code .cmx files (with path!)  # compiled native code .cmx files (with path!)
# Line 134  INIT_ML = initVisitor.ml \ Line 137  INIT_ML = initVisitor.ml \
137          initMlpnnVisitor.ml \          initMlpnnVisitor.ml \
138          initTdnnVisitor.ml          initTdnnVisitor.ml
139  # .mli sources (without paths!)  # .mli sources (without paths!)
140  INIT_MLI =  INIT_MLI = initVisitor.mli
141  # compiled native code .cmx files (without path!)  # compiled native code .cmx files (without path!)
142  INIT_CMX = $(INIT_ML:.ml=.cmx)  INIT_CMX = $(INIT_ML:.ml=.cmx)
143  # compiled native code .cmx files (with path!)  # compiled native code .cmx files (with path!)
# Line 153  INPUT_ML = inputVisitor.ml \ Line 156  INPUT_ML = inputVisitor.ml \
156          inputMlpnnVisitor.ml \          inputMlpnnVisitor.ml \
157          inputTdnnVisitor.ml          inputTdnnVisitor.ml
158  # .mli sources (without paths!)  # .mli sources (without paths!)
159  INPUT_MLI =  INPUT_MLI = inputVisitor.mli
160  # compiled native code .cmx files (without path!)  # compiled native code .cmx files (without path!)
161  INPUT_CMX = $(INPUT_ML:.ml=.cmx)  INPUT_CMX = $(INPUT_ML:.ml=.cmx)
162  # compiled native code .cmx files (with path!)  # compiled native code .cmx files (with path!)
# Line 171  ERROR_CMA_LIB = $(ERROR_DIR)/lib$(ERROR_ Line 174  ERROR_CMA_LIB = $(ERROR_DIR)/lib$(ERROR_
174  ERROR_ML = errorVisitor.ml \  ERROR_ML = errorVisitor.ml \
175          errorMlpnnVisitor.ml          errorMlpnnVisitor.ml
176  # .mli sources (without paths!)  # .mli sources (without paths!)
177  ERROR_MLI =  ERROR_MLI = errorVisitor.mli
178  # compiled native code .cmx files (without path!)  # compiled native code .cmx files (without path!)
179  ERROR_CMX = $(ERROR_ML:.ml=.cmx)  ERROR_CMX = $(ERROR_ML:.ml=.cmx)
180  # compiled native code .cmx files (with path!)  # compiled native code .cmx files (with path!)
# Line 230  XML_ML = xmlVisitor.ml \ Line 233  XML_ML = xmlVisitor.ml \
233          xmlMlpnnVisitor.ml \          xmlMlpnnVisitor.ml \
234          xmlTdnnVisitor.ml          xmlTdnnVisitor.ml
235  # .mli sources (without paths!)  # .mli sources (without paths!)
236  XML_MLI =  XML_MLI = xmlVisitor.mli \
237            xmlMlpnnVisitor.mli \
238            xmlTdnnVisitor.mli
239  # compiled native code .cmx files (without path!)  # compiled native code .cmx files (without path!)
240  XML_CMX = $(XML_ML:.ml=.cmx)  XML_CMX = $(XML_ML:.ml=.cmx)
241  # compiled native code .cmx files (with path!)  # compiled native code .cmx files (with path!)

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26