bmsd/Makefile

changeset 567
6bf0afc33e70
parent 502
a8a6901b5a99
child 671
4b54d6f79d25
equal deleted inserted replaced
566:e526dc911bc1 567:6bf0afc33e70
1 # Makefile for the mbsePi-apps/thermferm. 1 # Makefile for the bmsd/bmsd.
2 2
3 include ../Makefile.global 3 include ../Makefile.global
4 4
5 SRCS = $(wildcard *.c) 5 SRCS = $(wildcard *.c)
6 HDRS = $(wildcard *.h) 6 HDRS = $(wildcard *.h)
53 done; \ 53 done; \
54 ${ECHO} '# End of generated dependencies' >>Makefile 54 ${ECHO} '# End of generated dependencies' >>Makefile
55 55
56 # DO NOT DELETE THIS LINE - MAKE DEPEND RELIES ON IT 56 # DO NOT DELETE THIS LINE - MAKE DEPEND RELIES ON IT
57 # Dependencies generated by make depend 57 # Dependencies generated by make depend
58 mqtt.o: bms.h xutil.h mqtt.h nodes.h fermenters.h co2meters.h 58 mqtt.o: bms.h xutil.h mqtt.h nodes.h fermenters.h co2meters.h ispindels.h
59 lock.o: lock.h bms.h futil.h 59 lock.o: lock.h bms.h futil.h
60 nodes.o: bms.h xutil.h nodes.h mysql.h 60 nodes.o: bms.h xutil.h nodes.h mysql.h
61 futil.o: bms.h futil.h 61 futil.o: bms.h futil.h
62 fermenters.o: bms.h xutil.h fermenters.h mysql.h 62 fermenters.o: bms.h xutil.h fermenters.h mysql.h
63 co2meters.o: bms.h xutil.h co2meters.h mysql.h
64 ispindels.o: bms.h xutil.h ispindels.h mysql.h nodes.h
63 bms.o: bms.h xutil.h futil.h rdconfig.h lock.h mqtt.h mysql.h nodes.h 65 bms.o: bms.h xutil.h futil.h rdconfig.h lock.h mqtt.h mysql.h nodes.h
64 xutil.o: bms.h xutil.h 66 xutil.o: bms.h xutil.h
65 rdconfig.o: bms.h xutil.h futil.h rdconfig.h 67 rdconfig.o: bms.h xutil.h futil.h rdconfig.h
66 mysql.o: bms.h xutil.h mysql.h nodes.h 68 mysql.o: bms.h xutil.h mysql.h nodes.h
67 # End of generated dependencies 69 # End of generated dependencies

mercurial