/[crust]/crust/libs/GraphicsFoundation/testsuite/Makefile.am
ViewVC logotype

Diff of /crust/libs/GraphicsFoundation/testsuite/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jrydberg, Mon Aug 27 22:27:52 2001 UTC revision 1.3 by jrydberg, Wed Aug 29 01:03:57 2001 UTC
# Line 1  Line 1 
1  ## Process this with automake to create Makefile.in  ## Process this with automake to create Makefile.in
2  AM_CPPFLAGS = -D_GNU_SOURCE=1  AM_CPPFLAGS = -D_GNU_SOURCE=1
3    
4  noinst_PROGRAMS = bitmap-test-render  noinst_PROGRAMS = bitmap-test-render gradient-test
5    
6  ## Includes  ## Includes
7  INCLUDES = -I$(srcdir)/../..  INCLUDES = -I$(srcdir)/../..
# Line 13  bitmap_test_render_LDADD = \ Line 13  bitmap_test_render_LDADD = \
13          -lfreetype          -lfreetype
14  bitmap_test_render_LDFLAGS = -lm -L/usr/local/lib  bitmap_test_render_LDFLAGS = -lm -L/usr/local/lib
15    
16    gradient_test_SOURCES = gradient-test.c
17    gradient_test_LDADD = \
18            ../.libs/libGraphicsFoundation.a \
19            ../../CoreFoundation/.libs/libCoreFoundation.a \
20            -lfreetype
21    gradient_test_LDFLAGS = -lm -L/usr/local/lib
22    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26