forked from ib/xarchiver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
32 lines (26 loc) · 795 Bytes
/
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
SUBDIRS = $(DOC) $(ICONS) pixmaps po src
DIST_SUBDIRS = doc icons pixmaps po src
desktopdir = $(datadir)/applications
desktop_in_files = xarchiver.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
$(SED_V) $(SED) -i.tmp "/^Keywords[^_]/ s:$$:`sed -n "s:^Keywords_=\(.*\)$$:\1:p" $<`:; /^Keywords_/d" $@ && rm $@.tmp
SED_V = $(SED__v_$(V))
SED__v_ = $(SED__v_$(AM_DEFAULT_VERBOSITY))
SED__v_0 = @echo " KWORD " $@;
plugindir = $(PLUGINDIR)
plugin_SCRIPTS = $(PLUGINSCRIPT)
EXTRA_SCRIPTS =
man1_MANS = doc/xarchiver.1
EXTRA_DIST = \
autogen.sh \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
$(desktop_in_files) \
$(plugin_SCRIPTS)
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update \
$(desktop_DATA)