]> cygwin.com Git - cygwin-apps/setup.git/blob - Makefile.am
Remove NetIO_File
[cygwin-apps/setup.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 #
3 # Copyright (c) 2000, Red Hat, Inc.
4 # Copyright (c) 2002, Robert Collins
5 #
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2 of the License, or
9 # (at your option) any later version.
10 #
11 # A copy of the GNU General Public License can be found at
12 # http://www.gnu.org/
13 #
14 # Makefile for Cygwin installer
15
16 SUBDIRS := @subdirs@ tests
17
18 ## DISTCLEANFILES = include/stamp-h include/stamp-h[0-9]*
19
20 # We would like to use -Winline for C++ as well, but some STL code triggers
21 # this warning. (Bug verified present in gcc-3.3)
22 BASECXXFLAGS = -Werror -Wall -Wpointer-arith -Wcomments \
23 -Wcast-align -Wwrite-strings -fno-builtin-sscanf \
24 -Wno-attributes
25 AM_CXXFLAGS = $(BASECXXFLAGS) -std=gnu++11 ${$(*F)_CXXFLAGS}
26 AM_CFLAGS = $(BASECXXFLAGS) -Wmissing-declarations -Winline \
27 -Wstrict-prototypes -Wmissing-prototypes
28 AM_YFLAGS = -d
29 AM_LFLAGS = -8
30 WINDRES = @WINDRES@
31 AM_CPPFLAGS = -DLZMA_API_STATIC -I$(srcdir)/libgetopt++/include
32
33 inilex_CXXFLAGS:=-Wno-sign-compare
34
35 noinst_PROGRAMS = @SETUP@$(EXEEXT) @INILINT@
36
37 EXTRA_PROGRAMS = inilint
38 ## noinst_PROGRAMS +=inilint
39
40 EXTRA_DIST = \
41 CHANGES \
42 CONTRIBUTORS \
43 COPYING \
44 bootstrap.sh \
45 check-na.bmp \
46 check-no.bmp \
47 check-yes.bmp \
48 choose-rtarrow.bmp \
49 choose-spin.bmp \
50 cygwin.ico \
51 cygwin-setup.ico \
52 cygwin-terminal.ico \
53 setup.exe.manifest \
54 setup64.exe.manifest \
55 tree-minus.bmp \
56 tree-plus.bmp
57
58 # iniparse.hh is generated from iniparse.yy via bison -d, so it needs to be
59 # included here for proper tracking (but not iniparse.cc, since automake
60 # knows about that already)
61 BUILT_SOURCES = \
62 setup_version.c \
63 iniparse.hh
64
65 CLEANFILES = setup_version.c
66
67 inilint_LDADD = \
68 libgetopt++/libgetopt++.la
69 inilint_SOURCES = \
70 filemanip.cc \
71 filemanip.h \
72 find.cc \
73 find.h \
74 FindVisitor.cc \
75 FindVisitor.h \
76 LogSingleton.cc \
77 LogSingleton.h \
78 IniDBBuilder.h \
79 inilintmain.cc \
80 inilex.ll \
81 iniparse.yy \
82 IniParseFeedback.cc \
83 IniParseFeedback.h \
84 io_stream.h \
85 io_stream.cc \
86 io_stream_file.h \
87 io_stream_file.cc \
88 IOStreamProvider.h \
89 mkdir.cc \
90 mkdir.h \
91 mklink2.cc \
92 PackageSpecification.cc \
93 PackageSpecification.h \
94 PackageTrust.h \
95 csu_util/rfc1738.cc \
96 csu_util/rfc1738.h \
97 String++.cc \
98 String++.h
99
100 @SETUP@_LDADD = \
101 libgetopt++/libgetopt++.la -lgcrypt -lgpg-error -llzma -lbz2 -lz -lsolv -lregex \
102 -lshlwapi -lcomctl32 -lole32 -lws2_32 -lpsapi -luuid -lntdll -lwininet -lmingw32
103 @SETUP@_LDFLAGS = -mwindows -Wc,-static -static-libtool-libs
104 @SETUP@_SOURCES = \
105 AntiVirus.cc \
106 AntiVirus.h \
107 archive.cc \
108 archive.h \
109 archive_tar.cc \
110 archive_tar.h \
111 archive_tar_file.cc \
112 choose.cc \
113 choose.h \
114 compress.cc \
115 compress.h \
116 compress_bz.cc \
117 compress_bz.h \
118 compress_gz.cc \
119 compress_gz.h \
120 compress_xz.cc \
121 compress_xz.h \
122 confirm.cc \
123 confirm.h \
124 ConnectionSetting.cc \
125 ConnectionSetting.h \
126 ControlAdjuster.cc \
127 ControlAdjuster.h \
128 crypto.cc \
129 crypto.h \
130 cyg-pubkey.h \
131 desktop.cc \
132 desktop.h \
133 dialog.cc \
134 dialog.h \
135 diskfull.cc \
136 diskfull.h \
137 download.cc \
138 download.h \
139 Exception.cc \
140 Exception.h \
141 find.cc \
142 find.h \
143 FindVisitor.cc \
144 FindVisitor.h \
145 filemanip.cc \
146 filemanip.h \
147 fromcwd.cc \
148 Generic.h \
149 geturl.cc \
150 geturl.h \
151 gpg-packet.cc \
152 gpg-packet.h \
153 ini.cc \
154 ini.h \
155 IniDBBuilder.h \
156 IniDBBuilderPackage.cc \
157 IniDBBuilderPackage.h \
158 inilex.ll \
159 iniparse.yy \
160 IniParseFeedback.cc \
161 IniParseFeedback.h \
162 install.cc \
163 io_stream.cc \
164 io_stream.h \
165 io_stream_cygfile.cc \
166 io_stream_cygfile.h \
167 io_stream_file.cc \
168 io_stream_file.h \
169 io_stream_memory.cc \
170 io_stream_memory.h \
171 IOStreamProvider.h \
172 KeysSetting.cc \
173 KeysSetting.h \
174 libsolv.cc \
175 libsolv.h \
176 localdir.cc \
177 localdir.h \
178 LogFile.cc \
179 LogFile.h \
180 LogSingleton.cc \
181 LogSingleton.h \
182 main.cc \
183 mkdir.cc \
184 mkdir.h \
185 mklink2.cc \
186 mklink2.h \
187 mount.cc \
188 mount.h \
189 msg.cc \
190 msg.h \
191 net.cc \
192 net.h \
193 netio.cc \
194 netio.h \
195 nio-ie5.cc \
196 nio-ie5.h \
197 nio-http.cc \
198 nio-http.h \
199 package_db.cc \
200 package_db.h \
201 package_depends.h \
202 package_depends.cc \
203 package_meta.cc \
204 package_meta.h \
205 package_source.cc \
206 package_source.h \
207 package_version.h \
208 PackageSpecification.cc \
209 PackageSpecification.h \
210 PackageTrust.h \
211 PickCategoryLine.cc \
212 PickCategoryLine.h \
213 PickLine.h \
214 PickPackageLine.cc \
215 PickPackageLine.h \
216 PickView.cc \
217 PickView.h \
218 postinstall.cc \
219 postinstallresults.cc \
220 postinstallresults.h \
221 prereq.cc \
222 prereq.h \
223 processlist.cc \
224 processlist.h \
225 proppage.cc \
226 proppage.h \
227 propsheet.cc \
228 propsheet.h \
229 RECTWrapper.h \
230 res.rc \
231 resource.h \
232 root.cc \
233 root.h \
234 script.cc \
235 script.h \
236 setup_version.h \
237 setup_version.c \
238 sha2.h \
239 sha2.c \
240 simpsock.cc \
241 simpsock.h \
242 site.cc \
243 site.h \
244 source.cc \
245 source.h \
246 SourceSetting.cc \
247 SourceSetting.h \
248 splash.cc \
249 splash.h \
250 state.cc \
251 state.h \
252 String++.cc \
253 String++.h \
254 threebar.cc \
255 threebar.h \
256 UserSettings.cc \
257 UserSettings.h \
258 win32.cc \
259 win32.h \
260 window.cc \
261 window.h \
262 csu_util/MD5Sum.cc \
263 csu_util/MD5Sum.h \
264 csu_util/rfc1738.cc \
265 csu_util/rfc1738.h \
266 csu_util/version_compare.cc \
267 csu_util/version_compare.h
268
269 GITVER := $(shell cd $(srcdir) && git describe --match release_\* --abbrev=6 --dirty || "N/A")
270 VER := $(subst release_,,$(GITVER))
271 ARCH := @ARCH@
272
273 setup_version.c : Makefile
274 @echo "Setup version: " $(VER)
275 $(AM_V_GEN)(echo '#define VERSION_PREFIX "%%% setup-version"';\
276 echo 'static const char version_store[] = VERSION_PREFIX " '$(VER)'";';\
277 echo 'const char *setup_version = version_store + sizeof (VERSION_PREFIX);') > version.tmp && \
278 mv version.tmp setup_version.c
279
280 # setup.exe.manifest is included in res.rc
281 res.o: @SETUP@.exe.manifest
282
283 .rc.o:
284 $(AM_V_GEN)$(WINDRES) --include-dir $(srcdir) -o $@ $<
285
286 setup-src:
287 @ver=setup-$(VER);\
288 cd ${srcdir}; rm -f $$ver; ln -sf . $$ver;\
289 git ls-files | tar -T - -cJf ${CURDIR}/$$ver-src.tar.xz;\
290 echo $$ver-src.tar.xz; exec rm -f $$ver
291
292 # optional: strip and compress executable
293 .PHONY: strip upx
294
295 strip: all
296 $(OBJCOPY) --add-gnu-debuglink=/dev/null --only-keep-debug setup$(EXEEXT) setup.dbg
297 $(OBJCOPY) --strip-all setup$(EXEEXT)
298 $(OBJCOPY) --add-gnu-debuglink=setup.dbg setup$(EXEEXT) setup$(EXEEXT)
299
300 CLEANFILES += setup.dbg
301
302 upx: strip
303 @if [ -e `which upx` ]; then\
304 upx --best --lzma setup$(EXEEXT) ;\
305 else \
306 echo "UPX doesn't seem to be installed, cannot compress setup$(EXEEXT)." ;\
307 fi
308
309 release: upx
310 cp setup.dbg setup-${VER}.${ARCH}.dbg
311 cp setup${EXEEXT} setup-${VER}.${ARCH}${EXEEXT}
312
313 UPLOAD_HOST=cygwin-admin@cygwin.com
314 UPLOAD_PATH=/www/sourceware/htdocs/cygwin/setup
315
316 upload: release
317 scp setup-${VER}.$(ARCH).exe setup-${VER}.$(ARCH).dbg ${UPLOAD_HOST}:${UPLOAD_PATH}
318 ssh ${UPLOAD_HOST} gpg --detach-sign ${UPLOAD_PATH}/setup-${VER}.$(ARCH).exe
319
320 clean-local:
321 rm -f setup*${EXEEXT} setup*.dbg
This page took 0.052027 seconds and 6 git commands to generate.