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  encoding/*.c
10  passwd/*.c
11  strings/*.c
12  tables/*.c
13
14# directories that have platform-specific code in them. the resulting
15# pattern will be: SUBDIR/PLATFORM/*.c
16platform_dirs =
17  dso file_io locks memory misc mmap network_io poll random
18  shmem support threadproc time user atomic
19
20# all the public headers
21headers = include/*.h
22
23# aplibtool is manually built by the configure process
24# build/aplibtool.c
25
26# we have a recursive makefile for the test files (for now)
27# test/*.c
28
29dsp = libapr.dsp
30