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

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

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

revision 1.1 by jrydberg, Sun Aug 26 20:46:03 2001 UTC revision 1.2 by jrydberg, Mon Aug 27 22:29:49 2001 UTC
# Line 3  AUTOMAKE_OPTIONS = foreign Line 3  AUTOMAKE_OPTIONS = foreign
3  ACLOCAL_AMFLAGS = -I ../..  ACLOCAL_AMFLAGS = -I ../..
4    
5  ## Includes  ## Includes
6  INCLUDES = -I$(srcdir)/.. -I$(top_builddir)/..  INCLUDES = -I$(srcdir)/.. -I$(top_builddir)/..
7  SUBDIRS = libart . testsuite  SUBDIRS = libart . testsuite
8    
9  ## ...  ## ...
10  AM_CPPFLAGS = -D_GNU_SOURCE=1 -Wall  AM_CPPFLAGS = -D_GNU_SOURCE=1 -Wall @FREETYPE2_CFLAGS@
11    
12  pkginclude_HEADERS = GFBase.h GFColorSpace.h GFContext.h GFGeometry.h  pkginclude_HEADERS = GFBase.h GFColorSpace.h GFContext.h GFGeometry.h
13    
14  lib_LTLIBRARIES = libGraphicsFoundation.la  lib_LTLIBRARIES = libGraphicsFoundation.la
15  libGraphicsFoundation_la_SOURCES = GFContext.c GFBitmapContext.c \  libGraphicsFoundation_la_SOURCES = GFContext.c GFBitmapContext.c \
16          GFColorSpace.c GFGState.c GFGeometry.c          GFColorSpace.c GFGState.c GFGeometry.c GFText.c
17  libGraphicsFoundation_la_LDFLAGS = -export-symbols-regex "^GF.*"  libGraphicsFoundation_la_LDFLAGS = -export-symbols-regex "^GF.*" @FREETYPE2_LIBS@
18  libGraphicsFoundation_la_LIBADD = libart/*.lo  libGraphicsFoundation_la_LIBADD = libart/*.lo
19    
20  libGraphicsFoundation.la: $(libGraphicsFoundation_la_DEPENDENCIES) $(libGraphicsFoundation_la_OBJECTS)  libGraphicsFoundation.la: $(libGraphicsFoundation_la_DEPENDENCIES) $(libGraphicsFoundation_la_OBJECTS)

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

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