source:
trunk/tools/Makefile.am
@
1661
Last change on this file since 1661 was 1524, checked in by , 11 years ago | |
---|---|
File size: 206 bytes |
Line | |
---|---|
1 | |
2 | SUBDIRS = |
3 | SUBDIRS += neercs |
4 | |
5 | |
6 | noinst_PROGRAMS = $(make_font) |
7 | |
8 | make_font_SOURCES = make-font.cpp |
9 | make_font_CPPFLAGS = @CACA_CFLAGS@ |
10 | make_font_LDFLAGS = @CACA_LIBS@ |
11 | |
12 | if USE_CACA |
13 | make_font = make-font |
14 | endif |
15 |
Note: See TracBrowser
for help on using the repository browser.