summaryrefslogtreecommitdiff
path: root/ACE/contrib/utility/Example/Introspection/InheritanceTree/Makefile
blob: 9b839c2111fc66859aaf66df3c163af9dbd8fc42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# file      : Example/Introspection/InheritanceTree/Makefile
# author    : Boris Kolpackov <boris@kolpackov.net>
# 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 := Hierarchy.cpp inheritance_tree.cpp

module_base           := inheritance_tree

CXX_PREPROCESS_FLAGS  += -I $(root)

CXX_LINK_LIBS         += -L$(root)/Utility/Introspection -lIntrospection

$(call include, $(root)/BuildRules/Executable.post.rules)
# $Id$