]>
Commit | Line | Data |
---|---|---|
1 | # | |
2 | # | |
3 | # | |
4 | ||
5 | ACLOCAL_AMFLAGS = -I m4 | |
6 | ||
7 | if BUILD_TESTS | |
8 | MAYBE_TESTS = tests | |
9 | endif | |
10 | ||
11 | SUBDIRS= \ | |
12 | dispatch \ | |
13 | man \ | |
14 | os \ | |
15 | private \ | |
16 | src \ | |
17 | $(MAYBE_TESTS) | |
18 | ||
19 | EXTRA_DIST= \ | |
20 | README.md \ | |
21 | LICENSE \ | |
22 | PATCHES \ | |
23 | autogen.sh \ | |
24 | config/config.h \ | |
25 | libdispatch.xcodeproj \ | |
26 | resolver \ | |
27 | tools \ | |
28 | xcodeconfig \ | |
29 | xcodescripts |