Makefile.am 840 B

12345678910111213141516171819202122232425262728293031323334
  1. MAINTAINERCLEANFILES = Makefile.in
  2. bin_PROGRAMS = dtsrcreate dtsrdbrec dtsrhan dtsrload dtsrindex dtsrdelete \
  3. huffcode dtsrkdump dtsrclean
  4. AM_CFLAGS = -I../../lib/DtSearch -I../../lib/DtSearch/raima \
  5. $(DT_INCDIR) -DMAIN_PROGRAM -DNO_XLIB
  6. BUILT_SOURCES = MsgCat.c
  7. CLEANFILES = MsgCat.c
  8. MsgCat.c: ${top_srcdir}/lib/DtSvc/DtUtil2/MsgCat.c
  9. $(RM) MsgCat.c && ln -s ${top_srcdir}/lib/DtSvc/DtUtil2/MsgCat.c MsgCat.c
  10. LDADD = ../../lib/DtSearch/libDtSearch.la
  11. dtsrcreate_SOURCES = dtsrcreate.c MsgCat.c
  12. dtsrdbrec_SOURCES = dtsrdbrec.c MsgCat.c
  13. dtsrhan_SOURCES = dtsrhan.c MsgCat.c
  14. dtsrload_SOURCES = dtsrload.c MsgCat.c
  15. dtsrclean_SOURCES = dtsrclean.c MsgCat.c
  16. dtsrindex_SOURCES = dtsrindex.c MsgCat.c
  17. dtsrdelete_SOURCES = tomita.c MsgCat.c
  18. huffcode_SOURCES = huffcode.c MsgCat.c
  19. dtsrkdump_SOURCES = dtsrkdump.c MsgCat.c