forked from DeaDBeeF-Player/deadbeef
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
35 lines (28 loc) · 849 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
SUBDIRS = \
external\
shared\
${PLUGINS_DIRS}\
po\
intl\
pixmaps\
icons\
src
INTLTOOL_FILES = \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update
docsdir = $(docdir)
docs_DATA = README help.txt about.txt translators.txt ChangeLog\
COPYING.GPLv2 COPYING.LGPLv2.1
desktopdir = $(datadir)/applications
desktop_DATA = deadbeef.desktop
EXTRA_DIST = $(docs_DATA) $(desktop_DATA) $(INTLTOOL_FILES) translation/extra.c translation/plugins.c examples/decoder_template.c examples/dsp_template.c yasmwrapper.sh\
include/deadbeef/deadbeef.h include/deadbeef/common.h include/deadbeef/fastftoi.h include/deadbeef/strdupa.h\
gettext.h
sdkdir = $(pkgincludedir)
sdk_HEADERS = include/deadbeef/deadbeef.h
ACLOCAL_AMFLAGS = -I m4