File: Makefile.am

package info (click to toggle)
gpdf 2.8.2-1.2sarge6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 7,220 kB
  • ctags: 6,624
  • sloc: cpp: 61,071; ansic: 12,100; sh: 6,017; xml: 2,299; makefile: 589
file content (41 lines) | stat: -rw-r--r-- 874 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
33
34
35
36
37
38
39
40
41
SUBDIRS = . tests

INCLUDES =							\
	-I$(top_srcdir)						\
	-I$(top_srcdir)/lib					\
	-DDATADIR=\""$(datadir)"\"				\
	-DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"	\
	-DGNOMEICONDIR=\""$(datadir)/pixmaps"\"			\
	$(EXTRA_GNOME_CFLAGS)					\
	$(GPDF_DEPRECATED_CFLAGS)

bin_PROGRAMS = gpdf

gpdf_SOURCES =							\
	gpdf.c							\
	gpdf-window.h

gpdf_LDADD =							\
	$(EXTRA_GNOME_LIBS)					\
	libgpdfshell.a						\
	../lib/recent-files/librecent.a

noinst_LIBRARIES = libgpdfshell.a

libgpdfshell_a_SOURCES =		\
	eel-string.c			\
	eel-string.h			\
	eel-vfs-extensions.c		\
	eel-vfs-extensions.h		\
	gpdf-uri-input.c		\
	gpdf-uri-input.h		\
	gpdf-recent-facade.c		\
	gpdf-recent-facade.h		\
	gpdf-recent-view-toolitem.c	\
	gpdf-recent-view-toolitem.h	\
	mock-recent-facade.c

uidir = $(datadir)/gnome-2.0/ui
ui_DATA = gpdf-window-ui.xml

EXTRA_DIST = $(ui_DATA)