thermferm/Makefile

changeset 652
16d3d4b58b5b
parent 635
bf2c0f31147b
child 654
e981d0185485
--- a/thermferm/Makefile	Wed Mar 27 15:49:31 2024 +0100
+++ b/thermferm/Makefile	Wed Mar 27 17:19:46 2024 +0100
@@ -55,19 +55,20 @@
 
 # DO NOT DELETE THIS LINE - MAKE DEPEND RELIES ON IT
 # Dependencies generated by make depend
-mqtt.o: thermferm.h rdconfig.h devices.h xutil.h mqtt.h
-rc-switch.o: thermferm.h xutil.h rc-switch.h
-slcd.o: thermferm.h slcd.h futil.h xutil.h
-panel.o: thermferm.h lcd-pcf8574.h slcd.h panel.h
-devices.o: thermferm.h devices.h rc-switch.h panel.h xutil.h
+mqtt.o: thermferm.h rdconfig.h devices.h xutil.h delay.h mqtt.h
+thermferm.o: lock.h rdconfig.h devices.h server.h thermferm.h delay.h simulator.h lcd-pcf8574.h lcd-buffer.h slcd.h panel.h futil.h xutil.h pid.h mqtt.h
+panel.o: thermferm.h delay.h lcd-pcf8574.h slcd.h panel.h
+devices.o: thermferm.h delay.h devices.h rc-switch.h panel.h xutil.h
 lcd-buffer.o: thermferm.h lcd-buffer.h lcd-pcf8574.h slcd.h panel.h
-futil.o: thermferm.h futil.h
-thermferm.o: lock.h rdconfig.h devices.h server.h thermferm.h simulator.h lcd-pcf8574.h lcd-buffer.h slcd.h panel.h futil.h xutil.h pid.h mqtt.h
-lock.o: lock.h thermferm.h
 lcd-pcf8574.o: thermferm.h lcd-pcf8574.h slcd.h
 pid.o: thermferm.h pid.h
+rc-switch.o: thermferm.h xutil.h delay.h rc-switch.h
+lock.o: lock.h thermferm.h
+futil.o: thermferm.h futil.h
+delay.o: delay.h thermferm.h
 xutil.o: thermferm.h xutil.h
-server.o: rdconfig.h thermferm.h devices.h server.h lcd-buffer.h xutil.h mqtt.h
-simulator.o: thermferm.h simulator.h
+server.o: rdconfig.h thermferm.h delay.h devices.h server.h lcd-buffer.h xutil.h mqtt.h
+simulator.o: thermferm.h delay.h simulator.h
 rdconfig.o: rdconfig.h thermferm.h pid.h futil.h xutil.h
+slcd.o: thermferm.h slcd.h futil.h xutil.h
 # End of generated dependencies

mercurial