Makefile.am 1000 B

12345678910111213141516171819202122232425262728293031323334353637
  1. MAINTAINERCLEANFILES = Makefile.in
  2. SUBDIRS = raima
  3. lib_LTLIBRARIES = libDtSearch.la
  4. BUILT_SOURCES = boolyac.h boolyac.c
  5. CLEANFILES = boolyac.h boolyac.c
  6. AM_YFLAGS = -d
  7. libDtSearch_la_CFLAGS = -DI18N_MSG -DMULTIBYTE -I./raima \
  8. $(DT_INCDIR)
  9. # in order to try to keep lib versions the same across platforms, (2.1.0)
  10. if BSD
  11. libDtSearch_la_LDFLAGS = -version-info 2:1:0
  12. else
  13. libDtSearch_la_LDFLAGS = -version-info 3:0:1
  14. endif
  15. libDtSearch_la_LIBADD = raima/libraima.la
  16. libDtSearch_la_SOURCES = apndext.c ausdopen.c ausexit.c \
  17. bmstrstr.c boolpars.c boolsrch.c \
  18. boolyac.y cuslang.c dbchange.c \
  19. dberr.c delspace.c dtoe.c \
  20. dtoeinit.c dtsrapi.c dtsrdbrec.c \
  21. dtsrjoint.c dtsrswab.c dtsrutil.c \
  22. dtsrve.c endslash.c fileman.c \
  23. globals.c hdecode.c hencode.c \
  24. hilite.c iscompat.c isduprec.c \
  25. jpn.c lang.c langmap.c \
  26. msgs.c msgutil.c objdate.c \
  27. ocf.c opendblk.c ophuf.c \
  28. readchar.c strupr.c userint.c \
  29. vedelete.c vestatis.c vstfunct.c