coolers/Makefile

changeset 39
442357970a34
parent 27
4703cc10b99a
equal deleted inserted replaced
38:19422d958768 39:442357970a34
1 # Makefile for the mbsePi-apps/coolers. 1 # Makefile for the mbsePi-apps/coolers.
2 2
3 include ../Makefile.global 3 include ../Makefile.global
4 4
5 SRCS = coolers.c mosquitto.c sensors.c 5 SRCS = $(wildcard *.c)
6 HDRS = coolers.h mosquitto.h sensors.h 6 HDRS = $(wildcard *.h)
7 OBJS = coolers.o mosquitto.o sensors.o 7 OBJS = $(SRCS:.c=.o)
8 SLIBS = -lpthread ../lib/libmbse.a 8 SLIBS = -lpthread ../lib/libmbse.a
9 TARGET = coolers 9 TARGET = coolers
10 OTHER = Makefile 10 OTHER = Makefile
11 11
12 ############################################################################# 12 #############################################################################
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 coolers.o: ../lib/mbselib.h coolers.h mosquitto.h sensors.h 57 coolers.o: ../lib/mbselib.h coolers.h mosquitto.h sensors.h
58 sensors.o: ../lib/mbselib.h sensors.h
58 mosquitto.o: ../lib/mbselib.h mosquitto.h 59 mosquitto.o: ../lib/mbselib.h mosquitto.h
59 sensors.o: ../lib/mbselib.h sensors.h
60 # End of generated dependencies 60 # End of generated dependencies

mercurial