Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

20 wiersze
296 B

  1. include $(top_srcdir)/build/autotools/common.am
  2. SUBDIRS =
  3. SUBDIRS += vimlol
  4. SUBDIRS += vslol
  5. if BUILD_TOOLS
  6. noinst_PROGRAMS = $(make_font)
  7. endif
  8. make_font_SOURCES = make-font.cpp
  9. make_font_CPPFLAGS = @CACA_CFLAGS@
  10. make_font_LDFLAGS = @CACA_LIBS@
  11. if LOL_USE_CACA
  12. make_font = make-font
  13. endif