blob: 986b65c000b0217ee6f70a21ed192a3941645194 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Makefile.am for the TeX Live subdirectory texk/xdvik/squeeze/
##
## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
ACLOCAL_AMFLAGS = -I ../../../m4
AM_CFLAGS = $(WARNING_CFLAGS)
noinst_PROGRAMS = squeeze
nodist_noinst_DATA = stamp-squeeze
stamp-squeeze: squeeze$(EXEEXT)
echo timestamp >$@
CLEANFILES = stamp-squeeze
|