repo.or.cz
/
gemrb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
msvc6: More fixes.
[gemrb.git]
/
Makefile.am
blob
82fdc02590a69e2b2e21be84d6718d78f73bb116
1
SUBDIRS = gemrb
2
3
SPEC_FILES = \
4
gemrb.spec \
5
gemrb.spec.in
6
7
EXTRA_DIST = admin/setup.sh \
8
CMakeLists.txt \
9
cmake_config.h.in \
10
cmake_uninstall.cmake.in \
11
$(SPEC_FILES)
12
13
MAINTAINERCLEANFILES = \
14
aclocal.m4 \
15
config.h.in \
16
config.log \
17
config.status \
18
configure \
19
configure.files \
20
stamp-h.in \
21
subdirs \
22
admin/config.guess \
23
admin/config.sub \
24
admin/depcomp \
25
admin/install-sh \
26
admin/ltmain.sh \
27
admin/missing \
28
admin/mkinstalldirs \
29
admin/py-compile
30
31
dist_man6_MANS = gemrb.6
32
33
install-data-hook:
34
rm -f $(DESTDIR)$(bindir)/plugins/libgemrb_core.so
35
36
docs:
37
doxygen
38
39
dist-hook:
40
sed -i 's,-Werror,,' $(distdir)/configure.in $(distdir)/configure