root/libyaml/trunk/Makefile.am
| Revision 220, 382 bytes (checked in by xi, 6 years ago) |
|---|
| Line | |
|---|---|
| 1 | ## Run `./bootstrap` to generate the "Makefile.in" files in this directory and |
| 2 | ## the "$SUBDIR" subdirectories. |
| 3 | |
| 4 | SUBDIRS = include src . tests |
| 5 | |
| 6 | EXTRA_DIST = README LICENSE doc/doxygen.cfg |
| 7 | |
| 8 | maintainer-clean-local: |
| 9 | -rm -f aclocal.m4 config.h.in configure config/* |
| 10 | -find ${builddir} -name Makefile.in -exec rm -f '{}' ';' |
| 11 | |
| 12 | .PHONY: bootstrap |
| 13 | bootstrap: maintainer-clean |
| 14 | ./bootstrap |
| 15 |
Note: See TracBrowser
for help on using the browser.
