Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

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