File: Makefile.am

package info (click to toggle)
xsystem35 1.7.3-pre5-5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 7,308 kB
  • ctags: 5,685
  • sloc: ansic: 51,002; sh: 11,898; asm: 863; makefile: 407; xml: 281; perl: 142
file content (37 lines) | stat: -rw-r--r-- 886 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
noinst_LTLIBRARIES  = libgraph.la libalk.la libdrawtext.la

libgraph_la_LIBADD = @GLIB_LIBS@
libgraph_la_SOURCES = graph.c surface.c cg.c \
	graph_expandcolor_blend.c \
	graph_fillrect.c \
	graph_fillrect_amap.c \
	graph_fillrect_acolor.c \
	graph_rect.c \
	graph_copy.c \
	graph_copy_amap.c \
	graph_copy_bright.c \
	graph_copy_whiteout.c \
	graph_blend_amap.c \
	graph_blend_screen.c \
	graph_saturadd_amap.c \
	graph_draw_amap.c \
	graph_stretch.c \
	graph_cg.c \
	graph_buller.c \
	gre_blend_useamap.c \
	gre_blend.c \
	gre_blend_screen.c

libalk_la_SOURCES = alk.c 
libalk_la_LIBADD = @GLIB_LIBS@ 

libdrawtext_la_SOURCES = drawtext.c
libdrawtext_la_LIBADD = @GLIB_LIBS@

AM_CFLAGS = @DEBUG_CFLAGS@ @GLIB_CFLAGS@

INCLUDES = -I$(top_builddir) -I$(top_srcdir) \
	-I$(top_builddir)/src -I$(top_srcdir)/src \
	$(LTDLINCL) \
	-I$(top_builddir)/modules/lib -I$(top_srcdir)/modules/lib