source: trunk/packages/libyaml/Makefile.am @ 898

Last change on this file since 898 was 898, checked in by hartmans, 16 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
4SUBDIRS = include src . tests
5
6EXTRA_DIST = README LICENSE doc/doxygen.cfg
7
8maintainer-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
13bootstrap: maintainer-clean
14        ./bootstrap
15
Note: See TracBrowser for help on using the repository browser.