Salome HOME
Initial version
[plugins/netgenplugin.git] / src / NETGENPlugin / Makefile.in
1 # -* Makefile *- 
2 #
3 # Author : Edward AGAPOV (OCC)
4 # Module : NETGENPLUGIN
5 # Date : 10/01/2004
6 #
7 #
8
9 # source path
10 top_srcdir=@top_srcdir@
11 top_builddir=../..
12 srcdir=@srcdir@
13 VPATH=.:@srcdir@
14
15 @COMMENCE@
16
17 # .po files to transform in .qm
18 PO_FILES = NETGENPlugin_icons.po
19
20 LIB_SRC = \
21         NETGENPlugin_NETGEN_3D.cxx \
22         NETGENPlugin_NETGEN_3D_i.cxx \
23         NETGENPlugin_i.cxx
24
25 LIB_SERVER_IDL = NETGENPlugin_Algorithm.idl
26
27 # Libraries targets
28 LIB = libNETGENEngine.la
29
30 NETGEN_INCLUDES = @NETGEN_INCLUDES@
31 CPPFLAGS += $(NETGEN_INCLUDES)
32 CXXFLAGS += $(NETGEN_INCLUDES)
33 LDFLAGS  += -lNETGEN
34
35 @CONCLUDE@