diff options
| author | Tom Yu <tlyu@mit.edu> | 2000-06-30 21:55:07 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2000-06-30 21:55:07 +0000 |
| commit | 113db43ddf5e2d15f485ebc30bc416c6c2fab827 (patch) | |
| tree | f4dcca969ddac9bc8146ea8477c0bd284dadfd77 /src/util/db2/test | |
| parent | 816255c2002bb1a4ff8ec1f48b0192b276330dd3 (diff) | |
* configure.in: Rework to use krb5 build system
* Makefile.in: Rework to use krb5 build system.
* btree/Makefile.in: New file.
* clib/Makefile.in: New file.
* db/Makefile.in: New file.
* mpool/Makefile.in: New file.
* recno/Makefile.in: New file.
* test/Makefile.in: New file.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12487 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/db2/test')
| -rw-r--r-- | src/util/db2/test/Makefile.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/util/db2/test/Makefile.in b/src/util/db2/test/Makefile.in new file mode 100644 index 000000000..0b9c2907b --- /dev/null +++ b/src/util/db2/test/Makefile.in @@ -0,0 +1,23 @@ +thisconfigdir=./.. +myfulldir=util/db2/test +mydir=test +BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) + +FCTSH = @FCTSH@ +TMPDIR=. + +LOCALINCLUDES= -I. -I$(srcdir)/../include -I../include -I$(srcdir)/../mpool \ + -I$(srcdir)/../db + +PROG_LIBPATH=-L$(TOPLIBD) +PROG_RPATH=$(KRB5_LIBDIR) + +KRB5_RUN_ENV= @KRB5_RUN_ENV@ + +all:: + +dbtest: dbtest.o $(DB_DEPLIB) + $(CC_LINK) -o $@ dbtest.o $(STRERROR_OBJ) $(DB_LIB) + +check:: dbtest + $(KRB5_RUN_ENV) srcdir=$(srcdir) TMPDIR=$(TMPDIR) $(FCTSH) $(srcdir)/run.test |
