/[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.15 by matthieu, Tue Sep 16 20:46:34 2003 UTC revision 1.16 by matthieu, Wed Sep 17 01:28:54 2003 UTC
# Line 283  ALL_CMX_LIB = misc/pattern.cmx \ Line 283  ALL_CMX_LIB = misc/pattern.cmx \
283          learn/learnMlpnnWeightDecayVisitor.cmx \          learn/learnMlpnnWeightDecayVisitor.cmx \
284          learn/learnMlpnnStochVisitor.cmx \          learn/learnMlpnnStochVisitor.cmx \
285          learn/learnTdnnStochVisitor.cmx \          learn/learnTdnnStochVisitor.cmx \
286          xml/xmlVisitor.cmx \  #       xml/xmlVisitor.cmx \
287          xml/xmlTdnnVisitor.cmx \  #       xml/xmlTdnnVisitor.cmx \
288          xml/xmlMlpnnVisitor.cmx  #       xml/xmlMlpnnVisitor.cmx
289    
290    # all .o files required for the libnn.a C lib.
291    ALL_O_LIB = $(ALL_CMX_LIB:.cmx=.o)
292    
293  # (* /Sources *)  # (* /Sources *)
294    
# Line 332  INCLUDES = -I ../misc -I ../networks Line 335  INCLUDES = -I ../misc -I ../networks
335  BFLAGS = -g $(INCLUDES) -w A  BFLAGS = -g $(INCLUDES) -w A
336  # native code  # native code
337  OFLAGS = $(INCLUDES) -w A -compact  OFLAGS = $(INCLUDES) -w A -compact
338    # C objects
339    CFLAGS = $(INCLUDES) -w A -c -output-obj unix.cmxa
340    
341  # Flags for linking.  # Flags for linking.
342  ####################  ####################
# Line 358  TMP = /tmp Line 363  TMP = /tmp
363          `if [ -f ./ocamlfind_options ]; then cat ./ocamlfind_options; fi`          `if [ -f ./ocamlfind_options ]; then cat ./ocamlfind_options; fi`
364    
365  .ml.o:  .ml.o:
366          $(OCAMLFIND) $(OCAMLOPT) -c $(OFLAGS) $< \          $(OCAMLFIND) $(OCAMLOPT) $(CFLAGS) $< \
367          `if [ -f ./ocamlfind_options ]; then cat ./ocamlfind_options; fi`          `if [ -f ./ocamlfind_options ]; then cat ./ocamlfind_options; fi`
368    
369  .ml.cmx:  .ml.cmx:

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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