install-exec-local:
$(INSTALL) -d $(salomescriptdir)
cp -r $(srcdir)/appliskel $(salomescriptdir)
- find $(salomescriptdir) -name CVS | xargs rm -rf
+ find $(salomescriptdir) -name CVS -prune -exec rm -rf {} \;
uninstall-local:
find $(salomescriptdir)/appliskel -exec chmod +w {} \;
# This local variable defines the list of CPPFLAGS common to all target in this package.
COMMON_CPPFLAGS= \
+ @BOOST_CPPFLAGS@ \
-I$(top_builddir)/salome_adm/unix \
-I$(top_builddir)/idl \
@CORBA_CXXFLAGS@ @CORBA_INCLUDES@