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.

Makefile.am 316 B

18 years ago
18 years ago
18 years ago
12345678910111213
  1. bin_PROGRAMS = toilet
  2. toilet_SOURCES = main.c toilet.h \
  3. io.c io.h \
  4. render.c render.h \
  5. filter.c filter.h \
  6. export.c export.h \
  7. term.c figlet.c
  8. toilet_CPPFLAGS = -DFONTDIR=\"$(datadir)/figlet\"
  9. toilet_CFLAGS = `pkg-config --cflags cucul`
  10. toilet_LDFLAGS = `pkg-config --libs cucul` @GETOPT_LIBS@ @ZLIB_LIBS@