|
Last change
on this file since 2418 was
898,
checked in by hartmans, 17 years ago
|
|
Add pyyaml and libyaml packages
backported from lenny.
There is discussion about how these should go in the repository; these are added in this form
in order to make forward progress.
|
|
File size:
382 bytes
|
| 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 repository browser.