25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

65 satır
1.5 KiB

  1. if BUILD_NEERCS
  2. noinst_PROGRAMS = neercs
  3. endif
  4. neercs_SOURCES = \
  5. neercs.cpp neercs.h \
  6. \
  7. $(old_sources) \
  8. \
  9. video/render.cpp video/render.h \
  10. video/text-render.cpp video/text-render.h \
  11. video/simple.lolfx \
  12. video/blurh.lolfx video/blurv.lolfx \
  13. video/remanency.lolfx video/glow.lolfx video/postfx.lolfx video/radial.lolfx \
  14. video/text.lolfx
  15. neercs_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ @CACA_CFLAGS@ -Iold
  16. neercs_LDADD =
  17. neercs_LDFLAGS = $(top_builddir)/src/liblol.a \
  18. @LOL_LIBS@ @PIPI_LIBS@ @CACA_LIBS@ @UTIL_LIBS@ @PAM_LIBS@
  19. neercs_DEPENDENCIES = $(top_builddir)/src/liblol.a
  20. if BUILD_NEERCS
  21. all-local: neercs$(EXEEXT)
  22. test $(MAKE_FSELF) = no || make_fself neercs$(EXEEXT) neercs.self
  23. endif
  24. CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \
  25. $(noinst_PROGRAMS:%$(EXEEXT)=%.elf) \
  26. $(noinst_PROGRAMS:%$(EXEEXT)=%.exe)
  27. SUFFIXES = .lolfx
  28. .lolfx.o:
  29. $(LOLFX_BUILD)
  30. old_sources = \
  31. old/actions.c \
  32. old/ansi.c \
  33. old/attach.c \
  34. old/client.c \
  35. old/configuration.c \
  36. old/effects.c \
  37. old/grab.c \
  38. old/help.c \
  39. old/input.c \
  40. old/lock.c \
  41. old/main.c \
  42. old/mygetopt.c \
  43. old/mygetopt.h \
  44. old/mytrace.c \
  45. old/mytrace.h \
  46. old/neercs.h \
  47. old/python/interpreter.c \
  48. old/python/py_module.c \
  49. old/python/py_module.h \
  50. old/recurrent.c \
  51. old/screen_list.c \
  52. old/screensaver.c \
  53. old/screens.c \
  54. old/server.c \
  55. old/term.c \
  56. old/widgets.c \
  57. old/widgets.h \
  58. old/wm.cpp