File: Makefile.am

package info (click to toggle)
amide 1.0.5-12
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,412 kB
  • sloc: ansic: 50,849; sh: 11,297; cpp: 2,032; xml: 1,655; makefile: 645
file content (38 lines) | stat: -rw-r--r-- 478 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
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)


EXTRA_DIST = \
	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