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.
 
 
 
 
 
 

15 lines
494 B

  1. ###############################################################################
  2. # Automake targets and declarations for libcaca test programs
  3. ###############################################################################
  4. noinst_PROGRAMS = dithering optipal
  5. dithering_SOURCES = dithering.c
  6. dithering_LDADD = ../src/libcaca.a @CACA_LIBS@
  7. dithering_CPPFLAGS = -I$(top_srcdir)/src
  8. optipal_SOURCES = optipal.c
  9. optipal_LDADD = ../src/libcaca.a @CACA_LIBS@
  10. optipal_CPPFLAGS = -I$(top_srcdir)/src