Salome HOME
copy tag mergefrom_BR_V0_1_CC_Salome_04oct07
[modules/yacs.git] / src / lineconn2d / Makefile.am
1
2 include $(top_srcdir)/adm/unix/make_begin.am
3
4 lib_LTLIBRARIES = libLineConn2d.la
5
6 # Implementation files
7 LIBSOURCES = \
8         LineConn2d.cxx \
9         LineConn2d_Box.cxx \
10         LineConn2d_BoxTree.cxx \
11         LineConn2d_Connection.cxx \
12         LineConn2d_IntervalBuffer.cxx \
13         LineConn2d_Model.cxx \
14         LineConn2d_Object.cxx \
15         LineConn2d_Path.cxx \
16         LineConn2d_PathIterator.cxx \
17         LineConn2d_Segment.cxx
18
19 # Headers
20 LIBHEADERS = \
21         LineConn2d.h \
22         LineConn2d_Box.h \
23         LineConn2d_BoxTree.h \
24         LineConn2d_Connection.h \
25         LineConn2d_IntervalBuffer.h \
26         LineConn2d_Model.h \
27         LineConn2d_Object.h \
28         LineConn2d_Path.h \
29         LineConn2d_PathIterator.h \
30         LineConn2d_Port.h \
31         LineConn2d_Segment.h \
32         LineConn2d_SegmentIterator.h \
33         LineConn2d_ZInterval.h
34
35 # MOC-generated files
36 MOCSOURCES = 
37
38 # Resources
39 LIBPOFILES = 
40
41 LIBICONS = 
42
43 # Add "resources" subdirectory to resource file names
44 POFILES = $(LIBPOFILES)
45 ICONS = $(LIBICONS)
46
47 libLineConn2d_la_SOURCES = $(LIBSOURCES) $(LIBHEADERS)
48 nodist_libLineConn2d_la_SOURCES = $(MOCSOURCES)
49
50 # List all generated files here
51 BUILT_SOURCES = $(MOCSOURCES)
52
53 libLineConn2d_la_LIBADD = @CAS_KERNEL@
54 libLineConn2d_la_CXXFLAGS = @CAS_CPPFLAGS@
55
56 include $(top_srcdir)/adm/unix/make_end.am