|
|
3.12a Javascript
# targets.mk # Make 'include file' defining targets for xpdel wrappers # $Id: targets.mk,v 1.1.1.1 2018/04/24 16:41:22 root Exp $ # ODIR, DIRSEP, LIBFILE, EXEFILE, and DELETE must be pre-defined WRAPTEST = $(EXEODIR)$(DIRSEP)wraptest$(EXEFILE) XPDEV_LIB_BUILD = $(LIBODIR)$(DIRSEP)$(LIBPREFIX)xpdev$(LIBFILE) XPDEV-MT_LIB_BUILD = $(LIBODIR)$(DIRSEP)$(LIBPREFIX)xpdev_mt$(LIBFILE) all: lib mtlib lib: $(OBJODIR) $(LIBODIR) $(XPDEV_LIB_BUILD) mtlib: $(MTOBJODIR) $(LIBODIR) $(XPDEV-MT_LIB_BUILD)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.