summaryrefslogtreecommitdiff
path: root/Build/source/am/dist_hook.am
blob: 96b546e782d218d02ef18e1304c902ca7a8ed7ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## am/dist_hook.am: Makefile fragment for the dist-hook target.
##
## Copyright (C) 2015 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
dist-hook:
	cd "$(distdir)" && rm -rf $(NEVER_DIST)

NEVER_DIST = `find . $(NEVER_NAMES)`
## Names not to be distributed
NEVER_NAMES = -name .svn
## Additional names for subdir-objects
NEVER_NAMES_SUB = -o -name .deps -o -name .dirstamp -o -name '*.$(OBJEXT)'
## Additional names for libtool
NEVER_NAMES_LT = -o -name .libs -o -name '*.lo'