2021-05-17 Fred Gleason <fredg@paravelsystems.com>

* Added a 'make dep' target.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-05-17 10:18:35 -04:00
parent 83f2bffa95
commit 69b393c2e2
14 changed files with 492 additions and 1 deletions

View File

@@ -26,7 +26,8 @@ if ALSA_RD_AM
ALSACONFIG_RD_OPT = rdalsaconfig
endif
SUBDIRS = icons\
SUBDIRS = debian\
icons\
helpers\
lib\
$(HPI_RD_OPT) apis\
@@ -67,6 +68,9 @@ ACLOCAL_AMFLAGS = -I m4
maintainer-clean-local:
rm -rf m4
deb: dist
./build_debs.sh
rpm: dist
mkdir -p $(HOME)/rpmbuild/SOURCES
cp rivendell-$(VERSION).tar.gz $(HOME)/rpmbuild/SOURCES/
@@ -93,9 +97,15 @@ EXTRA_DIST = autogen.sh\
UPGRADING
CLEANFILES = *~\
*.buildinfo\
*.changes\
*.ddeb\
*.deb\
*.dsc\
*.mo\
*.rpm\
*.tar.gz\
*.tar.xz\
*.tgz\
*.zip\
py-compile