1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-26 15:20:21 +01:00

Move library tree where it belongs

This commit is contained in:
ra
2010-01-24 09:19:39 +00:00
parent e74978ba77
commit 58caf78a86
6020 changed files with 2790154 additions and 0 deletions

32
lib-src/slv2/Makefile.am Normal file
View File

@@ -0,0 +1,32 @@
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
DIST_SUBDIRS = src slv2 utils hosts doc swig debian
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:
dpkg-buildpackage -sn