|
|
1.1 root 1: # objects.mk
2:
3: # Make 'include file' listing object files for SBBS.DLL
4:
1.1.1.2 ! root 5: # $Id: objects.mk,v 1.54 2011/09/05 20:18:32 deuce Exp $(DIRSEP)09$(DIRSEP)08 07:23:54 deuce Exp $
1.1 root 6:
7: # OBJODIR, SLASH, and OFILE must be pre-defined
8:
9: OBJS = $(MTOBJODIR)$(DIRSEP)ansiterm$(OFILE) \
10: $(MTOBJODIR)$(DIRSEP)answer$(OFILE)\
11: $(MTOBJODIR)$(DIRSEP)ars$(OFILE)\
12: $(MTOBJODIR)$(DIRSEP)atcodes$(OFILE)\
13: $(MTOBJODIR)$(DIRSEP)bat_xfer$(OFILE)\
14: $(MTOBJODIR)$(DIRSEP)base64$(OFILE)\
15: $(MTOBJODIR)$(DIRSEP)bulkmail$(OFILE)\
16: $(MTOBJODIR)$(DIRSEP)chat$(OFILE)\
17: $(MTOBJODIR)$(DIRSEP)chk_ar$(OFILE)\
1.1.1.2 ! root 18: $(MTOBJODIR)$(DIRSEP)comio$(OFILE)\
1.1 root 19: $(MTOBJODIR)$(DIRSEP)con_hi$(OFILE)\
20: $(MTOBJODIR)$(DIRSEP)con_out$(OFILE)\
21: $(MTOBJODIR)$(DIRSEP)dat_rec$(OFILE)\
22: $(MTOBJODIR)$(DIRSEP)data$(OFILE)\
23: $(MTOBJODIR)$(DIRSEP)data_ovl$(OFILE)\
24: $(MTOBJODIR)$(DIRSEP)date_str$(OFILE)\
25: $(MTOBJODIR)$(DIRSEP)download$(OFILE)\
26: $(MTOBJODIR)$(DIRSEP)email$(OFILE)\
27: $(MTOBJODIR)$(DIRSEP)exec$(OFILE)\
28: $(MTOBJODIR)$(DIRSEP)execfile$(OFILE)\
29: $(MTOBJODIR)$(DIRSEP)execfunc$(OFILE)\
30: $(MTOBJODIR)$(DIRSEP)execmisc$(OFILE)\
31: $(MTOBJODIR)$(DIRSEP)execmsg$(OFILE)\
32: $(MTOBJODIR)$(DIRSEP)execnet$(OFILE)\
33: $(MTOBJODIR)$(DIRSEP)fido$(OFILE)\
34: $(MTOBJODIR)$(DIRSEP)file$(OFILE)\
35: $(MTOBJODIR)$(DIRSEP)filedat$(OFILE)\
36: $(MTOBJODIR)$(DIRSEP)getkey$(OFILE)\
37: $(MTOBJODIR)$(DIRSEP)getmail$(OFILE)\
38: $(MTOBJODIR)$(DIRSEP)getmsg$(OFILE)\
39: $(MTOBJODIR)$(DIRSEP)getnode$(OFILE)\
40: $(MTOBJODIR)$(DIRSEP)getstats$(OFILE)\
41: $(MTOBJODIR)$(DIRSEP)getstr$(OFILE)\
42: $(MTOBJODIR)$(DIRSEP)inkey$(OFILE)\
43: $(MTOBJODIR)$(DIRSEP)ident$(OFILE)\
44: $(MTOBJODIR)$(DIRSEP)js_bbs$(OFILE)\
45: $(MTOBJODIR)$(DIRSEP)js_client$(OFILE)\
1.1.1.2 ! root 46: $(MTOBJODIR)$(DIRSEP)js_com$(OFILE)\
1.1 root 47: $(MTOBJODIR)$(DIRSEP)js_console$(OFILE)\
48: $(MTOBJODIR)$(DIRSEP)js_file$(OFILE)\
49: $(MTOBJODIR)$(DIRSEP)js_file_area$(OFILE)\
50: $(MTOBJODIR)$(DIRSEP)js_global$(OFILE)\
51: $(MTOBJODIR)$(DIRSEP)js_internal$(OFILE)\
52: $(MTOBJODIR)$(DIRSEP)js_msg_area$(OFILE)\
53: $(MTOBJODIR)$(DIRSEP)js_msgbase$(OFILE)\
54: $(MTOBJODIR)$(DIRSEP)js_queue$(OFILE)\
1.1.1.2 ! root 55: $(MTOBJODIR)$(DIRSEP)js_request$(OFILE)\
! 56: $(MTOBJODIR)$(DIRSEP)js_rtpool$(OFILE)\
1.1 root 57: $(MTOBJODIR)$(DIRSEP)js_server$(OFILE)\
58: $(MTOBJODIR)$(DIRSEP)js_socket$(OFILE)\
59: $(MTOBJODIR)$(DIRSEP)js_sprintf$(OFILE)\
60: $(MTOBJODIR)$(DIRSEP)js_system$(OFILE)\
61: $(MTOBJODIR)$(DIRSEP)js_user$(OFILE)\
62: $(MTOBJODIR)$(DIRSEP)js_xtrn_area$(OFILE)\
63: $(MTOBJODIR)$(DIRSEP)listfile$(OFILE)\
64: $(MTOBJODIR)$(DIRSEP)load_cfg$(OFILE)\
65: $(MTOBJODIR)$(DIRSEP)logfile$(OFILE)\
66: $(MTOBJODIR)$(DIRSEP)login$(OFILE)\
67: $(MTOBJODIR)$(DIRSEP)logon$(OFILE)\
68: $(MTOBJODIR)$(DIRSEP)logout$(OFILE)\
69: $(MTOBJODIR)$(DIRSEP)mail$(OFILE)\
70: $(MTOBJODIR)$(DIRSEP)main$(OFILE)\
71: $(MTOBJODIR)$(DIRSEP)msg_id$(OFILE)\
72: $(MTOBJODIR)$(DIRSEP)msgdate$(OFILE)\
73: $(MTOBJODIR)$(DIRSEP)msgtoqwk$(OFILE)\
74: $(MTOBJODIR)$(DIRSEP)netmail$(OFILE)\
75: $(MTOBJODIR)$(DIRSEP)newuser$(OFILE)\
76: $(MTOBJODIR)$(DIRSEP)nopen$(OFILE)\
77: $(MTOBJODIR)$(DIRSEP)pack_qwk$(OFILE)\
78: $(MTOBJODIR)$(DIRSEP)pack_rep$(OFILE)\
79: $(MTOBJODIR)$(DIRSEP)postmsg$(OFILE)\
80: $(MTOBJODIR)$(DIRSEP)prntfile$(OFILE)\
81: $(MTOBJODIR)$(DIRSEP)putmsg$(OFILE)\
82: $(MTOBJODIR)$(DIRSEP)putnode$(OFILE)\
83: $(MTOBJODIR)$(DIRSEP)qwk$(OFILE)\
84: $(MTOBJODIR)$(DIRSEP)qwktomsg$(OFILE)\
85: $(MTOBJODIR)$(DIRSEP)readmail$(OFILE)\
86: $(MTOBJODIR)$(DIRSEP)readmsgs$(OFILE)\
1.1.1.2 ! root 87: $(MTOBJODIR)$(DIRSEP)readtext$(OFILE)\
1.1 root 88: $(MTOBJODIR)$(DIRSEP)ringbuf$(OFILE)\
89: $(MTOBJODIR)$(DIRSEP)scandirs$(OFILE)\
90: $(MTOBJODIR)$(DIRSEP)scansubs$(OFILE)\
91: $(MTOBJODIR)$(DIRSEP)scfglib1$(OFILE)\
92: $(MTOBJODIR)$(DIRSEP)scfglib2$(OFILE)\
93: $(MTOBJODIR)$(DIRSEP)scfgsave$(OFILE)\
94: $(MTOBJODIR)$(DIRSEP)sockopts$(OFILE)\
95: $(MTOBJODIR)$(DIRSEP)sortdir$(OFILE)\
96: $(MTOBJODIR)$(DIRSEP)str$(OFILE)\
97: $(MTOBJODIR)$(DIRSEP)str_util$(OFILE)\
98: $(MTOBJODIR)$(DIRSEP)telgate$(OFILE)\
99: $(MTOBJODIR)$(DIRSEP)telnet$(OFILE)\
1.1.1.2 ! root 100: $(MTOBJODIR)$(DIRSEP)text_defaults$(OFILE)\
1.1 root 101: $(MTOBJODIR)$(DIRSEP)text_sec$(OFILE)\
102: $(MTOBJODIR)$(DIRSEP)tmp_xfer$(OFILE)\
103: $(MTOBJODIR)$(DIRSEP)un_qwk$(OFILE)\
104: $(MTOBJODIR)$(DIRSEP)un_rep$(OFILE)\
105: $(MTOBJODIR)$(DIRSEP)upload$(OFILE)\
106: $(MTOBJODIR)$(DIRSEP)userdat$(OFILE)\
107: $(MTOBJODIR)$(DIRSEP)useredit$(OFILE)\
108: $(MTOBJODIR)$(DIRSEP)uucode$(OFILE)\
109: $(MTOBJODIR)$(DIRSEP)viewfile$(OFILE)\
1.1.1.2 ! root 110: $(MTOBJODIR)$(DIRSEP)wordwrap$(OFILE)\
1.1 root 111: $(MTOBJODIR)$(DIRSEP)writemsg$(OFILE)\
112: $(MTOBJODIR)$(DIRSEP)xtrn$(OFILE)\
113: $(MTOBJODIR)$(DIRSEP)xtrn_sec$(OFILE)\
114: $(MTOBJODIR)$(DIRSEP)yenc$(OFILE)\
115: $(MTOBJODIR)$(DIRSEP)ver$(OFILE)
116:
117: # Must add new additions to MONO_OBJS too!
118: CON_OBJS = $(MTOBJODIR)$(DIRSEP)sbbscon$(OFILE) \
119: $(MTOBJODIR)$(DIRSEP)sbbs_ini$(OFILE)
120:
121: # Must add new additions to MONO_OBJS too!
122: FTP_OBJS = $(MTOBJODIR)$(DIRSEP)ftpsrvr$(OFILE) \
123: $(MTOBJODIR)$(DIRSEP)nopen$(OFILE)
124:
125: # Must add new additions to MONO_OBJS too!
126: MAIL_OBJS = $(MTOBJODIR)$(DIRSEP)mailsrvr$(OFILE) \
127: $(MTOBJODIR)$(DIRSEP)mxlookup$(OFILE) \
128: $(MTOBJODIR)$(DIRSEP)mime$(OFILE) \
1.1.1.2 ! root 129: $(MTOBJODIR)$(DIRSEP)ars$(OFILE) \
1.1 root 130: $(MTOBJODIR)$(DIRSEP)base64$(OFILE)
131:
132: # Must add new additions to MONO_OBJS too!
133: WEB_OBJS = $(MTOBJODIR)$(DIRSEP)websrvr$(OFILE) \
134: $(MTOBJODIR)$(DIRSEP)base64$(OFILE) \
135: $(MTOBJODIR)$(DIRSEP)ars$(OFILE) \
136: $(MTOBJODIR)$(DIRSEP)ringbuf$(OFILE)
137:
138:
139: # Must add new additions to MONO_OBJS too!
140: SERVICE_OBJS = $(MTOBJODIR)$(DIRSEP)services$(OFILE) \
141: $(MTOBJODIR)$(DIRSEP)sbbs_ini$(OFILE)
142:
143: MONO_OBJS = \
144: $(MTOBJODIR)$(DIRSEP)ftpsrvr$(OFILE) \
145: $(MTOBJODIR)$(DIRSEP)mailsrvr$(OFILE) \
146: $(MTOBJODIR)$(DIRSEP)mime$(OFILE) \
147: $(MTOBJODIR)$(DIRSEP)mxlookup$(OFILE) \
148: $(MTOBJODIR)$(DIRSEP)sbbs_ini$(OFILE) \
149: $(MTOBJODIR)$(DIRSEP)sbbscon$(OFILE) \
150: $(MTOBJODIR)$(DIRSEP)services$(OFILE) \
151: $(MTOBJODIR)$(DIRSEP)websrvr$(OFILE)
152:
153: BAJA_OBJS = \
154: $(OBJODIR)$(DIRSEP)baja$(OFILE) \
155: $(OBJODIR)$(DIRSEP)ars$(OFILE)
156:
157: UNBAJA_OBJS = \
158: $(OBJODIR)$(DIRSEP)unbaja$(OFILE)
159:
160: NODE_OBJS = $(OBJODIR)$(DIRSEP)node$(OFILE)
161:
162: FIXSMB_OBJS = \
163: $(OBJODIR)$(DIRSEP)fixsmb$(OFILE) \
164: $(OBJODIR)$(DIRSEP)str_util$(OFILE)
165:
166: CHKSMB_OBJS = \
167: $(OBJODIR)$(DIRSEP)chksmb$(OFILE)
168:
169: SMBUTIL_OBJS = \
170: $(OBJODIR)$(DIRSEP)smbutil$(OFILE) \
171: $(OBJODIR)$(DIRSEP)str_util$(OFILE)
172:
173: SBBSECHO_OBJS = \
174: $(OBJODIR)$(DIRSEP)sbbsecho$(OFILE) \
175: $(OBJODIR)$(DIRSEP)ars$(OFILE) \
176: $(OBJODIR)$(DIRSEP)date_str$(OFILE) \
177: $(OBJODIR)$(DIRSEP)load_cfg$(OFILE) \
178: $(OBJODIR)$(DIRSEP)scfglib1$(OFILE) \
179: $(OBJODIR)$(DIRSEP)scfglib2$(OFILE) \
180: $(OBJODIR)$(DIRSEP)nopen$(OFILE) \
181: $(OBJODIR)$(DIRSEP)str_util$(OFILE) \
182: $(OBJODIR)$(DIRSEP)dat_rec$(OFILE) \
183: $(OBJODIR)$(DIRSEP)userdat$(OFILE) \
184: $(OBJODIR)$(DIRSEP)rechocfg$(OFILE) \
185: $(OBJODIR)$(DIRSEP)msg_id$(OFILE) \
186: $(SMB_OBJS)
187:
188: ECHOCFG_OBJS = \
189: $(MTOBJODIR)$(DIRSEP)echocfg$(OFILE) \
190: $(MTOBJODIR)$(DIRSEP)rechocfg$(OFILE) \
191: $(UIFC_OBJS) \
192: $(MTOBJODIR)$(DIRSEP)nopen$(OFILE) \
193: $(MTOBJODIR)$(DIRSEP)str_util$(OFILE)
194:
195: ADDFILES_OBJS = \
196: $(OBJODIR)$(DIRSEP)addfiles$(OFILE) \
197: $(OBJODIR)$(DIRSEP)ars$(OFILE) \
198: $(OBJODIR)$(DIRSEP)date_str$(OFILE) \
199: $(OBJODIR)$(DIRSEP)load_cfg$(OFILE) \
200: $(OBJODIR)$(DIRSEP)scfglib1$(OFILE) \
201: $(OBJODIR)$(DIRSEP)scfglib2$(OFILE) \
202: $(OBJODIR)$(DIRSEP)nopen$(OFILE) \
203: $(OBJODIR)$(DIRSEP)str_util$(OFILE) \
204: $(OBJODIR)$(DIRSEP)dat_rec$(OFILE) \
205: $(OBJODIR)$(DIRSEP)userdat$(OFILE) \
206: $(OBJODIR)$(DIRSEP)filedat$(OFILE)
207:
208: FILELIST_OBJS = \
209: $(OBJODIR)$(DIRSEP)filelist$(OFILE) \
210: $(OBJODIR)$(DIRSEP)ars$(OFILE) \
211: $(OBJODIR)$(DIRSEP)date_str$(OFILE) \
212: $(OBJODIR)$(DIRSEP)load_cfg$(OFILE) \
213: $(OBJODIR)$(DIRSEP)scfglib1$(OFILE) \
214: $(OBJODIR)$(DIRSEP)scfglib2$(OFILE) \
215: $(OBJODIR)$(DIRSEP)nopen$(OFILE) \
216: $(OBJODIR)$(DIRSEP)str_util$(OFILE) \
217: $(OBJODIR)$(DIRSEP)dat_rec$(OFILE) \
218: $(OBJODIR)$(DIRSEP)filedat$(OFILE)
219:
220: MAKEUSER_OBJS = \
221: $(OBJODIR)$(DIRSEP)makeuser$(OFILE) \
222: $(OBJODIR)$(DIRSEP)ars$(OFILE) \
223: $(OBJODIR)$(DIRSEP)date_str$(OFILE) \
224: $(OBJODIR)$(DIRSEP)load_cfg$(OFILE) \
225: $(OBJODIR)$(DIRSEP)scfglib1$(OFILE) \
226: $(OBJODIR)$(DIRSEP)scfglib2$(OFILE) \
227: $(OBJODIR)$(DIRSEP)nopen$(OFILE) \
228: $(OBJODIR)$(DIRSEP)str_util$(OFILE) \
229: $(OBJODIR)$(DIRSEP)dat_rec$(OFILE) \
230: $(OBJODIR)$(DIRSEP)userdat$(OFILE)
231:
232: JSEXEC_OBJS = \
233: $(MTOBJODIR)$(DIRSEP)jsexec$(OFILE) \
1.1.1.2 ! root 234: $(MTOBJODIR)$(DIRSEP)js_uifc$(OFILE) \
! 235: $(MTOBJODIR)$(DIRSEP)js_conio$(OFILE)
1.1 root 236:
237: SEXYZ_OBJS = \
238: $(MTOBJODIR)$(DIRSEP)sexyz$(OFILE) \
239: $(MTOBJODIR)$(DIRSEP)xmodem$(OFILE) \
240: $(MTOBJODIR)$(DIRSEP)zmodem$(OFILE) \
241: $(MTOBJODIR)$(DIRSEP)ringbuf$(OFILE) \
242: $(MTOBJODIR)$(DIRSEP)nopen$(OFILE) \
243: $(MTOBJODIR)$(DIRSEP)telnet$(OFILE)
244:
245: QWKNODES_OBJS = \
246: $(OBJODIR)$(DIRSEP)qwknodes$(OFILE)\
247: $(OBJODIR)$(DIRSEP)date_str$(OFILE)\
248: $(OBJODIR)$(DIRSEP)nopen$(OFILE) \
249: $(OBJODIR)$(DIRSEP)load_cfg$(OFILE)\
250: $(OBJODIR)$(DIRSEP)scfglib1$(OFILE) \
251: $(OBJODIR)$(DIRSEP)scfglib2$(OFILE) \
252: $(OBJODIR)$(DIRSEP)str_util$(OFILE) \
253: $(OBJODIR)$(DIRSEP)ars$(OFILE)
254:
255: SLOG_OBJS = \
256: $(OBJODIR)$(DIRSEP)slog$(OFILE) \
257: $(OBJODIR)$(DIRSEP)nopen$(OFILE)
258:
259: ALLUSERS_OBJS = \
260: $(OBJODIR)$(DIRSEP)allusers$(OFILE) \
261: $(OBJODIR)$(DIRSEP)str_util$(OFILE) \
262: $(OBJODIR)$(DIRSEP)ars$(OFILE)
263:
264: DELFILES_OBJS = \
265: $(OBJODIR)$(DIRSEP)delfiles$(OFILE) \
266: $(OBJODIR)$(DIRSEP)load_cfg$(OFILE)\
267: $(OBJODIR)$(DIRSEP)scfglib1$(OFILE) \
268: $(OBJODIR)$(DIRSEP)scfglib2$(OFILE) \
269: $(OBJODIR)$(DIRSEP)str_util$(OFILE) \
270: $(OBJODIR)$(DIRSEP)ars$(OFILE) \
271: $(OBJODIR)$(DIRSEP)nopen$(OFILE) \
272: $(OBJODIR)$(DIRSEP)filedat$(OFILE) \
273: $(OBJODIR)$(DIRSEP)dat_rec$(OFILE)
274:
275: DUPEFIND_OBJS = \
276: $(OBJODIR)$(DIRSEP)dupefind$(OFILE) \
277: $(OBJODIR)$(DIRSEP)load_cfg$(OFILE)\
278: $(OBJODIR)$(DIRSEP)scfglib1$(OFILE) \
279: $(OBJODIR)$(DIRSEP)scfglib2$(OFILE) \
280: $(OBJODIR)$(DIRSEP)str_util$(OFILE) \
281: $(OBJODIR)$(DIRSEP)ars$(OFILE) \
282: $(OBJODIR)$(DIRSEP)nopen$(OFILE)
283:
284: SMBACTIV_OBJS = \
285: $(OBJODIR)$(DIRSEP)smbactiv$(OFILE)\
286: $(OBJODIR)$(DIRSEP)load_cfg$(OFILE)\
287: $(OBJODIR)$(DIRSEP)scfglib1$(OFILE) \
288: $(OBJODIR)$(DIRSEP)scfglib2$(OFILE) \
289: $(OBJODIR)$(DIRSEP)str_util$(OFILE) \
290: $(OBJODIR)$(DIRSEP)ars$(OFILE) \
291: $(OBJODIR)$(DIRSEP)nopen$(OFILE)
1.1.1.2 ! root 292:
! 293: DSTSEDIT_OBJS = \
! 294: $(OBJODIR)$(DIRSEP)dstsedit$(OFILE)\
! 295: $(OBJODIR)$(DIRSEP)date_str$(OFILE) \
! 296: $(OBJODIR)$(DIRSEP)nopen$(OFILE)
! 297:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.