aboutsummaryrefslogtreecommitdiff
path: root/src/tests/dejagnu/Makefile.in
blob: bcfb0ef0f38c486e9fb7aa99cf6bf9c321090dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
RUNTEST = @RUNTEST@
RUNTESTFLAGS =

all install::

check:: check-$(RUNTEST)

check-::
	@echo "Dejagnu is not installed on this system. No tests run."

check-runtest:: t_inetd
	$(RUNTEST) --tool krb --srcdir $(srcdir) $(RUNTESTFLAGS)

CFLAGS = $(CCOPTS) $(DEFS)

t_inetd:: t_inetd.o $(DEPLIBS)
	$(LD) $(LDFLAGS) $(LDARGS) -o t_inetd t_inetd.o $(LIBS)

clean::
	$(RM) t_inetd t_inetd.o

clean-unix::
	$(RM) -rf tmpdir dbg.log krb.log krb.sum