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.
|
- ###############################################################################
- # 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
|