summaryrefslogtreecommitdiffstats
path: root/contrib/libyaml/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libyaml/Makefile.am')
-rw-r--r--contrib/libyaml/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/contrib/libyaml/Makefile.am b/contrib/libyaml/Makefile.am
deleted file mode 100644
index 4111fdb..0000000
--- a/contrib/libyaml/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-## Run `./bootstrap` to generate the "Makefile.in" files in this directory and
-## the "$SUBDIRS" subdirectories.
-
-SUBDIRS = include src . tests win32
-
-EXTRA_DIST = README LICENSE doc/doxygen.cfg
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = yaml-0.1.pc
-
-maintainer-clean-local:
- -rm -f aclocal.m4 config.h.in configure config/*
- -find ${builddir} -name Makefile.in -exec rm -f '{}' ';'
-
-.PHONY: bootstrap
-bootstrap: maintainer-clean
- ./bootstrap
-
OpenPOWER on IntegriCloud