Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

18 lignes
255 B

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