File: Makefile.am

package info (click to toggle)
libgiigic 1.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,000 kB
  • ctags: 854
  • sloc: sh: 9,160; ansic: 7,438; makefile: 275
file content (21 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
INCLUDES = -I$(top_srcdir)/include $(extra_includes)
LDADD = $(top_builddir)/gic/libgiigic.la -lgii -lgg

if USE_LIBGGI
libggi_progs = snazzymgr
else
libggi_progs =
endif

EXTRA_PROGRAMS = snazzymgr

noinst_PROGRAMS = $(libggi_progs)

snazzymgr_SOURCES = bigfont.c ggitex.c main.c roughtex.c \
		smallfont.c smoothtex.c util.c

snazzymgr_LDADD = $(top_builddir)/gic/libgiigic.la \
	$(top_builddir)/actionlib/libgicaction.la \
	-lggi -lgii -lgg -lm

EXTRA_DIST = snazzy.h configmanager.gic