comparison netinstall/Makefile.in.in @ 707:a307f9a2021d

[xemacs-hg @ 2001-12-20 05:49:28 by andyp] sync with 21-4-6-windows
author andyp
date Thu, 20 Dec 2001 05:49:48 +0000
parents 685b588e92d8
children 21d92abaac3a
comparison
equal deleted inserted replaced
706:c9bf82d465b5 707:a307f9a2021d
94 PROGS = setup.exe 94 PROGS = setup.exe
95 XEMACS=${blddir}/src/${PROGNAME} 95 XEMACS=${blddir}/src/${PROGNAME}
96 96
97 CYGWIN_SIZE=0 97 CYGWIN_SIZE=0
98 WIN32_SIZE=0 98 WIN32_SIZE=0
99 KIT_VERSION=""
99 100
100 CONFIG_H = ../src/config.h 101 CONFIG_H = ../src/config.h
101 102
102 OBJS = \ 103 OBJS = \
103 autoload.o \ 104 autoload.o \
160 V=`grep '^\$$Revision.*' $(srcdir)/ChangeLog \ 161 V=`grep '^\$$Revision.*' $(srcdir)/ChangeLog \
161 | sed -e 's/\$$Revision:* *//' -e 's/ *$$.*//'` ;\ 162 | sed -e 's/\$$Revision:* *//' -e 's/ *$$.*//'` ;\
162 $(XEMACS) -batch -vanilla \ 163 $(XEMACS) -batch -vanilla \
163 -eval '(setq package-net-cygwin32-binary-size $(CYGWIN_SIZE) \ 164 -eval '(setq package-net-cygwin32-binary-size $(CYGWIN_SIZE) \
164 package-net-win32-binary-size $(WIN32_SIZE) \ 165 package-net-win32-binary-size $(WIN32_SIZE) \
166 package-net-kit-version "$(KIT_VERSION)" \
165 package-net-setup-version "'$$V'")' \ 167 package-net-setup-version "'$$V'")' \
166 -l ${srcdir}/../lisp/package-net.el \ 168 -l ${srcdir}/../lisp/package-net.el \
167 -f package-net-batch-generate-bin-ini 169 -f package-net-batch-generate-bin-ini
168 170
169 install: 171 install:
213 215
214 choose.o: choose.cc win32.h dialog.h resource.h state.h ini.h concat.h \ 216 choose.o: choose.cc win32.h dialog.h resource.h state.h ini.h concat.h \
215 msg.h log.h find.h reginfo.h 217 msg.h log.h find.h reginfo.h
216 concat.o: concat.cc 218 concat.o: concat.cc
217 desktop.o: desktop.cc win32.h resource.h ini.h msg.h state.h concat.h \ 219 desktop.o: desktop.cc win32.h resource.h ini.h msg.h state.h concat.h \
218 mkdir.h dialog.h version.h port.h reginfo.h 220 mkdir.h dialog.h version.h port.h reginfo.h desktop.h
219 dialog.o: dialog.cc win32.h dialog.h msg.h log.h 221 dialog.o: dialog.cc win32.h dialog.h msg.h log.h
220 diskfull.o: diskfull.cc win32.h diskfull.h 222 diskfull.o: diskfull.cc win32.h diskfull.h
221 download.o: download.cc win32.h resource.h msg.h ini.h dialog.h \ 223 download.o: download.cc win32.h resource.h msg.h ini.h dialog.h \
222 concat.h geturl.h state.h mkdir.h log.h 224 concat.h geturl.h state.h mkdir.h log.h
223 find.o: find.cc win32.h port.h 225 find.o: find.cc win32.h port.h
234 iniparse.o: iniparse.c ini.h \ 236 iniparse.o: iniparse.c ini.h \
235 iniparse.h \ 237 iniparse.h \
236 port.h 238 port.h
237 install.o: install.cc win32.h \ 239 install.o: install.cc win32.h \
238 resource.h ini.h dialog.h concat.h geturl.h mkdir.h state.h tar.h \ 240 resource.h ini.h dialog.h concat.h geturl.h mkdir.h state.h tar.h \
239 diskfull.h msg.h regedit.h reginfo.h log.h hash.h port.h 241 diskfull.h msg.h regedit.h reginfo.h log.h hash.h port.h desktop.h
240 init.o: init.cc win32.h resource.h dialog.h state.h msg.h log.h 242 init.o: init.cc win32.h resource.h dialog.h state.h msg.h log.h
241 uninstall.o: uninstall.cc win32.h \ 243 uninstall.o: uninstall.cc win32.h \
242 resource.h ini.h dialog.h concat.h geturl.h mkdir.h state.h tar.h \ 244 resource.h ini.h dialog.h concat.h geturl.h mkdir.h state.h tar.h \
243 diskfull.h msg.h regedit.h reginfo.h log.h hash.h port.h 245 diskfull.h msg.h regedit.h reginfo.h log.h hash.h port.h desktop.h
244 localdir.o: localdir.cc win32.h dialog.h resource.h state.h msg.h \ 246 localdir.o: localdir.cc win32.h dialog.h resource.h state.h msg.h \
245 concat.h log.h 247 concat.h log.h
246 log.o: log.cc win32.h resource.h msg.h log.h dialog.h state.h concat.h \ 248 log.o: log.cc win32.h resource.h msg.h log.h dialog.h state.h concat.h \
247 mkdir.h 249 mkdir.h
248 main.o: main.cc win32.h resource.h dialog.h state.h msg.h netio.h \ 250 main.o: main.cc win32.h resource.h dialog.h state.h msg.h netio.h \