Pull in patch that properly includes stdint.h
[pkg-k5-afs_openafs.git] / tests / util / Makefile.in
blob852bc49ec3a61bba473f649153e8683909b52c06
1 # Build rules for the OpenAFS util test suite.
3 srcdir=@srcdir@
4 abs_top_builddir=@abs_top_builddir@
5 include @TOP_OBJDIR@/src/config/Makefile.config
7 CFLAGS += -I$(srcdir)/..
9 tests = ktime-t exec-alt-t
11 all check test tests: $(tests)
13 ktime-t: ktime-t.o
14 $(CC) $(LDFLAGS) -o ktime-t ktime-t.o ../tap/libtap.a \
15 $(abs_top_builddir)/lib/util.a $(XLIBS)
17 exec-alt-t: exec-alt-t.o
18 $(CC) $(LDFLAGS) -o exec-alt-t exec-alt-t.o ../tap/libtap.a \
19 $(abs_top_builddir)/lib/util.a $(XLIBS)
21 install:
23 clean distclean:
24 $(RM) -f $(tests) *.o core