# file : Test/ReferenceCounting/SmartPtr/Makefile # author : Boris Kolpackov # copyright : Copyright (c) 2002-2003 Boris Kolpackov # license : http://kolpackov.net/license.html root := ../../.. include $(root)/BuildRules/Bootstrap.rules $(call include, $(root)/BuildRules/Executable.pre.rules) cxx_translation_units := smart_ptr.cpp module_base := smart_ptr module_prefix := module_suffix := CXX_PREPROCESS_FLAGS += -I $(root) $(call include, $(root)/BuildRules/Executable.post.rules) # $Id$