#
# transforms to set facet.devel on files useful to developers only...

# header files
<transform dir file link hardlink path=ec.*/include(/.+){0,1} -> \
    default facet.devel true>

# archive libraries 
<transform file path=.*lib/.+\.a$ -> default facet.devel true>

# lint libraries
<transform file link hardlink path=.*/lib/llib-.* -> default facet.devel true>

# pkg-config data
<transform dir file link hardlink path=.*/pkgconfig(/.+\.pc){0,1}$ -> \
    default facet.devel true>

# autoconf macros
<transform dir file link hardlink path=.*/aclocal(/.*\.m4){0,1}$ -> \
    default facet.devel true>
