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