summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-03 01:32:43 +0000
committerDavid Robillard <d@drobilla.net>2008-10-03 01:32:43 +0000
commitaa97df1cb63bea5a635994ef758ac92b6bc8cfbf (patch)
tree16b5f9c8cdfc006b7cedfd0ddf1ea9ca0a7e742e /Makefile.am
parentd8e1831406ab0da10025e3fa203d9d0ae5c31368 (diff)
downloadlilv-aa97df1cb63bea5a635994ef758ac92b6bc8cfbf.tar.gz
lilv-aa97df1cb63bea5a635994ef758ac92b6bc8cfbf.tar.bz2
lilv-aa97df1cb63bea5a635994ef758ac92b6bc8cfbf.zip
Good riddance.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1602 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am38
1 files changed, 0 insertions, 38 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index a93ba3c..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,38 +0,0 @@
-AUTOMAKE_OPTIONS = foreign
-EXTRA_DIST = COPYING INSTALL
-
-if HAVE_DOXYGEN
-DOC_DIR = doc
-dist-check-doxygen:
-else
-DOC_DIR =
-dist-check-doxygen:
- @echo
- @echo ' ******' You need doxygen installed to make dist.' ******'
- @echo
- @false
-endif
-
-SUBDIRS = src slv2 utils hosts $(DOC_DIR) swig debian-sid
-DIST_SUBDIRS = src slv2 utils hosts doc swig debian-sid
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = slv2.pc
-
-dist-hook: dist-check-doxygen
-
-docs:
- cd doc && make docs
-
-install-man:
- cd doc && make install-man
-
-deb:
- if [ -e debian ]; then \
- echo "ERROR: ./debian exists, you must move it out of the way."; \
- else \
- ln -s debian-sid debian; \
- dpkg-buildpackage -sn; \
- rm debian; \
- fi
-