summaryrefslogtreecommitdiffstats
path: root/src/tests/misc/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/misc/Makefile.in')
-rw-r--r--src/tests/misc/Makefile.in31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/tests/misc/Makefile.in b/src/tests/misc/Makefile.in
new file mode 100644
index 000000000..5bb4f7472
--- /dev/null
+++ b/src/tests/misc/Makefile.in
@@ -0,0 +1,31 @@
+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
+ $(CC_LINK) $(ALL_CFLAGS) -o test_getpw $(srcdir)/../misc/test_getpw.c
+
+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 $(SRCTOP)/include/k5-thread.h