Files
aqhomecontrol/apps/aqhome-nodes/0BUILD
2024-10-01 22:04:42 +02:00

96 lines
1.5 KiB
Plaintext

<?xml?>
<gwbuild>
<target type="Program" name="aqhome-nodes" install="$(sbindir)" >
<includes type="c" >
$(gwenhywfar_cflags)
-I$(topsrcdir)
-I$(topbuilddir)
-I$(topsrcdir)/apps
-I$(topbuilddir)/apps
</includes>
<includes type="tm2" >
--include=$(builddir)
--include=$(srcdir)
</includes>
<setVar name="local/cflags">$(visibility_cflags)</setVar>
<setVar name="tm2flags" >
</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="true" >
aqhomed.h
aqhomed_p.h
init.h
fini.h
loop.h
loop_broker.h
loop_tty.h
loop_tty_ipc.h
loop_tty_broker.h
loop_ipc.h
db.h
tty_log.h
devicesread.h
devicesdump.h
r_setdata.h
</headers>
<sources>
$(local/typefiles)
main.c
aqhomed.c
init.c
fini.c
loop.c
loop_broker.c
loop_tty.c
loop_tty_ipc.c
loop_tty_broker.c
loop_ipc.c
db.c
tty_log.c
devicesread.c
devicesdump.c
r_setdata.c
</sources>
<useTargets>
aqhnodes_types
aqhome
</useTargets>
<libraries>
$(gwenhywfar_libs)
</libraries>
<subdirs>
types
</subdirs>
<extradist>
</extradist>
</target>
</gwbuild>