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.
|
- ###############################################################################
- # Automake targets and declarations for libcaca test programs
- ###############################################################################
-
- noinst_PROGRAMS = dithering optipal
-
- dithering_SOURCES = dithering.c
- dithering_LDADD = ../src/libcaca.a @CACA_LIBS@
- dithering_CPPFLAGS = -I$(top_srcdir)/src
-
- optipal_SOURCES = optipal.c
- optipal_LDADD = ../src/libcaca.a @CACA_LIBS@
- optipal_CPPFLAGS = -I$(top_srcdir)/src
|