Last change
on this file since 2:b8c3435b818d was 2:b8c3435b818d, checked in by István Váradi <ivaradi@…>, 12 years ago |
Using less ambiguous conditionals to decide between POSIX vs. Windows compilation
|
File size:
399 bytes
|
Line | |
---|
1 | lib_LTLIBRARIES=libxplcommon.la
|
---|
2 |
|
---|
3 | libxplcommon_la_SOURCES=
|
---|
4 |
|
---|
5 | if TARGET_API_POSIX
|
---|
6 | libxplcommon_la_SOURCES += \
|
---|
7 | POSIXThread.cc \
|
---|
8 | POSIXWaitable.cc \
|
---|
9 | POSIXWaiter.cc
|
---|
10 | endif
|
---|
11 |
|
---|
12 | if TARGET_API_WIN32
|
---|
13 | libxplcommon_la_SOURCES += \
|
---|
14 | Win32Thread.cc
|
---|
15 | endif
|
---|
16 |
|
---|
17 | include_xplcommondir=$(includedir)/xplcommon
|
---|
18 | include_xplcommon_HEADERS=\
|
---|
19 | POSIXThread.h \
|
---|
20 | Win32Thread.h \
|
---|
21 | Thread.h \
|
---|
22 | POSIXWaitable.h \
|
---|
23 | POSIXWaiter.h
|
---|
Note:
See
TracBrowser
for help on using the repository browser.