diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-01 17:16:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-01 17:16:49 +0200 |
commit | 7b7a7b9a2a557535837c8d4b0b2af3e44b14594d (patch) | |
tree | a7644cffa9a8c902b404c81673b90b8b86bf402d /common/inheritance/polymorphism/makefile | |
parent | e76ab3a1ac2487e0dcb16ecdfe0c6e53c3f1e86c (diff) |
Handle inverse member in base class of polymorphic hierarchy
Diffstat (limited to 'common/inheritance/polymorphism/makefile')
-rw-r--r-- | common/inheritance/polymorphism/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/inheritance/polymorphism/makefile b/common/inheritance/polymorphism/makefile index f2131f4..d250541 100644 --- a/common/inheritance/polymorphism/makefile +++ b/common/inheritance/polymorphism/makefile @@ -6,7 +6,8 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make cxx_tun := driver.cxx odb_hdr := test1.hxx test2.hxx test3.hxx test4.hxx test5.hxx test6.hxx \ -test7.hxx test8.hxx test9.hxx test10.hxx test11.hxx test12.hxx test13.hxx +test7.hxx test8.hxx test9.hxx test10.hxx test11.hxx test12.hxx test13.hxx \ +test14.hxx cxx_obj := $(addprefix $(out_base)/,$(cxx_tun:.cxx=.o) $(odb_hdr:.hxx=-odb.o)) cxx_od := $(cxx_obj:.o=.o.d) |