Salome HOME
Rolling back incorrect integration
[modules/gui.git] / src / Prs / Makefile.in
1 # source path
2 top_srcdir=@top_srcdir@
3 top_builddir=../..
4 srcdir=@srcdir@
5 VPATH=.:@srcdir@:@top_srcdir@/idl
6
7
8 @COMMENCE@
9
10 EXPORT_HEADERS = SALOME_Prs.h
11
12 # Libraries targets
13
14 LIB = libSalomePrs.la
15 LIB_SRC =        SALOME_Prs.cxx
16
17 LIB_CLIENT_IDL = 
18
19 # Executables targets
20 BIN = 
21 BIN_SRC =
22
23 CPPFLAGS+= -I${KERNEL_ROOT_DIR}/include/salome
24 LDFLAGS+=
25
26
27 @CONCLUDE@