Makefile.am 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. SUBDIRS = public
  2. lib_LTLIBRARIES=liblhasa.la
  3. check_LIBRARIES=liblhasatest.a
  4. EXTRA_DIST = \
  5. bit_stream_reader.c \
  6. lh_new_decoder.c \
  7. pma_common.c \
  8. tree_decode.c
  9. SRC = \
  10. crc16.c crc16.h \
  11. ext_header.c ext_header.h \
  12. lha_arch_unix.c lha_arch.h \
  13. lha_arch_win32.c \
  14. lha_decoder.c lha_decoder.h \
  15. lha_endian.c lha_endian.h \
  16. lha_file_header.c lha_file_header.h \
  17. lha_input_stream.c lha_input_stream.h \
  18. lha_basic_reader.c lha_basic_reader.h \
  19. lha_reader.c \
  20. macbinary.c macbinary.h \
  21. null_decoder.c \
  22. lh1_decoder.c \
  23. lh5_decoder.c \
  24. lh6_decoder.c \
  25. lh7_decoder.c \
  26. lhx_decoder.c \
  27. lz5_decoder.c \
  28. lzs_decoder.c \
  29. pm1_decoder.c \
  30. pm2_decoder.c
  31. liblhasatest_a_CFLAGS=$(TEST_CFLAGS) -DALLOC_TESTING -I../test -g
  32. liblhasatest_a_SOURCES=$(SRC) $(HEADER_FILES)
  33. liblhasa_la_CFLAGS=$(MAIN_CFLAGS)
  34. liblhasa_la_SOURCES=$(SRC) $(HEADER_FILES)
  35. clean-local:
  36. rm -f *.gcno *.gcda *.c.gcov