Salome HOME
a3b9eb89f9b3135391fd555a2bb4b68881d6c135
[modules/gui.git] / src / DDS / Makefile.in
1 #  File   : Makefile.in
2 #  Author : Alexander SOLOVYOV (OCN)
3 #  Module : DDS
4 #  $Header: /home/server/cvs/GUI/GUI_SRC/src/DDS/Makefile.in
5
6 top_srcdir=@top_srcdir@
7 top_builddir=../..
8 srcdir=@srcdir@
9 VPATH=.:@srcdir@
10
11 @COMMENCE@
12
13 # header files 
14 EXPORT_HEADERS= DDS.h \
15         DDS_DicGroup.h \
16         DDS_DicItem.h \
17         DDS_Dictionary.h \
18         DDS_KeyWords.h
19                      
20 # Libraries targets
21 LIB = libDDS.la
22
23 LIB_SRC= DDS_DicGroup.cxx \
24         DDS_DicItem.cxx \
25         DDS_Dictionary.cxx \
26         DDS_KeyWords.cxx
27
28 CPPFLAGS+= $(OCC_INCLUDES)
29
30 LDFLAGS+= $(CAS_KERNEL) $(CAS_OCAF)
31
32 @CONCLUDE@
33
34