thermferm/Makefile

changeset 51
a03b6dac5398
parent 47
e2c1f2373be0
child 58
e8e7b46b705b
equal deleted inserted replaced
50:8b5e8f1e172d 51:a03b6dac5398
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)
7 OBJS = $(SRCS:.c=.o) 7 OBJS = $(SRCS:.c=.o)
8 SLIBS = -lpthread ../lib/libmbse.a 8 SLIBS = -lpthread
9 TARGET = thermferm 9 TARGET = thermferm
10 OTHER = Makefile 10 OTHER = Makefile
11 11
12 ############################################################################# 12 #############################################################################
13 13
52 done; \ 52 done; \
53 ${ECHO} '# End of generated dependencies' >>Makefile 53 ${ECHO} '# End of generated dependencies' >>Makefile
54 54
55 # DO NOT DELETE THIS LINE - MAKE DEPEND RELIES ON IT 55 # DO NOT DELETE THIS LINE - MAKE DEPEND RELIES ON IT
56 # Dependencies generated by make depend 56 # Dependencies generated by make depend
57 thermferm.o: ../lib/mbselib.h thermferm.h sensors.h server.h 57 thermferm.o: thermferm.h
58 sensors.o: ../lib/mbselib.h sensors.h 58 sensors.o: thermferm.h
59 mosquitto.o: ../lib/mbselib.h mosquitto.h 59 server.o: thermferm.h
60 server.o: ../lib/mbselib.h server.h thermferm.h 60 xutil.o: thermferm.h
61 lcd-pcf8574.o: thermferm.h
62 rdconfig.o: thermferm.h
63 lock.o: thermferm.h
64 logger.o: thermferm.h
65 rc-switch.o: thermferm.h
61 # End of generated dependencies 66 # End of generated dependencies

mercurial