File: Makefile.am

package info (click to toggle)
amide 1.0.6-8.1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 9,080 kB
  • sloc: ansic: 53,310; cpp: 2,332; xml: 1,995; makefile: 678; sh: 129
file content (42 lines) | stat: -rw-r--r-- 583 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
ACLOCAL_AMFLAGS = -I m4


if DISABLE_DOC
HELPDIR = 
else
HELPDIR = help
endif


# note, win32 needs to be before src
SUBDIRS = \
	pixmaps \
	win32 \
	macosx \
	src \
	man \
	po \
	etc \
	$(HELPDIR)

gsettings_SCHEMAS = com.github.ferdymercury.amide.gschema.xml

@GSETTINGS_RULES@

EXTRA_DIST = \
	$(gsettings_SCHEMAS) \
	intltool-extract.in \
	intltool-merge.in    \
	intltool-update.in \
	gnome-doc-utils.make \
	m4   

CLEANFILES = \
	intltool-extract \
	intltool-merge \
	intltool-update


DISTCLEANFILES = *~ 

DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc