X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FMakefile.in;fp=src%2FMakefile.in;h=72cfcf925160952e9859ff495092daa4bfc5261a;hp=0000000000000000000000000000000000000000;hb=3973ceea250d2a077cdb5a798eb7c6151fa9c568;hpb=26dabc480d24eb0f05427661547c8523e8eadc24;ds=sidebyside diff --git a/src/Makefile.in b/src/Makefile.in new file mode 100644 index 000000000..72cfcf925 --- /dev/null +++ b/src/Makefile.in @@ -0,0 +1,22 @@ +#============================================================================== +# File : Makefile.in +# Created : ven déc 7 13:32:20 CET 2001 +# Author : Paul RASCLE, EDF +# Project : SALOME +# Copyright : EDF 2001 +# $Header$ +#============================================================================== + +# source path +top_srcdir=@top_srcdir@ +top_builddir=.. +srcdir=@srcdir@ +VPATH=.:@srcdir@ + +@COMMENCE@ + +SUBDIRS = OBJECT SMDS SMESHDS Driver DriverMED DriverDAT DriverUNV MEFISTO2 \ + SMESH SMESH_I SMESHFiltersSelection SMESHGUI \ + SMESH_SWIG + +@MODULE@