add DeletableSingleton policy and examples from Curtis Krauskopf's CUJ article 'Creating Dynamic Singletons & the Loki Library' - www.decompile.com
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@307 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
6c7cedb361
commit
a61d7f7127
8 changed files with 354 additions and 8 deletions
|
@ -8,6 +8,7 @@ SUBTARGETS = \
|
|||
sub-OrderedStatic \
|
||||
sub-RegressionTest \
|
||||
sub-SafeFormat \
|
||||
sub-Singleton \
|
||||
sub-SmallObj
|
||||
|
||||
all: $(SUBTARGETS)
|
||||
|
@ -32,6 +33,12 @@ sub-SafeFormat: FORCE
|
|||
$(MAKE) -f $(MAKEFILE)
|
||||
@cd ..
|
||||
|
||||
sub-Singleton: FORCE
|
||||
cd Singleton && \
|
||||
$(MAKE) -f $(MAKEFILE)-DeletableSingleton && \
|
||||
$(MAKE) -f $(MAKEFILE)-Phoenix
|
||||
@cd ..
|
||||
|
||||
sub-SmallObj: FORCE
|
||||
cd SmallObj && \
|
||||
$(MAKE) -f $(MAKEFILE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue