Last change
on this file since 6:81a0ade149e1 was 6:81a0ade149e1, checked in by István Váradi <ivaradi@…>, 12 years ago |
Implemented basic POSIX socket infrastructure
|
File size:
484 bytes
|
Line | |
---|
1 | SUBDIRS=
|
---|
2 | if TARGET_API_POSIX
|
---|
3 | SUBDIRS+=posix
|
---|
4 | endif
|
---|
5 | if TARGET_API_WIN32
|
---|
6 | SUBDIRS+=win32
|
---|
7 | endif
|
---|
8 |
|
---|
9 | lib_LTLIBRARIES=libxplcommon.la
|
---|
10 |
|
---|
11 | libxplcommon_la_SOURCES= \
|
---|
12 | Buffer.cc
|
---|
13 |
|
---|
14 | if TARGET_API_POSIX
|
---|
15 | libxplcommon_la_LIBADD=posix/libxplcommon_posix.la
|
---|
16 | endif
|
---|
17 |
|
---|
18 | if TARGET_API_WIN32
|
---|
19 | libxplcommon_la_LIBADD=win32/libxplcommon_win32.la
|
---|
20 | endif
|
---|
21 |
|
---|
22 | include_xplcommondir=$(includedir)/xplcommon
|
---|
23 | include_xplcommon_HEADERS=\
|
---|
24 | config.h \
|
---|
25 | types.h \
|
---|
26 | Failable.h \
|
---|
27 | Thread.h \
|
---|
28 | Waiter.h \
|
---|
29 | WaitableEvent.h \
|
---|
30 | Buffer.h
|
---|
Note:
See
TracBrowser
for help on using the repository browser.