forked from arnholm/codeblocks_sfmirror
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
40 lines (31 loc) · 847 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
39
40
SUBDIRS = src
ACLOCAL_AMFLAGS = -I m4
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = codeblocks.pc
# Add some files needed only when making a bundle
if DARWIN
osxbundledir = $(pkgdatadir)/osx_bundle
dist_osxbundle_DATA = bundle.sh \
codeblocks.plist
osxbundle_iconsdir = $(osxbundledir)/icons
dist_osxbundle_icons_DATA = $(top_srcdir)/src/src/resources/icons/*.icns
endif
EXTRA_DIST = bootstrap \
codeblocks.spec \
codeblocks.spec.fedora \
codeblocks.plist \
BUGS \
BUILD \
COMPILERS \
$(srcdir)/update* \
ChangeLog.xsl \
codeblocks.appdata.xml \
codeblocks-contrib.metainfo.xml \
debian
clean-zipfiles:
find . -name "*.zip" | xargs rm -f
clean-bin:
find . -name "*.la" | xargs rm -f
rm -f src/src/codeblocks
appdatadir = $(datarootdir)/metainfo
dist_appdata_DATA = $(top_srcdir)/codeblocks.appdata.xml