This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Makefile generation -ecosconfig tool.


The various makefiles are generated in the build tree,
if i use the ecosconfig tool. I have the following
questions about the makefile generation.

1. Where can find the details, how these these
makefiles are generated using the ecosconfig command
line tool??? in build tree generation.

For example i want to understand how the following
lines of the makefile is generated (i.e. OBJECTS :=
$((OBJECTS:.c=.o.d).

"LIBRARY := libextras.a
COMPILE := src/src_xxxx.c
OBJECTS := $(COMPILE:.cxx=.o.d)
OBJECTS := $(OBJECTS:.c=.o.d)
OBJECTS := $(OBJECTS:.S=.o.d)
"

2. Suppose i want to specify the
"OBJECTS := $(COMPILE:.cla=.o.d)
OBJECTS := $(COMPILE:.b=.o.d)"

in the makefile then (i.e the files with different
extensions) , in which CDL file i have to make
changes???.

Thanks & regards,
Radhakrishnan R






__________________________________________________
Yahoo! Plus - For a better Internet experience
http://uk.promotions.yahoo.com/yplus/yoffer.html

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]