Makefile.am 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. if SOLARIS
  17. libDtSearch_la_LIBADD += -lm -lc
  18. endif
  19. libDtSearch_la_SOURCES = apndext.c ausdopen.c ausexit.c \
  20. bmstrstr.c boolpars.c boolsrch.c \
  21. boolyac.y cuslang.c dbchange.c \
  22. dberr.c delspace.c dtoe.c \
  23. dtoeinit.c dtsrapi.c dtsrdbrec.c \
  24. dtsrjoint.c dtsrswab.c dtsrutil.c \
  25. dtsrve.c endslash.c fileman.c \
  26. globals.c hdecode.c hencode.c \
  27. hilite.c iscompat.c isduprec.c \
  28. jpn.c lang.c langmap.c \
  29. msgs.c msgutil.c objdate.c \
  30. ocf.c opendblk.c ophuf.c \
  31. readchar.c strupr.c userint.c \
  32. vedelete.c vestatis.c vstfunct.c