From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7321 invoked by alias); 20 Sep 2003 06:23:20 -0000 Mailing-List: contact ecos-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@sources.redhat.com Received: (qmail 7313 invoked from network); 20 Sep 2003 06:23:17 -0000 Received: from unknown (HELO web8001.mail.in.yahoo.com) (203.199.70.95) by sources.redhat.com with SMTP; 20 Sep 2003 06:23:17 -0000 Message-ID: <20030920062316.31048.qmail@web8001.mail.in.yahoo.com> Received: from [165.213.1.1] by web8001.mail.in.yahoo.com via HTTP; Fri, 19 Sep 2003 23:23:16 PDT Date: Sat, 20 Sep 2003 06:23:00 -0000 From: rakesh To: ecos-mailing-list MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [ECOS] how to control header file inclusion ? X-SW-Source: 2003-09/txt/msg00348.txt.bz2 I have added a new package(as cdl_package) to ecos repository. Inside the package source, I have three directories; cdl, include and src. Direcory src have source files for three modules(as cdl_component), which will be compiled if corrosponding module in enabled in configtool. Directory include have header files for all modules. But regardless of any module enabled or disabled, it's header files will be present in ecos_install/include direcoty(my build directory). In cdl script, I can control source file compilation depending upon if module is enabled. But how to control include files? I tried to put include_dir option in cdl_component but that complains. Documentation also says that include_dir and include_files can be put into cdl_package only. I don't want to see lot of unnecessary header files in ecos_install/include directory. Can I specify any header file directory path in cdl? Regards Rakesh __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com -- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss