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 \
- render.c render.h \
- filter.c filter.h \
- export.c export.h \
- term.c figlet.c
-
- toilet_CPPFLAGS = -DFONTDIR=\"$(datadir)/figlet\"
- toilet_CFLAGS = @CACA_CFLAGS@
- toilet_LDADD = @CACA_LIBS@
-
- echo-sources: ; echo $(SOURCES)
|