build.conf 601 B

1234567891011121314151617181920212223242526
  1. #
  2. # Configuration file for APR. Used by APR/build/gen-build.py
  3. #
  4. [options]
  5. # paths to platform-independent .c files to build
  6. paths =
  7. passwd/*.c
  8. strings/*.c
  9. tables/*.c
  10. # directories that have platform-specific code in them. the resulting
  11. # pattern will be: SUBDIR/PLATFORM/*.c
  12. platform_dirs =
  13. atomic dso file_io locks memory misc mmap network_io poll random
  14. shmem support threadproc time user
  15. # all the public headers
  16. headers = include/*.h
  17. # aplibtool is manually built by the configure process
  18. # build/aplibtool.c
  19. # we have a recursive makefile for the test files (for now)
  20. # test/*.c