-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMakefile.am
More file actions
100 lines (92 loc) · 3.27 KB
/
Copy pathMakefile.am
File metadata and controls
100 lines (92 loc) · 3.27 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
## automake.am
##
## Top level automake.am
##
## Use automake to process this into a Makefile.in
##
## (C) Copyright 2015 Fred Gleason <fredg@paravelsystems.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License version 2 as
## published by the Free Software Foundation.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public
## License along with this program; if not, write to the Free Software
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
##
SUBDIRS = conf\
icons\
src\
xdg
rpm: dist
cp rivendell-producer-$(VERSION).tar.gz $(HOME)/rpmbuild/SOURCES/
$(RPMBUILD) -ba --target $(ARCH)-$(VENDOR)-linux rivendell-producer.spec
mv $(HOME)/rpmbuild/RPMS/$(ARCH)/rivendell-producer-*.rpm $(top_srcdir)/
mv $(HOME)/rpmbuild/SRPMS/rivendell-producer-*.src.rpm $(top_srcdir)/
rm $(HOME)/rpmbuild/SOURCES/rivendell-producer-$(VERSION).tar.gz
rm -rf $(HOME)/rpmbuild/BUILD/rivendell-producer-$(VERSION)
install-win32:
cp src/rdadminb/rdadminb.exe .
cp src/rdlibraryb/rdlibraryb.exe .
cp src/rdlogeditb/rdlogeditb.exe .
cp $(MINGW32_SYS_ROOT)/bin/QtCore4.dll .
cp $(MINGW32_SYS_ROOT)/bin/QtGui4.dll .
cp $(MINGW32_SYS_ROOT)/bin/QtNetwork4.dll .
cp $(MINGW32_SYS_ROOT)/bin/iconv.dll .
cp $(MINGW32_SYS_ROOT)/bin/libcurl-4.dll .
cp $(MINGW32_SYS_ROOT)/bin/libcrypto-10.dll .
cp $(MINGW32_SYS_ROOT)/bin/libexpat-1.dll .
cp $(MINGW32_SYS_ROOT)/bin/libgcc_s_sjlj-1.dll .
cp $(MINGW32_SYS_ROOT)/bin/libidn-11.dll .
cp $(MINGW32_SYS_ROOT)/bin/libpng16-16.dll .
cp $(MINGW32_SYS_ROOT)/bin/libsamplerate-0.dll .
cp $(MINGW32_SYS_ROOT)/bin/libssh2-1.dll .
cp $(MINGW32_SYS_ROOT)/bin/libssl-10.dll .
cp $(MINGW32_SYS_ROOT)/bin/libstdc++-6.dll .
cp $(MINGW32_SYS_ROOT)/bin/libwinpthread-1.dll .
cp $(MINGW32_SYS_ROOT)/bin/zlib1.dll .
nsis-installer: install-win32
makensis rivendell-producer.nsi
EXTRA_DIST = autogen.sh\
get_distro.sh\
get_target.sh\
link_common.sh\
rivendell-producer.nsi.in\
rivendell-producer.spec.in\
COPYING.rtf\
PACKAGE_VERSION\
version.txt.in
CLEANFILES = *~\
*.deb\
*.dll\
*.exe\
*.mo\
*.rpm\
*.tar.gz\
*.tgz\
*.zip
DISTCLEANFILES = rivendell-producer.nsi\
rivendell-producer.spec\
config.guess\
config.sub\
ltmain.sh\
version.txt
MAINTAINERCLEANFILES = *~\
*.tar.gz\
aclocal.m4\
config.guess\
config.status\
config.sub\
configure\
depcomp\
install-sh\
libtool\
ltmain.sh\
Makefile.in\
missing\
mkinstalldirs