Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
-
- include $(top_srcdir)/build/autotools/common.am
-
- SUBDIRS =
- SUBDIRS += lolremez
- SUBDIRS += lolunit
- SUBDIRS += vimlol
- SUBDIRS += vslol
-
- if BUILD_TOOLS
- noinst_PROGRAMS = $(make_font)
- endif
-
- make_font_SOURCES = make-font.cpp
- make_font_CPPFLAGS = @CACA_CFLAGS@
- make_font_LDFLAGS = @CACA_LIBS@
-
- if LOL_USE_CACA
- make_font = make-font
- endif
|