# Input files
ROOTASMDIRS := $(foreach d,$(APPL_ROOT),$d/billing/linux/src) # asm source files
ROOTCDIRS := $(foreach d,$(APPL_ROOT),$d/billing/linux/src) # C source files
ROOTCXXDIRS := $(foreach d,$(APPL_ROOT),$d/billing/linux/src) # C++ source files
ROOTINCDIRS := $(foreach d,$(APPL_ROOT),$d/billing/include) # include files
ROOTMACDIRS := $(foreach d,$(APPL_ROOT),$d/billing/macro) # macro files
ROOTCPYDIRS := $(foreach d,$(APPL_ROOT),$d/billing/linux/src) # copy files
# Output files
ROOTBINDIRS := $(foreach d,$(APPL_ROOT),$d/billing/linux/bin) # linux executables
ROOTLSTDIRS := $(foreach d,$(APPL_ROOT),$d/billing/linux/lst) # listings
ROOTOBJDIRS := $(foreach d,$(APPL_ROOT),$d/billing/linux/obj) # object files