annotate netinstall/setup.mak @ 4588:6a6689b96f00

Adopt Martin's suggestion of "char **argv" throughout configure.ac.
author Stephen J. Turnbull <stephen@xemacs.org>
date Sat, 31 Jan 2009 22:25:16 +0900
parents 146d342ff859
children 308d34e9f07d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
1 # Makefile for Microsoft NMAKE
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
2 # Copyright (C) 1995 Board of Trustees, University of Illinois.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
3 # Copyright (C) 1995, 1996, 2000 Ben Wing.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
4 # Copyright (C) 1995 Sun Microsystems, Inc.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
5 # Copyright (C) 1998 Free Software Foundation, Inc.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
6 #
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
7 # This file is part of XEmacs.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
8 #
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
9 # XEmacs is free software; you can redistribute it and/or modify it
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
10 # under the terms of the GNU General Public License as published by the
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
11 # Free Software Foundation; either version 2, or (at your option) any
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
12 # later version.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
13 #
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
14 # XEmacs is distributed in the hope that it will be useful, but WITHOUT
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
15 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
16 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
17 # for more details.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
18 #
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
19 # You should have received a copy of the GNU General Public License
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
20 # along with XEmacs; see the file COPYING. If not, write to
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
21 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
22 # Boston, MA 02111-1307, USA.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
23 #
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
24 # Synched up with: Not in FSF.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
25 #
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
26
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
27 TARGETOS=BOTH
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
28 APPVER=4.0
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
29
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
30 default: all
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
31
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
32 # APA: Since there seems to be no way to determine the directory where
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
33 # xemacs.mak is located (from within nmake) we just insist on the user
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
34 # to invoke nmake in the directory where xemacs.mak is.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
35 !if !exist("$(MAKEDIR)\setup.mak")
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
36 !error Please run nmake from the directory of this makefile (xemacs\netinstall).
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
37 !endif
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
38
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
39 XEMACS=$(MAKEDIR)\..
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
40
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
41 # Define a variable for the 'del' command to use
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
42 DEL=-del
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
43
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
44 # Configuration from nt subdirectory if needed
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
45
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
46 !include "$(XEMACS)\nt\config.inc"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
47
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
48 OUTDIR = obj
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
49
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
50 #
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
51 # Compiler command echo control. Define VERBOSECC=1 to get verbose compilation.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
52 #
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
53 !if !defined(VERBOSECC)
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
54 VERBOSECC=0
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
55 !endif
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
56 !if $(VERBOSECC)
666
146d342ff859 [xemacs-hg @ 2001-09-25 02:35:32 by andyp]
andyp
parents: 448
diff changeset
57 CCV=$(CC)
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
58 !else
666
146d342ff859 [xemacs-hg @ 2001-09-25 02:35:32 by andyp]
andyp
parents: 448
diff changeset
59 CCV=@$(CC)
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
60 !endif
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
61
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
62 !if $(DEBUG_XEMACS)
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
63 cdebug=-Od -Gr -Zi -Zp8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
64 !else
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
65 cdebug=-Oxsb2 -Oy- -G5rFs -Zi -Zp8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
66 !endif
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
67
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
68 defines = -DWIN32_NATIVE -I$(ZLIBDIR) $(ZLIB_FLAGS)
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
69
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
70 #
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
71 # Object files
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
72 #
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
73 OBJS = \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
74 $(OUTDIR)\choose.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
75 $(OUTDIR)\concat.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
76 $(OUTDIR)\desktop.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
77 $(OUTDIR)\dialog.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
78 $(OUTDIR)\diskfull.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
79 $(OUTDIR)\download.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
80 $(OUTDIR)\find.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
81 $(OUTDIR)\fromcwd.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
82 $(OUTDIR)\geturl.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
83 $(OUTDIR)\hash.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
84 $(OUTDIR)\ini.obj \
666
146d342ff859 [xemacs-hg @ 2001-09-25 02:35:32 by andyp]
andyp
parents: 448
diff changeset
85 $(OUTDIR)\init.obj \
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
86 $(OUTDIR)\inilex.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
87 $(OUTDIR)\iniparse.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
88 $(OUTDIR)\install.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
89 $(OUTDIR)\localdir.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
90 $(OUTDIR)\log.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
91 $(OUTDIR)\main.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
92 $(OUTDIR)\mkdir.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
93 $(OUTDIR)\mklink2.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
94 $(OUTDIR)\regedit.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
95 $(OUTDIR)\msg.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
96 $(OUTDIR)\net.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
97 $(OUTDIR)\netio.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
98 $(OUTDIR)\nio-ie5.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
99 $(OUTDIR)\nio-file.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
100 $(OUTDIR)\nio-ftp.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
101 $(OUTDIR)\nio-http.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
102 $(OUTDIR)\other.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
103 $(OUTDIR)\postinstall.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
104 $(OUTDIR)\root.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
105 $(OUTDIR)\simpsock.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
106 $(OUTDIR)\site.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
107 $(OUTDIR)\source.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
108 $(OUTDIR)\splash.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
109 $(OUTDIR)\state.obj \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
110 $(OUTDIR)\tar.obj \
666
146d342ff859 [xemacs-hg @ 2001-09-25 02:35:32 by andyp]
andyp
parents: 448
diff changeset
111 $(OUTDIR)\uninstall.obj \
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
112 $(OUTDIR)\version.obj
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
113
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
114 #
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
115 # Libraries
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
116 #
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
117 LIBS = libcmt.lib $(olelibsmt) \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
118 kernel32.lib shell32.lib \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
119 wsock32.lib netapi32.lib \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
120 wininet.lib $(zlib)
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
121
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
122 # Rules
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
123
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
124 .SUFFIXES:
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
125 .SUFFIXES: .c .cc .obj .texi .info
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
126
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
127 # nmake rule
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
128 .cc{$(OUTDIR)}.obj:
666
146d342ff859 [xemacs-hg @ 2001-09-25 02:35:32 by andyp]
andyp
parents: 448
diff changeset
129 $(CC) /TP $(cflags) $(cdebug) $(cvarsmt) $(defines) -Fo$@ $<
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
130 .c{$(OUTDIR)}.obj:
666
146d342ff859 [xemacs-hg @ 2001-09-25 02:35:32 by andyp]
andyp
parents: 448
diff changeset
131 $(CC) $(cflags) $(cdebug) $(cvarsmt) $(defines) -Fo$@ $<
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
132
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
133 #
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
134 # Main target
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
135 #
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
136 all: setup.exe
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
137
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
138 #
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
139 # Link target. setargv.obj is provided in the compiler library directory.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
140 #
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
141 setup.exe: $(OUTDIR) $(OBJS) res.res
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
142 $(link) /OUT:$@ $(ldebug) $(guilflags) $(OBJS) res.res $(LIBS)
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
143
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
144 iniparse.c iniparse.h : iniparse.y
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
145 bison -d -o iniparse.c $(srcdir)/iniparse.y
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
146
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
147 $(OUTDIR)\inilex.obj: iniparse.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
148
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
149 inilex.c : inilex.l iniparse.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
150 flex -t $(srcdir)/inilex.l | sed "/^extern int isatty YY/d" > inilex.c
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
151
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
152 version.c : $(srcdir)/ChangeLog version.pl
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
153 perl version.pl < ChangeLog > version.c
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
154
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
155 res.res: res.rc
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
156 $(rc) $(rcvars) $(rcflags) /fo$@ $**
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
157
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
158 $(OUTDIR):
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
159 -@mkdir $(OUTDIR)
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
160
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
161 install:: all
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
162
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
163 clean::
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
164 $(DEL) $(OUTDIR)\*.obj *.pdb *.aps res.res lex.yy.c
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
165
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
166 distclean:: clean
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
167 $(DEL) *~ setup.exe
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
168
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
169 # DO NOT DELETE
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
170
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
171 $(OUTDIR)/autoload.obj: autoload.c win32.h
666
146d342ff859 [xemacs-hg @ 2001-09-25 02:35:32 by andyp]
andyp
parents: 448
diff changeset
172 $(OUTDIR)/inilex.obj: inilex.c win32.h ini.h iniparse.h
146d342ff859 [xemacs-hg @ 2001-09-25 02:35:32 by andyp]
andyp
parents: 448
diff changeset
173 $(OUTDIR)/init.obj: win32.h dialog.h resource.h \
146d342ff859 [xemacs-hg @ 2001-09-25 02:35:32 by andyp]
andyp
parents: 448
diff changeset
174 state.h ini.h concat.h msg.h log.h find.h reginfo.h
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
175 $(OUTDIR)/iniparse.obj: iniparse.c ini.h iniparse.h port.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
176 $(OUTDIR)/inilex.obj: inilex.c win32.h ini.h iniparse.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
177 $(OUTDIR)/mklink2.obj: mklink2.c win32.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
178 $(OUTDIR)/choose.obj: choose.cc win32.h dialog.h resource.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
179 state.h ini.h concat.h msg.h log.h find.h reginfo.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
180 $(OUTDIR)/concat.obj: concat.cc win32.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
181 $(OUTDIR)/desktop.obj: desktop.cc win32.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
182 resource.h ini.h msg.h state.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
183 concat.h mkdir.h dialog.h version.h reginfo.h regedit.h port.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
184 $(OUTDIR)/dialog.obj: dialog.cc win32.h dialog.h msg.h log.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
185 win32.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
186 $(OUTDIR)/diskfull.obj: diskfull.cc diskfull.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
187 $(OUTDIR)/download.obj: download.cc win32.h resource.h msg.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
188 ini.h dialog.h concat.h geturl.h state.h mkdir.h log.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
189 $(OUTDIR)/find.obj: find.cc win32.h port.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
190 $(OUTDIR)/fromcwd.obj: fromcwd.cc win32.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
191 ini.h resource.h concat.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
192 state.h dialog.h msg.h find.h version.h port.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
193 $(OUTDIR)/geturl.obj: geturl.cc win32.h dialog.h geturl.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
194 resource.h netio.h msg.h log.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
195 $(OUTDIR)/hash.obj: hash.cc win32.h hash.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
196 $(OUTDIR)/ini.obj: ini.cc win32.h ini.h resource.h concat.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
197 state.h geturl.h dialog.h msg.h mkdir.h log.h reginfo.h version.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
198 $(OUTDIR)/install.obj: install.cc win32.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
199 $(ZLIBDIR)/zlib.h $(ZLIBDIR)/zconf.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
200 resource.h ini.h dialog.h concat.h geturl.h mkdir.h state.h tar.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
201 diskfull.h msg.h regedit.h reginfo.h log.h hash.h port.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
202 $(OUTDIR)/localdir.obj: localdir.cc win32.h dialog.h resource.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
203 state.h msg.h concat.h log.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
204 $(OUTDIR)/log.obj: log.cc win32.h resource.h msg.h log.h dialog.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
205 state.h concat.h mkdir.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
206 $(OUTDIR)/main.obj: main.cc win32.h resource.h dialog.h state.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
207 msg.h netio.h find.h log.h port.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
208 $(OUTDIR)/mkdir.obj: mkdir.cc win32.h mkdir.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
209 $(OUTDIR)/msg.obj: msg.cc win32.h dialog.h log.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
210 $(OUTDIR)/net.obj: net.cc win32.h dialog.h resource.h state.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
211 msg.h log.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
212 $(OUTDIR)/netio.obj: netio.cc win32.h resource.h state.h msg.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
213 netio.h nio-file.h nio-ie5.h nio-http.h nio-ftp.h dialog.h log.h port.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
214 win32.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
215 $(OUTDIR)/nio-file.obj: nio-file.cc netio.h nio-file.h resource.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
216 msg.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
217 $(OUTDIR)/nio-ftp.obj: nio-ftp.cc win32.h resource.h state.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
218 simpsock.h log.h netio.h nio-ftp.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
219 $(OUTDIR)/nio-http.obj: nio-http.cc win32.h resource.h state.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
220 simpsock.h msg.h netio.h nio-http.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
221 $(OUTDIR)/nio-ie5.obj: nio-ie5.cc win32.h resource.h state.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
222 dialog.h msg.h netio.h nio-ie5.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
223 $(OUTDIR)/other.obj: other.cc win32.h dialog.h resource.h state.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
224 msg.h log.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
225 $(OUTDIR)/postinstall.obj: postinstall.cc win32.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
226 state.h dialog.h find.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
227 concat.h regedit.h reginfo.h resource.h port.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
228 $(OUTDIR)/regedit.obj: regedit.cc win32.h reginfo.h regedit.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
229 msg.h resource.h dialog.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
230 $(OUTDIR)/root.obj: root.cc win32.h dialog.h resource.h state.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
231 msg.h regedit.h reginfo.h concat.h log.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
232 $(OUTDIR)/simpsock.obj: simpsock.cc win32.h simpsock.h msg.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
233 win32.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
234 $(OUTDIR)/site.obj: site.cc dialog.h resource.h state.h geturl.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
235 msg.h concat.h regedit.h reginfo.h log.h port.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
236 $(OUTDIR)/source.obj: source.cc win32.h dialog.h resource.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
237 state.h msg.h log.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
238 $(OUTDIR)/splash.obj: splash.cc win32.h dialog.h resource.h msg.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
239 version.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
240 $(OUTDIR)/state.obj: state.cc state.h
666
146d342ff859 [xemacs-hg @ 2001-09-25 02:35:32 by andyp]
andyp
parents: 448
diff changeset
241 $(OUTDIR)/uninstall.obj: install.cc win32.h \
146d342ff859 [xemacs-hg @ 2001-09-25 02:35:32 by andyp]
andyp
parents: 448
diff changeset
242 $(ZLIBDIR)/zlib.h $(ZLIBDIR)/zconf.h \
146d342ff859 [xemacs-hg @ 2001-09-25 02:35:32 by andyp]
andyp
parents: 448
diff changeset
243 resource.h ini.h dialog.h concat.h geturl.h mkdir.h state.h tar.h \
146d342ff859 [xemacs-hg @ 2001-09-25 02:35:32 by andyp]
andyp
parents: 448
diff changeset
244 diskfull.h msg.h regedit.h reginfo.h log.h hash.h port.h
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
245 $(OUTDIR)/tar.obj: tar.cc win32.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
246 $(ZLIBDIR)/zlib.h $(ZLIBDIR)/zconf.h \
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
247 tar.h mkdir.h log.h port.h
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
248
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
249 #
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
250 # Local Variables:
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
251 # mode: makefile
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
252 # End: