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.
|
-
- bin_PROGRAMS = toilet
-
- toilet_SOURCES = main.c toilet.h \
- io.c io.h \
- render.c render.h \
- filter.c filter.h \
- export.c export.h \
- term.c figlet.c
- toilet_CPPFLAGS = -DFONTDIR=\"$(datadir)/figlet\"
- toilet_CFLAGS = `pkg-config --cflags cucul`
- toilet_LDFLAGS = `pkg-config --libs cucul` @GETOPT_LIBS@ @ZLIB_LIBS@
|