Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
-
- include $(top_srcdir)/build/autotools/common.am
-
- SUBDIRS =
- SUBDIRS += neercs
- SUBDIRS += vimlol
- SUBDIRS += vslol
-
- noinst_PROGRAMS = $(make_font)
-
- make_font_SOURCES = make-font.cpp
- make_font_CPPFLAGS = @CACA_CFLAGS@
- make_font_LDFLAGS = @CACA_LIBS@
-
- if USE_CACA
- make_font = make-font
- endif
|