]> SALOME platform Git repositories - plugins/ghs3dplugin.git/blob - src/Makefile.in
Salome HOME
PAL8529. Get rid of QT
[plugins/ghs3dplugin.git] / src / Makefile.in
1 # -* Makefile *- 
2 #
3 # Author : Edward AGAPOV (OCC)
4 # Module : GHS3DPLUGIN
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 = GHS3DPlugin_icons.po
19
20 LIB_SRC = \
21         GHS3DPlugin_GHS3D.cxx \
22         GHS3DPlugin_GHS3D_i.cxx \
23         GHS3DPlugin_i.cxx
24
25 LIB_SERVER_IDL = GHS3DPlugin_Algorithm.idl
26
27 # Libraries targets
28 LIB = libGHS3DEngine.la
29
30 #CXXFLAGS += $(QT_INCLUDES)
31 #LDFLAGS  += $(QT_LIBS)
32
33 @CONCLUDE@