File: Makefile.am

package info (click to toggle)
bluefish 2.2.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,568 kB
  • sloc: xml: 150,061; ansic: 60,177; python: 5,336; sh: 5,118; makefile: 1,006; sed: 16
file content (58 lines) | stat: -rw-r--r-- 1,130 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58

AUTOMAKE_OPTIONS = dist-bzip2 1.8

SUBDIRS = data desktop-data images man po src ui win32 macosx

PO_SUBDIRS = \
	po \
	src/plugin_about/po \
	src/plugin_charmap/po \
	src/plugin_entities/po \
	src/plugin_htmlbar/po \
	src/plugin_snippets/po \
	src/plugin_zencoding/po
	
#	src/plugin_xmltools/po


EXTRA_DIST = config.rpath  \
	Makefile.mingw \
	autogen.sh

DISTCLEANFILES = \
	doltcompile

MAINTAINERCLEANFILES = \
	ABOUT-NLS \
	aclocal.m4 \
	compile \
	config.guess \
	config.sub \
	config.h.in \
	configure \
	depcomp \
	install-sh \
	ltmain.sh \
	missing \
	mkinstalldirs \
	Makefile.in

DISTCHECK_CONFIGURE_FLAGS = --disable-update-databases --disable-xml-catalog-update \
                            --enable-debugging-output --enable-development

#maintainer-clean-local:
#	find $(top_srcdir) -name "*~" -exec rm "{}" ";"

update-gmo:
	@list='$(PO_SUBDIRS)'; \
	for subdir in $$list; do \
		(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) update-gmo) || true; \
	done

update-po:
	@list='$(PO_SUBDIRS)'; \
		for subdir in $$list; do \
		(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) update-po) || true; \
	done

ACLOCAL_AMFLAGS = -I m4