File: Makefile.am

package info (click to toggle)
squeeze 0.2.3-12
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,500 kB
  • sloc: ansic: 12,938; sh: 9,240; xml: 617; makefile: 193
file content (31 lines) | stat: -rw-r--r-- 665 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
## Process this file with automake to produce Makefile.in

SUBDIRS = pixmaps libsqueeze po docs src icons

wrapperdir = $(libexecdir)/thunar-archive-plugin
wrapper_SCRIPTS = squeeze.tap

desktopdir = $(datadir)/applications
desktop_in_files = squeeze.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@

EXTRA_DIST = \
	intltool-extract.in \
	intltool-merge.in \
	intltool-update.in \
	squeeze.tap \
	gettext.h \
	$(desktop_in_files) \
	$(wrapper_DATA)

DISTCLEANFILES = \
	intltool-extract \
	intltool-merge \
	intltool-update \
	$(desktop_DATA)

DISTCHECK_CONFIGURE_FLAGS =						\
	--enable-gtk-doc

ACLOCAL_AMFLAGS = -I m4