From mboxrd@z Thu Jan 1 00:00:00 1970 From: "ylyuan" To: "ecos-discuss" Subject: [ECOS] about the location of package's header file Date: Fri, 12 Jan 2001 00:54:00 -0000 Message-id: <003801c07563$1e7a7d90$8664a8c0@yyl2000> X-SW-Source: 2001-01/msg00204.html Hi,from the document I know that includ_dir specify the desired location of a package's exported header files in the install tree. So from the cdl hal_i386_pc.cdl, cdl_package CYGPKG_HAL_I386_PC { display "i386 PC target" parent CYGPKG_HAL_I386 define_header hal_i386_pc.h include_dir cyg/hal description " The i386 PC Target HAL package provides the support needed to run eCos binaries on an i386 PC." ..... }, I think the hal_i386_pc.h should locate in the include/cyg/hal,but in fact it in include/pkgconf.Why? Thanks a lot!