Salome HOME
copy tag mergefrom_BR_V0_1_CC_Salome_04oct07
[modules/yacs.git] / src / bases / Makefile.am
1
2 include $(top_srcdir)/adm/unix/make_begin.am
3
4 SUBDIRS = Test
5
6 noinst_LTLIBRARIES = libYACSBases.la
7
8 libYACSBases_la_SOURCES = Exception.cxx Thread.cxx Mutex.cxx Semaphore.cxx \
9         DynLibLoader.cxx  DrivenCondition.cxx                              \
10         Cstr2d.cxx   YacsTrace.cxx                    \
11         $(__dummy__)
12
13 EXTRA_libYACSBases_la_SOURCES = 
14         Thread.hxx ThreadPT.hxx ThreadPT.cxx          \
15         Mutex.hxx MutexPT.cxx MutexPT.hxx             \
16         Semaphore.hxx SemaphorePT.cxx SemaphorePT.hxx \
17         DynLibLoader.hxx DynLibLoaderGNU.hxx          \
18         DrivenCondition.hxx DrivenConditionPT.hxx     \
19         Exception.hxx                                 \
20         $(__dummy__)
21
22 salomeinclude_HEADERS =                               \
23            Cstr2d.hxx \
24            define.hxx \
25            DrivenCondition.hxx \
26            DrivenConditionPT.hxx \
27            DynLibLoaderGNU.hxx \
28            DynLibLoader.hxx \
29            DynLibLoaderWin.hxx \
30            Exception.hxx \
31            Mutex.hxx \
32            MutexPT.hxx \
33            Semaphore.hxx \
34            SemaphorePT.hxx \
35            Thread.hxx \
36            ThreadPT.hxx \
37            YacsTrace.hxx \
38            $(__dummy__)
39
40 AM_CXXFLAGS = $(THREAD_DEF)
41
42 include $(top_srcdir)/adm/unix/make_end.am