File: Makefile.am

package info (click to toggle)
galeon 2.0.2-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 19,212 kB
  • ctags: 9,891
  • sloc: ansic: 77,793; cpp: 15,301; sh: 8,961; xml: 5,761; makefile: 888
file content (62 lines) | stat: -rw-r--r-- 1,667 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = 1.6 dist-bzip2

SUBDIRS = libegg utils embed bookmarks $(MOZILLA) $(GTKHTML) src \
	po ui sounds doc

MOZILLA = mozilla
if ENABLE_GTKHTML_EMBED
GTKHTML = gtkhtml
endif

bin_SCRIPTS=galeon-config-tool

dist_pkgdata_DATA = default-prefs.js FAQ.html myportal.css

Applicationdir = $(datadir)/applications
Application_in_files = galeon.desktop.in
Application_DATA = $(Application_in_files:.desktop.in=.desktop) 
@INTLTOOL_DESKTOP_RULE@

server_in_files = GNOME_Galeon_Automation.server.in GNOME_Galeon_NautilusView.server.in
server_DATA = GNOME_Galeon_Automation.server GNOME_Galeon_NautilusView.server
serverdir = $(libdir)/bonobo/servers
@INTLTOOL_SERVER_RULE@

schemadir = $(GCONF_SCHEMA_FILE_DIR)
schema_DATA = galeon.schemas
@INTLTOOL_SCHEMAS_RULE@

if GCONF_SCHEMAS_INSTALL
install-data-local:
	for p in $(schema_DATA) ; do \
		GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/$$p; \
	done
endif GCONF_SCHEMAS_INSTALL

EXTRA_DIST = \
	COPYING.README FAQ galeon.spec.in \
	galeon.spec \
	$(Application_in_files) \
	$(server_in_files) \
	galeon-config-tool \
	intltool-extract.in \
	intltool-merge.in \
	intltool-update.in \
	galeon.schemas.in \
	INSTALL.in \
	README.ExtraPrefs

DISTCLEANFILES = \
	$(Application_DATA)	\
	$(schema_DATA)		\
	$(server_DATA)		\
	intltool-extract	\
	intltool-merge		\
	intltool-update

distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'

distcleancheck_listfiles = find . -type f -print | grep -v '^\./doc/.*\.xml'

DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install