Last change
on this file since 3:1c61e0f739cf was 1:ee063b6aaa32, checked in by István Váradi <ivaradi@…>, 12 years ago |
The Thread class can be compiled for Linux and Win32
|
File size:
459 bytes
|
Line | |
---|
1 | SUBDIRS=
|
---|
2 |
|
---|
3 | if TARGET_API_POSIX
|
---|
4 | SUBDIRS+=_posix
|
---|
5 | endif
|
---|
6 |
|
---|
7 | if TARGET_API_WIN32
|
---|
8 | SUBDIRS+=_win32
|
---|
9 | AM_LDFLAGS=-no-undefined
|
---|
10 | endif
|
---|
11 |
|
---|
12 | lib_LTLIBRARIES=libvscpl.la
|
---|
13 |
|
---|
14 | libvscpl_la_SOURCES=\
|
---|
15 | dummy.cc
|
---|
16 |
|
---|
17 | if TARGET_API_POSIX
|
---|
18 | libvscpl_la_LIBADD=_posix/libvscpl_posix.la
|
---|
19 | endif
|
---|
20 |
|
---|
21 | if TARGET_API_WIN32
|
---|
22 | libvscpl_la_LIBADD=_win32/libvscpl_win32.la
|
---|
23 | endif
|
---|
24 |
|
---|
25 | include_vscpldir=$(includedir)/hu/varadiistvan/scpl
|
---|
26 | include_vscpl_HEADERS=\
|
---|
27 | config.h \
|
---|
28 | Thread.h
|
---|
Note:
See
TracBrowser
for help on using the repository browser.