f8ac6a5aeb
mkdir_p is obsolete since automake 1.10 and will be removed in 1.13 according to docs in 1.12.1.
17 lines
260 B
Makefile
17 lines
260 B
Makefile
DEJATOOL = completion install unit
|
|
AM_RUNTESTFLAGS = --outdir log --ignore $(PACKAGE).log
|
|
|
|
EXTRA_DIST = completion \
|
|
config \
|
|
fixtures \
|
|
lib \
|
|
unit
|
|
|
|
all:
|
|
$(MKDIR_P) log tmp
|
|
|
|
distclean-local:
|
|
rm -rf log tmp
|
|
|
|
AUTOMAKE_OPTIONS = dejagnu
|