You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.am 465B

12345678910
  1. noinst_LTLIBRARIES = librdr.la
  2. librdr_la_SOURCES = Exception.cxx Exception.h FdInStream.cxx FdInStream.h \
  3. FdOutStream.cxx FdOutStream.h FixedMemOutStream.h HexInStream.cxx \
  4. HexInStream.h HexOutStream.cxx HexOutStream.h InStream.cxx InStream.h \
  5. MemInStream.h MemOutStream.h OutStream.h RandomStream.cxx \
  6. RandomStream.h SubstitutingInStream.h types.h ZlibInStream.cxx \
  7. ZlibInStream.h ZlibOutStream.cxx ZlibOutStream.h
  8. librdr_la_CPPFLAGS = -I$(COMMON_DIR)