blob: a1c44661812325a4dc1f11200aed92733655fd89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
check dvi info install uninstall::
id:: ID
ID::
here=`pwd`; cd $(srcdir) && mkid -f $$here/ID $(SOURCES) $(HEADERS)
tags:: TAGS
TAGS::
here=`pwd`; cd $(srcdir) && etags $(SOURCES) $(HEADERS) -o $$here/TAGS
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
|