]> SALOME platform Git repositories - modules/yacs.git/blob - idl/Makefile.am
Salome HOME
copy tag mergefrom_BR_V0_1_CC_Salome_04oct07
[modules/yacs.git] / idl / Makefile.am
1
2 include $(top_srcdir)/adm/unix/make_begin.am
3
4 IDL_FILES = yacsgui.idl
5 IDL_SRC = yacsguiSK.cc
6 BUILT_SOURCES = $(IDL_SRC) yacsgui_idl.py 
7
8 OMNIORB_IDL+= -I$(KERNEL_ROOT_DIR)/idl/salome -I$(GUI_ROOT_DIR)/idl/salome
9
10 IDLPYFLAGS  = \
11   -I$(KERNEL_ROOT_DIR)/idl/salome
12
13 install-exec-local: install-pyidl
14
15 install-pyidl: $(IDL_FILES)
16         $(INSTALL) -d  $(pkgpythondir)
17         @for file in $^ dummy; do \
18           if [ $$file != "dummy" ]; then \
19              $(OMNIORB_IDL) -bpython $(IDLPYFLAGS) -C$(pkgpythondir) $$file ; \
20           fi ; \
21         done ;
22
23 include $(top_srcdir)/adm/unix/make_end.am