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.
 
 
 

22 satır
344 B

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