-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
49 lines (40 loc) · 1 KB
/
Makefile.am
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
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