]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/apr/build.conf
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / apr / build.conf
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
8 paths =
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
15 platform_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
20 headers = 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
28 dsp = libapr.dsp