Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

19 rader
272 B

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