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

Makefile.am 916 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. include Makefile.am.inc
  2. EXTRA_DIST = README.html README-WIN32.html config.h.win32 doc json-c.vcproj
  3. SUBDIRS = . tests
  4. lib_LTLIBRARIES = libjson.la
  5. pkgconfigdir = $(libdir)/pkgconfig
  6. pkgconfig_DATA = json.pc
  7. libjsonincludedir = $(includedir)/json
  8. libjsoninclude_HEADERS = \
  9. arraylist.h \
  10. bits.h \
  11. debug.h \
  12. json.h \
  13. json_config.h \
  14. json_inttypes.h \
  15. json_object.h \
  16. json_object_private.h \
  17. json_tokener.h \
  18. json_util.h \
  19. linkhash.h \
  20. printbuf.h
  21. #libjsonx_includedir = $(libdir)/json-c-@VERSION@
  22. #
  23. #libjsonx_include_HEADERS = \
  24. # json_config.h
  25. libjson_la_LDFLAGS = -version-info 1:0:1 -no-undefined
  26. libjson_la_SOURCES = \
  27. arraylist.c \
  28. debug.c \
  29. json_object.c \
  30. json_tokener.c \
  31. json_util.c \
  32. linkhash.c \
  33. printbuf.c
  34. distclean-local:
  35. -rm -rf $(testsubdir)
  36. -rm -rf config.h.in~ Makefile.in aclocal.m4 autom4te.cache/ config.guess config.sub configure depcomp install-sh ltmain.sh missing