]> SALOME platform Git repositories - modules/yacs.git/blob - src/engine/Plugin/Makefile.am
Salome HOME
copy tag mergefrom_BR_V0_1_CC_Salome_04oct07
[modules/yacs.git] / src / engine / Plugin / Makefile.am
1
2 include $(top_srcdir)/adm/unix/make_begin.am
3
4 lib_LTLIBRARIES = libPluginSimplex.la
5
6 libPluginSimplex_la_SOURCES = PluginSimplex.cxx \
7         maestro.cxx decode.cxx point.cxx aleas.cxx \
8         salomevent.cxx simplex.cxx solution.cxx \
9         local.cxx mt19937ar.cxx 
10
11 libPluginSimplex_la_CXXFLAGS = $(THREAD_DEF) \
12         -I$(srcdir)/..                       \
13         -I$(srcdir)/../../bases
14
15 include $(top_srcdir)/adm/unix/make_end.am