build.conf 480 B

1234567891011121314151617181920212223242526272829303132
  1. #
  2. # Configuration file for APRUTIL. Used by APR/build/gen-build.py
  3. #
  4. [options]
  5. # the platform-independent .c files
  6. paths =
  7. buckets/*.c
  8. crypto/*.c
  9. dbm/*.c
  10. dbm/sdbm/*.c
  11. encoding/*.c
  12. hooks/*.c
  13. ldap/*.c
  14. misc/*.c
  15. uri/apr_uri.c
  16. xml/*.c
  17. strmatch/*.c
  18. xlate/*.c
  19. dbd/*.c
  20. # we have no platform-specific subdirs
  21. platform_dirs =
  22. # the public headers
  23. headers = include/*.h
  24. # gen_uri_delim.c
  25. # we have a recursive makefile for the test files (for now)
  26. # test/*.c