Files
aqhomecontrol/apps/aqhome-cgi/modules/0BUILD
2025-09-15 19:15:51 +02:00

88 lines
1.4 KiB
Plaintext

<?xml?>
<gwbuild>
<target type="ConvenienceLibrary" name="aqhcgi_modules" >
<includes type="c" >
$(gwenhywfar_cflags)
-I$(topsrcdir)
-I$(topbuilddir)
-I$(topsrcdir)/apps
-I$(topbuilddir)/apps
-I$(builddir)
-I$(srcdir)
</includes>
<includes type="tm2" >
--include=$(builddir)
--include=$(srcdir)
</includes>
<define name="not_BUILDING_AQHOME" />
<setVar name="local/cflags">$(visibility_cflags)</setVar>
<setVar name="tm2flags-INACTIVE" >
--api=AQHOME_API
</setVar>
<setVar name="local/typefiles" >
</setVar>
<setVar name="local/built_sources" >
</setVar>
<setVar name="local/built_headers_pub">
</setVar>
<setVar name="local/built_headers_priv" >
</setVar>
<headers dist="false" install="$(pkgincludedir)/service" >
$(local/built_headers_pub)
</headers>
<headers dist="true" install="$(pkgincludedir)/service" >
mdataclient.h
mdevices.h
mroot.h
</headers>
<headers dist="true" >
mroot_p.h
</headers>
<sources>
$(local/typefiles)
mdataclient.c
mdevices.c
mroot.c
</sources>
<extradist>
</extradist>
<useTargets>
aqhcgi_modcom
</useTargets>
<subdirs>
common
static
</subdirs>
</target>
</gwbuild>