summaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
Diffstat (limited to 'build.conf')
-rw-r--r--build.conf23
1 files changed, 8 insertions, 15 deletions
diff --git a/build.conf b/build.conf
index 8d9c84181..0522a1bb7 100644
--- a/build.conf
+++ b/build.conf
@@ -4,26 +4,19 @@
[options]
+# paths to platform-independent .c files to build
paths =
- atomic/{platform}/*.c
- dso/{platform}/*.c
- file_io/{platform}/*.c
- locks/{platform}/*.c
- memory/{platform}/*.c
- misc/{platform}/*.c
- mmap/{platform}/*.c
- network_io/{platform}/*.c
passwd/*.c
- poll/{platform}/*.c
- random/{platform}/*.c
- shmem/{platform}/*.c
strings/*.c
- support/{platform}/*.c
tables/*.c
- threadproc/{platform}/*.c
- time/{platform}/*.c
- user/{platform}/*.c
+# directories that have platform-specific code in them. the resulting
+# pattern will be: SUBDIR/PLATFORM/*.c
+platform_dirs =
+ atomic dso file_io locks memory misc mmap network_io poll random
+ shmem support threadproc time user
+
+# all the public headers
headers = include/*.h
# aplibtool is manually built by the configure process