summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/targeting/common/common.mk')
-rw-r--r--src/usr/targeting/common/common.mk46
1 files changed, 22 insertions, 24 deletions
diff --git a/src/usr/targeting/common/common.mk b/src/usr/targeting/common/common.mk
index 520f0462d..625e5b9b2 100644
--- a/src/usr/targeting/common/common.mk
+++ b/src/usr/targeting/common/common.mk
@@ -29,34 +29,32 @@
#
################################################################################
-COMMON_TARGETING_SUBDIRS = predicates iterators
+COMMON_TARGETING_SUBDIRS += predicates
+COMMON_TARGETING_SUBDIRS += iterators
-PREDICATES_OBJS = \
- predicatebase.o \
- predicatepostfixexpr.o \
- predicatectm.o \
- predicateisfunctional.o \
- predicatehwas.o \
- predicatehwaschanged.o \
- predicateisnonfunctional.o
+PREDICATES_OBJS += predicatebase.o
+PREDICATES_OBJS += predicatepostfixexpr.o
+PREDICATES_OBJS += predicatectm.o
+PREDICATES_OBJS += predicateisfunctional.o
+PREDICATES_OBJS += predicatehwas.o
+PREDICATES_OBJS += predicatehwaschanged.o
+PREDICATES_OBJS += predicateisnonfunctional.o
-ITERATORS_OBJS = \
- targetiterator.o \
- rawtargetiterator.o \
- rangefilter.o
+ITERATORS_OBJS += targetiterator.o
+ITERATORS_OBJS += rawtargetiterator.o
+ITERATORS_OBJS += rangefilter.o
-TARGET_OBJS = \
- target.o \
- targetservice.o \
- entitypath.o
+TARGET_OBJS += target.o
+TARGET_OBJS += targetservice.o
+TARGET_OBJS += entitypath.o
-OTHER_OBJS = \
- util.o utilFilter.o attributeTank.o
+OTHER_OBJS += util.o
+OTHER_OBJS += utilFilter.o
+OTHER_OBJS += attributeTank.o
# Common
-COMMON_TARGETING_OBJS = \
- ${TARGET_OBJS} \
- ${PREDICATES_OBJS} \
- ${ITERATORS_OBJS} \
- ${OTHER_OBJS}
+COMMON_TARGETING_OBJS += ${TARGET_OBJS}
+COMMON_TARGETING_OBJS += ${PREDICATES_OBJS}
+COMMON_TARGETING_OBJS += ${ITERATORS_OBJS}
+COMMON_TARGETING_OBJS += ${OTHER_OBJS}
OpenPOWER on IntegriCloud