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.
 
 
 
 
 
 

16 lines
345 B

  1. bin_PROGRAMS = toilet
  2. toilet_SOURCES = main.c toilet.h \
  3. render.c render.h \
  4. filter.c filter.h \
  5. export.c export.h \
  6. term.c figlet.c
  7. toilet_CPPFLAGS = -DFONTDIR=\"$(datadir)/figlet\"
  8. toilet_CFLAGS = @CACA_CFLAGS@
  9. toilet_LDADD = @CACA_LIBS@
  10. echo-sources: ; echo $(SOURCES)