home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / lib / libc / db / test / Makefile < prev    next >
Encoding:
Makefile  |  1993-06-04  |  624 b   |  22 lines

  1. #    @(#)Makefile    8.1 (Berkeley) 6/4/93
  2.  
  3. PROG=    dbtest
  4. SRCS=    dbtest.c
  5. #SRCS+=    rec_close.c rec_delete.c rec_get.c rec_open.c rec_put.c \
  6. #    rec_search.c rec_seq.c rec_utils.c
  7. #.PATH:    ${.CURDIR}/../recno
  8. #SRCS+=    bt_close.c bt_conv.c bt_debug.c bt_delete.c bt_get.c bt_open.c \
  9. #    bt_overflow.c bt_put.c bt_search.c bt_seq.c bt_split.c bt_stack.c \
  10. #    bt_utils.c
  11. #.PATH:    ${.CURDIR}/../btree
  12. #SRCS+=    hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
  13. #    hash_page.c hsearch.c ndbm.c
  14. #.PATH:    ${.CURDIR}/../hash
  15. #LDADD=    /usr/src/lib/libc/obj/libc.a
  16.  
  17. CFLAGS=    -g -DDEBUG -DSTATISTICS
  18. NOMAN=    noman
  19.  
  20. NOINCLUDE=1
  21. .include <bsd.prog.mk>
  22.