File: Makefile.am

package info (click to toggle)
totem 2.30.2-6
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 19,672 kB
  • ctags: 6,155
  • sloc: ansic: 36,919; xml: 23,362; sh: 10,556; cpp: 6,230; python: 2,529; makefile: 1,832
file content (32 lines) | stat: -rw-r--r-- 756 bytes parent folder | download
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
noinst_LTLIBRARIES =					\
	libtotemscrsaver.la

common_defines = \
	-D_REENTRANT					\
	-DDBUS_API_SUBJECT_TO_CHANGE			\
	-DGNOMELOCALEDIR=\""$(datadir)/locale"\"	\
	-DGCONF_PREFIX=\""/apps/totem"\"		\
	-DDATADIR=\""$(datadir)"\"			\
	-DLIBEXECDIR=\""$(libexecdir)"\"		\
	-DBINDIR=\""$(bindir)"\"			\
	-DLOGO_PATH=DATADIR\"\"G_DIR_SEPARATOR_S\"totem\"G_DIR_SEPARATOR_S\"totem_logo.png\"	\
	$(DISABLE_DEPRECATED)

libtotemscrsaver_la_SOURCES =				\
	totem-scrsaver.c				\
	totem-scrsaver.h

libtotemscrsaver_la_CFLAGS =				\
	$(common_defines)				\
	$(DEPENDENCY_CFLAGS)				\
	$(WARN_CFLAGS)					\
	$(DBUS_CFLAGS)					\
	$(AM_CFLAGS)

libtotemscrsaver_la_LDFLAGS =				\
	$(AM_LDFLAGS)

libtotemscrsaver_la_LIBADD =				\
	$(DBUS_LIBS)					\
	$(XTEST_LIBS)