Files
veejay/veejay-current/veejay-utils/Makefile.am
Niels Elburg 3a28aa11bb added sayVIMS to current branch
git-svn-id: svn://code.dyne.org/veejay/trunk@1238 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2008-11-30 21:57:41 +00:00

48 lines
807 B
Makefile

# Process with automake to produce Makefile.in
SUBDIRS = src man
#
# Add any non autoconf'd files here, extra readmes and other misc
# info to be copied into the dist
#
EXTRA_DIST = \
autogen.sh\
depcomp \
cpuinfo.sh \
autogen.sh
DISTCLEANFILES = \
confdefs.h \
config.cache \
config.status \
config.log
MAINTAINERCLEANFILES = \
compile \
depcomp \
install-sh \
missing \
mkinstalldirs \
Makefile.in \
aclocal.m4 \
config.guess \
config.h.in \
config.sub \
configure \
ltmain.sh \
stamp-h.in
## make rpms
rpm: Makefile
$(MAKE) dist
rpmbuild -ta --clean $(PACKAGE)-$(VERSION).tar.gz
## make debs
deb: Makefile dist
-chmod -R +w $(PACKAGE)-$(VERSION)
rm -rf $(PACKAGE)-$(VERSION)
tar xzf $(PACKAGE)-$(VERSION).tar.gz
cd $(PACKAGE)-$(VERSION); dpkg-buildpackage -rfakeroot