Files
aqhomecontrol/aqhome/events/0BUILD
2023-10-13 00:48:47 +02:00

88 lines
1.4 KiB
Plaintext

<?xml?>
<gwbuild>
<target type="ConvenienceLibrary" name="aqhevents" >
<includes type="c" >
$(gwenhywfar_cflags)
$(aqdatabase_cflags)
-I$(topsrcdir)
-I$(topbuilddir)
</includes>
<includes type="tm2" >
--include=$(builddir)
--include=$(srcdir)
--include=$(aqdatabase_AQDATABASE_TYPEMAKERDIR)/c
</includes>
<define name="BUILDING_AQHOME" />
<setVar name="local/cflags">$(visibility_cflags)</setVar>
<setVar name="tm2flags" >
--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)/data" >
$(local/built_headers_pub)
</headers>
<headers dist="true" install="$(pkgincludedir)/data" >
eventsubscription.h
eventtimer.h
eventhandler.h
</headers>
<headers dist="true" >
eventsubscription_p.h
eventtimer_p.h
eventhandler_p.h
</headers>
<sources>
$(local/typefiles)
eventsubscription.c
eventtimer.c
eventhandler.c
</sources>
<extradist>
</extradist>
<useTargets>
</useTargets>
<subdirs>
</subdirs>
</target>
</gwbuild>