|
|
1.1 ! root 1: # libobjs.mk ! 2: ! 3: # Make 'include file' listing object files for xpdev "wrappers" ! 4: ! 5: # $Id: objects.mk,v 1.14 2006/03/14 09:29:42 rswindell Exp $ ! 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) \ ! 23: $(OBJODIR)$(DIRSEP)xpbeep$(OFILE) \ ! 24: $(OBJODIR)$(DIRSEP)xpprintf$(OFILE) ! 25: ! 26: ! 27: MTOBJS = \ ! 28: $(MTOBJODIR)$(DIRSEP)conwrap$(OFILE) \ ! 29: $(MTOBJODIR)$(DIRSEP)dat_file$(OFILE) \ ! 30: $(MTOBJODIR)$(DIRSEP)datewrap$(OFILE) \ ! 31: $(MTOBJODIR)$(DIRSEP)dirwrap$(OFILE) \ ! 32: $(MTOBJODIR)$(DIRSEP)filewrap$(OFILE) \ ! 33: $(MTOBJODIR)$(DIRSEP)genwrap$(OFILE) \ ! 34: $(MTOBJODIR)$(DIRSEP)ini_file$(OFILE) \ ! 35: $(MTOBJODIR)$(DIRSEP)link_list$(OFILE) \ ! 36: $(MTOBJODIR)$(DIRSEP)msg_queue$(OFILE) \ ! 37: $(MTOBJODIR)$(DIRSEP)semwrap$(OFILE) \ ! 38: $(MTOBJODIR)$(DIRSEP)netwrap$(OFILE) \ ! 39: $(MTOBJODIR)$(DIRSEP)sockwrap$(OFILE) \ ! 40: $(MTOBJODIR)$(DIRSEP)semfile$(OFILE) \ ! 41: $(MTOBJODIR)$(DIRSEP)str_list$(OFILE) \ ! 42: $(MTOBJODIR)$(DIRSEP)strwrap$(OFILE) \ ! 43: $(MTOBJODIR)$(DIRSEP)threadwrap$(OFILE) \ ! 44: $(MTOBJODIR)$(DIRSEP)xpbeep$(OFILE) \ ! 45: $(MTOBJODIR)$(DIRSEP)xpprintf$(OFILE) ! 46: ! 47: TESTOBJS = \ ! 48: $(MTOBJODIR)$(DIRSEP)wraptest$(OFILE) ! 49:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.