]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
*** empty log message ***
authorjroy <jroy>
Mon, 14 Apr 2003 15:15:14 +0000 (15:15 +0000)
committerjroy <jroy>
Mon, 14 Apr 2003 15:15:14 +0000 (15:15 +0000)
Makefile.in

index d7c597dbd67a7dfeaa0e9555ef232afce317d41d..3be0edfa127fa79da3de0288fd639b4a92009aa2 100644 (file)
@@ -1,23 +1,20 @@
-#==============================================================================
-#  File      : Makefile.in
-#  Created   : ven déc  7 13:32:08 CET 2001
-#  Author    : Paul RASCLE, EDF
-#  Project   : SALOME
-#  Copyright : EDF 2001
-#  $Header$
-#==============================================================================
+# -* Makefile *- 
+#
+# Author : Patrick GOLDBRONN (CEA)
+# Date : 28/06/2001
+# $Header$
+#
 
 # source path
 top_srcdir=@top_srcdir@
 top_builddir=.
 srcdir=@srcdir@
-VPATH=.:@srcdir@:@top_srcdir@/resources:@top_srcdir@/idl
+VPATH=.:@srcdir@:@top_srcdir@/bin:@top_srcdir@/resources:./bin:@top_srcdir@/idl
 
-@COMMENCE@
 
-SUBDIRS = idl src
+@COMMENCE@
 
-MODULE = MED
+SUBDIRS = idl src salome_adm
 
 RESOURCES_FILES = \
 Med_en.xml \
@@ -26,6 +23,10 @@ Infos.png \
 Structure.png \
 ModuleMed.png
 
+BIN_SCRIPT= \
+README
+
+
 # copy header files in common directory
 ifeq ($(HAVE_SSTREAM),yes)
   include_list=include/salome/SALOMEconfig.h
@@ -37,11 +38,11 @@ inc: idl $(include_list)
 
 include/salome/SALOMEconfig.h: salome_adm/unix/SALOMEconfig.h
        -$(RM) $@
-       $(LN_S) ../$< $@
+       $(LN_S) ../../$< $@
 
 include/salome/sstream: salome_adm/unix/sstream
        -$(RM) $@
-       $(LN_S) ../$< $@
+       $(LN_S) ../../$< $@
 
 depend: depend_idl
 
@@ -85,3 +86,4 @@ distclean-other:
 @MODULE@
 
 install: install-bin install-include install-end
+