| Revision 4355,
446 bytes
checked in by sam, 3 years ago
(diff) |
|
No longer check for zlib, it's provided by libcaca.
|
| Line | |
|---|
| 1 | |
|---|
| 2 | bin_PROGRAMS = toilet |
|---|
| 3 | |
|---|
| 4 | toilet_SOURCES = main.c toilet.h \ |
|---|
| 5 | render.c render.h \ |
|---|
| 6 | filter.c filter.h \ |
|---|
| 7 | export.c export.h \ |
|---|
| 8 | term.c figlet.c \ |
|---|
| 9 | $(GETOPT) |
|---|
| 10 | |
|---|
| 11 | toilet_CPPFLAGS = -DFONTDIR=\"$(datadir)/figlet\" |
|---|
| 12 | toilet_CFLAGS = @CACA_CFLAGS@ |
|---|
| 13 | toilet_LDADD = @CACA_LIBS@ @GETOPT_LIBS@ |
|---|
| 14 | |
|---|
| 15 | if NEED_GETOPT_LONG |
|---|
| 16 | GETOPT = mygetopt.c mygetopt.h |
|---|
| 17 | endif |
|---|
| 18 | |
|---|
| 19 | echo-sources: ; echo $(SOURCES) |
|---|
| 20 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.