|
|
1.1 root 1: # libobjs.mk
2:
3: # Make 'include file' listing object files for xpdev "wrappers"
4:
1.1.1.2 ! root 5: # $Id: objects.mk,v 1.16 2008/09/28 02:00:08 deuce Exp $
1.1 root 6:
7: # OBJODIR, SLASH, and OFILE must be pre-defined
8:
9: OBJS = \
10: $(OBJODIR)$(DIRSEP)conwrap$(OFILE) \
11: $(OBJODIR)$(DIRSEP)dat_file$(OFILE) \
12: $(OBJODIR)$(DIRSEP)datewrap$(OFILE) \
13: $(OBJODIR)$(DIRSEP)dirwrap$(OFILE) \
14: $(OBJODIR)$(DIRSEP)filewrap$(OFILE) \
15: $(OBJODIR)$(DIRSEP)genwrap$(OFILE) \
16: $(OBJODIR)$(DIRSEP)ini_file$(OFILE) \
17: $(OBJODIR)$(DIRSEP)link_list$(OFILE) \
18: $(OBJODIR)$(DIRSEP)netwrap$(OFILE) \
19: $(OBJODIR)$(DIRSEP)sockwrap$(OFILE) \
20: $(OBJODIR)$(DIRSEP)semfile$(OFILE) \
21: $(OBJODIR)$(DIRSEP)str_list$(OFILE) \
22: $(OBJODIR)$(DIRSEP)strwrap$(OFILE) \
1.1.1.2 ! root 23: $(OBJODIR)$(DIRSEP)xp_dl$(OFILE) \
1.1 root 24: $(OBJODIR)$(DIRSEP)xpbeep$(OFILE) \
1.1.1.2 ! root 25: $(OBJODIR)$(DIRSEP)xpdatetime$(OFILE) \
1.1 root 26: $(OBJODIR)$(DIRSEP)xpprintf$(OFILE)
27:
28:
29: MTOBJS = \
30: $(MTOBJODIR)$(DIRSEP)conwrap$(OFILE) \
31: $(MTOBJODIR)$(DIRSEP)dat_file$(OFILE) \
32: $(MTOBJODIR)$(DIRSEP)datewrap$(OFILE) \
33: $(MTOBJODIR)$(DIRSEP)dirwrap$(OFILE) \
34: $(MTOBJODIR)$(DIRSEP)filewrap$(OFILE) \
35: $(MTOBJODIR)$(DIRSEP)genwrap$(OFILE) \
36: $(MTOBJODIR)$(DIRSEP)ini_file$(OFILE) \
37: $(MTOBJODIR)$(DIRSEP)link_list$(OFILE) \
38: $(MTOBJODIR)$(DIRSEP)msg_queue$(OFILE) \
39: $(MTOBJODIR)$(DIRSEP)semwrap$(OFILE) \
40: $(MTOBJODIR)$(DIRSEP)netwrap$(OFILE) \
41: $(MTOBJODIR)$(DIRSEP)sockwrap$(OFILE) \
42: $(MTOBJODIR)$(DIRSEP)semfile$(OFILE) \
43: $(MTOBJODIR)$(DIRSEP)str_list$(OFILE) \
44: $(MTOBJODIR)$(DIRSEP)strwrap$(OFILE) \
45: $(MTOBJODIR)$(DIRSEP)threadwrap$(OFILE) \
1.1.1.2 ! root 46: $(MTOBJODIR)$(DIRSEP)xp_dl$(OFILE) \
1.1 root 47: $(MTOBJODIR)$(DIRSEP)xpbeep$(OFILE) \
1.1.1.2 ! root 48: $(MTOBJODIR)$(DIRSEP)xpdatetime$(OFILE) \
1.1 root 49: $(MTOBJODIR)$(DIRSEP)xpprintf$(OFILE)
50:
51: TESTOBJS = \
52: $(MTOBJODIR)$(DIRSEP)wraptest$(OFILE)
53:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.