15 lines
390 B
Makefile
15 lines
390 B
Makefile
# This file has been dedicated to the public domain, to the extent
|
|
# possible under applicable law, via CC0. See
|
|
# http://creativecommons.org/publicdomain/zero/1.0/ for more
|
|
# information. This file is offered as-is, without any warranty.
|
|
|
|
SUBDIRS = src misc
|
|
|
|
if !RUN_IN_PLACE
|
|
|
|
dist_doc_DATA = README.txt COPYING LICENSES
|
|
nobase_pkgdata_DATA = data/* gfx/* music/* sound/* locale/*
|
|
|
|
endif
|
|
|