]>
git.saurik.com Git - apple/libdispatch.git/blame_incremental - Makefile.am
... / ...
Commit | Line | Data |
| 1 | # |
| 2 | # |
| 3 | # |
| 4 | |
| 5 | ACLOCAL_AMFLAGS = -I m4 |
| 6 | |
| 7 | SUBDIRS= \ |
| 8 | dispatch \ |
| 9 | man \ |
| 10 | os \ |
| 11 | private \ |
| 12 | src |
| 13 | |
| 14 | EXTRA_DIST= \ |
| 15 | LICENSE \ |
| 16 | PATCHES \ |
| 17 | autogen.sh \ |
| 18 | config/config.h \ |
| 19 | libdispatch.xcodeproj \ |
| 20 | resolver \ |
| 21 | tools \ |
| 22 | xcodeconfig \ |
| 23 | xcodescripts |