aboutsummaryrefslogtreecommitdiff
path: root/src/tests/misc/Makefile.in
blob: a100fdbec9b455cb05f6f8aa1df6bd96ff7454e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
thisconfigdir=./..
myfulldir=tests/misc
mydir=misc
BUILDTOP=$(REL)..$(S)..
RUN_SETUP = @KRB5_RUN_ENV@
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)

OBJS=test_getpw.o
SRCS=$(srcdir)/test_getpw.c

all:: test_getpw

check:: test_getpw
	$(RUN_SETUP) ./test_getpw

test_getpw: $(srcdir)/../misc/test_getpw.c ../../include/krb5/autoconf.h $(SUPPORT_DEPLIB)
	$(CC_LINK) $(ALL_CFLAGS) -o test_getpw $(srcdir)/../misc/test_getpw.c $(SUPPORT_LIB)

install::

clean::
	$(RM) test_getpw

# +++ Dependency line eater +++
# 
# Makefile dependencies follow.  This must be the last section in
# the Makefile.in file
#
$(OUTPRE)test_getpw.$(OBJEXT): test_getpw.c $(BUILDTOP)/include/krb5/autoconf.h \
  $(SRCTOP)/include/k5-platform.h $(BUILDTOP)/include/krb5/autoconf.h \
  $(SRCTOP)/include/k5-thread.h