blob: 5505f117aea3060dcadc2706b6b5ddcd25b330fe (
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, 2012 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)
$(AM_V_at)echo timestamp >$@
CLEANFILES = stamp-squeeze
|