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.
 
 
 

19 satır
289 B

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