Changeset 40:91a761bc3a6b in xplcommon for src
- Timestamp:
- 01/20/13 08:51:10 (12 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- src/xplcommon
- Files:
-
- 98 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/xplcommon/Makefile.am
r39 r40 1 1 INCLUDES=@XPSDK_INCLUDES@ 2 2 3 SUBDIRS=4 5 3 if TARGET_API_POSIX 6 SUBDIRS+=posix7 4 AM_CPPFLAGS=-DLIN 8 5 AM_CXXFLAGS=-fPIC -fno-stack-protector … … 10 7 11 8 if TARGET_API_WIN32 12 SUBDIRS+=win3213 9 AM_CPPFLAGS=-DIBM 14 10 AM_LDFLAGS=@XPSDK_LDFLAGS@ -no-undefined … … 23 19 24 20 libxplcommon_la_SOURCES= \ 25 PseudoRandom.cc \26 BlockingStream.cc \27 DataStream.cc \28 21 Util.cc 29 30 if TARGET_API_POSIX31 libxplcommon_la_LIBADD=posix/libxplcommon_posix.la32 endif33 34 if TARGET_API_WIN3235 libxplcommon_la_LIBADD=win32/libxplcommon_win32.la36 endif37 22 38 23 include_xplcommondir=$(includedir)/xplcommon 39 24 include_xplcommon_HEADERS=\ 40 config.h \41 types.h \42 PseudoRandom.h \43 Thread.h \44 Mutex.h \45 CondVar.h \46 Failable.h \47 Waiter.h \48 WaitableEvent.h \49 Buffer.h \50 BufferedStream.h \51 ReadingBuffer.h \52 WritingBuffer.h \53 LocalAcceptor.h \54 LocalSocket.h \55 LocalServerSocket.h \56 LocalConnector.h \57 LocalClientSocket.h \58 BlockingStream.h \59 DataStream.h \60 25 Util.h
Note:
See TracChangeset
for help on using the changeset viewer.