Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

15 linhas
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