You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

58 rivejä
1.4 KiB

  1. include $(top_srcdir)/build/autotools/common.am
  2. if BUILD_NEERCS
  3. noinst_PROGRAMS = neercs
  4. endif
  5. neercs_SOURCES = \
  6. neercs.cpp neercs.h \
  7. \
  8. $(old_sources) \
  9. \
  10. term/term.h term/term.cpp term/ansi.cpp \
  11. term/pty.h term/pty.cpp \
  12. \
  13. video/render.cpp video/render.h \
  14. video/text-render.cpp video/text-render.h \
  15. video/simple.lolfx \
  16. video/blurh.lolfx video/blurv.lolfx video/glow.lolfx \
  17. video/remanence.lolfx video/copper.lolfx video/color.lolfx video/noise.lolfx \
  18. video/postfx.lolfx video/mirror.lolfx video/radial.lolfx \
  19. video/text.lolfx
  20. neercs_CPPFLAGS = @LOL_CFLAGS@ @CACA_CFLAGS@ -Iold
  21. neercs_LDADD =
  22. neercs_LDFLAGS = $(top_builddir)/src/liblol.a \
  23. @LOL_LIBS@ @CACA_LIBS@ @UTIL_LIBS@ @PAM_LIBS@
  24. neercs_DEPENDENCIES = $(top_builddir)/src/liblol.a
  25. old_sources = \
  26. old/actions.c \
  27. old/ansi.c \
  28. old/attach.c \
  29. old/client.c \
  30. old/configuration.c \
  31. old/effects.c \
  32. old/grab.c \
  33. old/help.c \
  34. old/input.c \
  35. old/lock.c \
  36. old/main.c \
  37. old/mygetopt.c \
  38. old/mygetopt.h \
  39. old/mytrace.c \
  40. old/mytrace.h \
  41. old/neercs.h \
  42. old/python/interpreter.c \
  43. old/python/py_module.c \
  44. old/python/py_module.h \
  45. old/recurrent.c \
  46. old/screen_list.c \
  47. old/screensaver.c \
  48. old/screens.c \
  49. old/server.c \
  50. old/term.c \
  51. old/widgets.c \
  52. old/widgets.h \
  53. old/wm.cpp