Changeset 1030 for libcaca/trunk/test
- Timestamp:
- Sep 16, 2006, 5:06:09 PM (14 years ago)
- Location:
- libcaca/trunk/test
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/test
- Property svn:ignore
-
old new 16 16 import 17 17 input 18 matrix19 18 spritedit 20 19 text
-
- Property svn:ignore
-
libcaca/trunk/test/Makefile.am
r1014 r1030 3 3 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\" 4 4 5 noinst_PROGRAMS = colors demo demo0 dithering event export font frames gamma hsv input matrixspritedit font2tga text transform truecolor unicode import5 noinst_PROGRAMS = colors demo demo0 dithering event export font frames gamma hsv input spritedit font2tga text transform truecolor unicode import 6 6 7 7 colors_SOURCES = colors.c … … 41 41 input_LDADD = ../caca/libcaca.la ../cucul/libcucul.la @CACA_LIBS@ 42 42 43 matrix_SOURCES = matrix.c44 matrix_LDADD = ../caca/libcaca.la ../cucul/libcucul.la @CACA_LIBS@ @MATH_LIBS@45 46 43 spritedit_SOURCES = spritedit.c 47 44 spritedit_LDADD = ../caca/libcaca.la ../cucul/libcucul.la @CACA_LIBS@
Note: See TracChangeset
for help on using the changeset viewer.