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.
 
 
 
 
 
 

22 line
412 B

  1. # $Id$
  2. AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi
  3. bin_PROGRAMS = blur dither edd img2rubik sharpen
  4. blur_SOURCES = blur.c
  5. blur_LDADD = ../pipi/libpipi.la
  6. dither_SOURCES = dither.c
  7. dither_LDADD = ../pipi/libpipi.la
  8. edd_SOURCES = edd.c
  9. edd_LDADD = ../pipi/libpipi.la
  10. img2rubik_SOURCES = img2rubik.c
  11. img2rubik_LDADD = ../pipi/libpipi.la
  12. sharpen_SOURCES = sharpen.c
  13. sharpen_LDADD = ../pipi/libpipi.la