mirror of
https://github.com/pspdev/pspsdk.git
synced 2026-01-05 23:00:46 +00:00
Modernize autotools usage (fix warnings)
This commit is contained in:
16
Makefile.am
16
Makefile.am
@@ -1,19 +1,7 @@
|
||||
ACLOCAL_AMFLAGS = -I aclocal
|
||||
ACLOCAL_FILES = aclocal/version.m4 aclocal/pspdev.m4 aclocal/ac_doxygen.m4
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = src tools
|
||||
|
||||
include aminclude.am
|
||||
|
||||
MOSTLYCLEANFILES = $(DX_CLEANFILES)
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(ACLOCAL_FILES) \
|
||||
LICENSE \
|
||||
VERSION \
|
||||
README.md \
|
||||
$(DX_CONFIG) \
|
||||
doc/html
|
||||
|
||||
dist-hook:
|
||||
rm -rf `find $(distdir)/doc/html/* -name .svn -o -name CVS`
|
||||
EXTRA_DIST = LICENSE VERSION README.md Doxyfile doc/html
|
||||
|
||||
Reference in New Issue
Block a user