Salome HOME
07bf2ed64d044b7e41060b2f640f1ca04d419bc0
[modules/kernel.git] / src / MSG2QM / Makefile.in
1 # source path
2 top_srcdir=@top_srcdir@
3 top_builddir=../..
4 srcdir=@srcdir@
5 VPATH=.:@srcdir@:@top_srcdir@/idl
6
7 @COMMENCE@
8
9 # Executables targets
10 BIN = msg2qm
11 BIN_SRC = 
12
13 CPPFLAGS+=$(QT_INCLUDES) $(OGL_INCLUDES)
14 LDFLAGS+=$(QT_MT_LIBS) $(OGL_LIBS)
15
16
17 @CONCLUDE@