Rage video and audio player
https://www.enlightenment.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
766 B
40 lines
766 B
AUTOMAKE_OPTIONS = subdir-objects |
|
ACLOCAL_AMFLAGS = -I m4 |
|
|
|
DISTCLEANFILES = |
|
CLEANFILES = |
|
MAINTAINERCLEANFILES = \ |
|
Makefile.in \ |
|
$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz \ |
|
$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 \ |
|
aclocal.m4 \ |
|
config.guess \ |
|
rage_config.h.in \ |
|
config.sub \ |
|
configure \ |
|
compile \ |
|
depcomp \ |
|
install-sh \ |
|
ltconfig \ |
|
ltmain.sh \ |
|
missing \ |
|
mkinstalldirs \ |
|
stamp-h.in \ |
|
stamp-h \ |
|
m4/libtool.m4 \ |
|
m4/lt~obsolete.m4 \ |
|
m4/ltoptions.m4 \ |
|
m4/ltsugar.m4 \ |
|
m4/ltversion.m4 |
|
|
|
EXTRA_DIST = README AUTHORS COPYING autogen.sh rage.spec pkgbuild/PKGBUILD |
|
|
|
.PHONY: doc |
|
|
|
include src/bin/Makefile.mk |
|
include data/desktop/Makefile.mk |
|
include data/icons/Makefile.mk |
|
include data/themes/Makefile.mk |
|
|
|
doc: |
|
@echo "Empty doc target until we have real documentation."
|
|
|