Makefile.am 610 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. AM_CFLAGS = $(GLIB_CFLAGS)
  2. AM_CPPFLAGS = -I$(srcdir)/include
  3. if INCLUDED_SLANG
  4. noinst_LIBRARIES = libmcslang.a
  5. else
  6. noinst_LIBRARIES =
  7. endif
  8. SLANG_INCLUDES = \
  9. include/_slang.h \
  10. include/jdmacros.h \
  11. include/sl-feat.h \
  12. include/slang.h \
  13. include/slinclud.h \
  14. include/sllimits.h \
  15. include/sllower.h \
  16. include/slupper.h \
  17. include/slwcwidth.h
  18. libmcslang_a_SOURCES = \
  19. slcommon.c \
  20. sldisply.c \
  21. slerr.c \
  22. slgetkey.c \
  23. sllower.c \
  24. slmisc.c \
  25. slsignal.c \
  26. slsmg.c \
  27. slstring.c \
  28. sltermin.c \
  29. slupper.c \
  30. slutf8.c \
  31. slutty.c \
  32. slwcwidth.c \
  33. $(SLANG_INCLUDES)
  34. EXTRA_DIST = ChangeLog README