File: Makefile.am

package info (click to toggle)
pan 0.139-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 11,300 kB
  • sloc: cpp: 40,600; ansic: 31,205; sh: 4,016; makefile: 393
file content (49 lines) | stat: -rw-r--r-- 1,029 bytes parent folder | download | duplicates (2)
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
SUBDIRS = po uulib pan

@INTLTOOL_DESKTOP_RULE@

DESKTOP_IN_FILES=pan.desktop.in
DESKTOP_FILES=$(DESKTOP_IN_FILES:.desktop.in=.desktop)

DISTCLEANFILES = \
 $(srcdir)/intltool-extract \
 $(srcdir)/intltool-merge \
 $(srcdir)/intltool-update \
 $(srcdir)/pan.desktop

MAINTAINERCLEANFILES = \
 $(srcdir)/INSTALL \
 $(srcdir)/aclocal.m4 \
 $(srcdir)/config.guess \
 $(srcdir)/config.h.in \
 $(srcdir)/config.sub \
 $(srcdir)/configure \
 $(srcdir)/depcomp \
 $(srcdir)/install-sh \
 $(srcdir)/missing \
 $(srcdir)/mkinstalldirs \
 $(srcdir)/po/Makefile.in.in \
 `find "$(srcdir)" -type f -name Makefile.in -print` \
 $(NULL)

EXTRA_DIST = \
 README \
 README.windows \
 README.mingw \
 ChangeLog \
 Pan.ico \
 pan.spec \
 pan.png \
 $(DESKTOP_IN_FILES) \
 $(DESKTOP_FILES) \
 intltool-extract.in intltool-merge.in intltool-update.in \
 pan_git_rev

DISTCHECK_CONFIGURE_FLAGS="--disable-scrollkeeper"

Productivitydir = $(datadir)/applications
Productivity_DATA = $(DESKTOP_FILES)

icon_DATA = pan.png
icondir = $(datadir)/pixmaps