You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415
  1. SUBDIRS =
  2. SUBDIRS += neercs
  3. noinst_PROGRAMS = $(make_font)
  4. make_font_SOURCES = make-font.cpp
  5. make_font_CPPFLAGS = @CACA_CFLAGS@
  6. make_font_LDFLAGS = @CACA_LIBS@
  7. if USE_CACA
  8. make_font = make-font
  9. endif