Salome HOME
copy tag mergefrom_BR_V0_1_CC_Salome_04oct07
[modules/yacs.git] / src / lineconn2d / Makefile_old.in
1 #  File   : Makefile.in
2 #  Author : Pavel TELKOV (OCN)
3 #  Module : CATHARE
4
5 top_srcdir=@top_srcdir@
6 top_builddir=../..
7 srcdir=@srcdir@
8 VPATH=.:@srcdir@:@srcdir@/resources
9
10
11 @COMMENCE@
12
13 # header files 
14 EXPORT_HEADERS= LineConn2d.h \
15                 LineConn2d_Box.h \
16                 LineConn2d_BoxTree.h \
17                 LineConn2d_Connection.h \
18                 LineConn2d_IntervalBuffer.h \
19                 LineConn2d_Model.h \
20                 LineConn2d_Object.h \
21                 LineConn2d_Path.h \
22                 LineConn2d_PathIterator.h \
23                 LineConn2d_Port.h \
24                 LineConn2d_Segment.h \
25                 LineConn2d_SegmentIterator.h \
26                 LineConn2d_ZInterval.h
27
28 # .po files to transform in .qm
29 PO_FILES = \
30
31 # Libraries targets
32 LIB = libLineConn2d.la
33 LIB_SRC= LineConn2d.cxx \
34          LineConn2d_Box.cxx \
35          LineConn2d_BoxTree.cxx \
36          LineConn2d_Connection.cxx \
37          LineConn2d_IntervalBuffer.cxx \
38          LineConn2d_Model.cxx \
39          LineConn2d_Object.cxx \
40          LineConn2d_Path.cxx \
41          LineConn2d_PathIterator.cxx \
42          LineConn2d_Segment.cxx
43
44 LIB_MOC = \
45           
46 RESOURCES_FILES = 
47
48 BIN = 
49
50 CPPFLAGS+=$(OCC_INCLUDES)
51
52 LDFLAGS+=$(CAS_KERNEL) -lTKernel
53
54 @CONCLUDE@