forked from pcman-bbs/pcmanx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
38 lines (30 loc) · 836 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
33
34
35
36
37
38
## Makefile.am -- Process this file with automake to produce Makefile.in
AUX_DIST = \
$(ac_aux_dir)/config.guess \
$(ac_aux_dir)/config.sub \
$(ac_aux_dir)/install-sh \
$(ac_aux_dir)/ltconfig \
$(ac_aux_dir)/ltmain.sh \
$(ac_aux_dir)/missing \
$(ac_aux_dir)/depcomp
EXTRA_DIST = \
autogen.sh \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
ChangeLog \
ChangeLog.old \
Doxygen.in \
pcmanx.desktop.in \
pcmanx-gtk2.spec.in
## @end 1
AUTOMAKE_OPTIONS = gnu
SUBDIRS = libltdl src po data
## @start 1
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config.h.in $(AUX_DIST)
CLEANFILES = *.bak src/*.bak
DISTCLEANFILES = intltool-extract intltool-merge intltool-update
desktopdir = $(datadir)/applications
desktop_DATA = pcmanx.desktop
icondir = $(datadir)/pixmaps/
icon_DATA = data/pcmanx.svg