]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/apr/build.conf
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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   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
16 platform_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
21 headers = 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
29 dsp = libapr.dsp