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:
32
lib-src/slv2/Makefile.am
Normal file
32
lib-src/slv2/Makefile.am
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user