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.
18 lines
515 B
18 lines
515 B
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = doc src man tests
|
|
|
|
EXTRA_DIST = FAQ acconfig.h autogen.sh NOTES BUGS AUTHORS ChangeLog \
|
|
DEVICES NEWS README
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
|
|
config.h.in config.sub configure install-sh \
|
|
missing mkinstalldirs stamp-h.in ltconfig \
|
|
ltmain.sh
|
|
|
|
mrproper: maintainer-clean
|
|
rm -f `find . -type f -name "*~" -print`
|
|
rm -f `find . -type f -name "*.orig" -print`
|
|
rm -f `find . -type f -name "*.rej" -print`
|
|
|
|
|