From cb13304654b9ba7e81cc0140b0b397d6785935d0 Mon Sep 17 00:00:00 2001 From: jroy Date: Mon, 14 Apr 2003 15:15:14 +0000 Subject: [PATCH] *** empty log message *** --- Makefile.in | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/Makefile.in b/Makefile.in index d7c597dbd..3be0edfa1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 + -- 2.39.2