]> SALOME platform Git repositories - samples/component.git/blob - src/SyrControlComponent/Makefile.in
Salome HOME
Fix compilation after changes in MED
[samples/component.git] / src / SyrControlComponent / Makefile.in
1 #  Copyright (C) 2003  CEA/DEN, EDF R&D
2 #
3 #
4 #
5 #  File   : Makefile.in
6 #  Author : Jean Rahuel
7 #  Module : SuperVisionTest
8 #  $Header:
9
10 top_srcdir=@top_srcdir@
11 top_builddir=../..
12 srcdir=@srcdir@
13 VPATH=.:@srcdir@:@top_srcdir@/idl
14
15 @COMMENCE@
16
17 EXPORT_PYSCRIPTS = SyrControlComponent.py
18
19 # Libraries targets
20
21 LIB = 
22 LIB_SRC =
23 LIB_CLIENT_IDL =
24
25 # Executables targets
26 BIN = 
27 BIN_SRC = 
28
29 LDFLAGS+=
30
31
32 @CONCLUDE@