| Revision 373,
454 bytes
checked in by xi, 2 years ago
(diff) |
|
Added support for pkg-config.
|
| Line | |
|---|
| 1 | ## Run `./bootstrap` to generate the "Makefile.in" files in this directory and |
|---|
| 2 | ## the "$SUBDIRS" subdirectories. |
|---|
| 3 | |
|---|
| 4 | SUBDIRS = include src . tests win32 |
|---|
| 5 | |
|---|
| 6 | EXTRA_DIST = README LICENSE doc/doxygen.cfg |
|---|
| 7 | |
|---|
| 8 | pkgconfigdir = $(libdir)/pkgconfig |
|---|
| 9 | pkgconfig_DATA = yaml-0.1.pc |
|---|
| 10 | |
|---|
| 11 | maintainer-clean-local: |
|---|
| 12 | -rm -f aclocal.m4 config.h.in configure config/* |
|---|
| 13 | -find ${builddir} -name Makefile.in -exec rm -f '{}' ';' |
|---|
| 14 | |
|---|
| 15 | .PHONY: bootstrap |
|---|
| 16 | bootstrap: maintainer-clean |
|---|
| 17 | ./bootstrap |
|---|
| 18 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.