Makefile.am 961 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. ## $Id$
  2. include $(top_srcdir)/Makefile.am.global
  3. INCLUDES = @INCLUDES@ -I$(top_srcdir)/libmp3lame -I$(top_builddir)
  4. EXTRA_DIST = \
  5. AUTHORS \
  6. README
  7. DEFS = @DEFS@ @CONFIG_DEFS@
  8. noinst_LTLIBRARIES = libmpgdecoder.la
  9. libmpgdecoder_la_SOURCES = common.c \
  10. dct64_i386.c \
  11. decode_i386.c \
  12. interface.c \
  13. layer1.c \
  14. layer2.c \
  15. layer3.c \
  16. tabinit.c
  17. noinst_HEADERS = common.h \
  18. dct64_i386.h \
  19. decode_i386.h \
  20. huffman.h \
  21. interface.h \
  22. l2tables.h \
  23. layer1.h \
  24. layer2.h \
  25. layer3.h \
  26. mpg123.h \
  27. mpglib.h \
  28. tabinit.h
  29. LCLINTFLAGS= \
  30. +posixlib \
  31. +showsummary \
  32. +showalluses \
  33. +whichlib \
  34. +forcehints \
  35. -fixedformalarray \
  36. +matchanyintegral \
  37. -Dlint
  38. lclint.txt: ${libmpgdecoder_la_SOURCES} ${noinst_HEADERS}
  39. @lclint ${LCLINTFLAGS} ${INCLUDES} ${DEFS} ${libmpgdecoder_la_SOURCES} 2>&1 >lclint.txt || true
  40. lclint: lclint.txt
  41. more lclint.txt
  42. #$(OBJECTS): libtool
  43. #libtool: $(LIBTOOL_DEPS)
  44. # $(SHELL) $(top_builddir)/config.status --recheck