thermferm/Makefile

changeset 51
a03b6dac5398
parent 47
e2c1f2373be0
child 58
e8e7b46b705b
--- a/thermferm/Makefile	Sun May 25 16:39:54 2014 +0200
+++ b/thermferm/Makefile	Sun May 25 22:06:56 2014 +0200
@@ -5,7 +5,7 @@
 SRCS		= $(wildcard *.c)
 HDRS		= $(wildcard *.h)
 OBJS		= $(SRCS:.c=.o)
-SLIBS		= -lpthread ../lib/libmbse.a
+SLIBS		= -lpthread
 TARGET		= thermferm
 OTHER		= Makefile
 
@@ -54,8 +54,13 @@
 
 # DO NOT DELETE THIS LINE - MAKE DEPEND RELIES ON IT
 # Dependencies generated by make depend
-thermferm.o: ../lib/mbselib.h thermferm.h sensors.h server.h
-sensors.o: ../lib/mbselib.h sensors.h
-mosquitto.o: ../lib/mbselib.h mosquitto.h
-server.o: ../lib/mbselib.h server.h thermferm.h
+thermferm.o: thermferm.h
+sensors.o: thermferm.h
+server.o: thermferm.h
+xutil.o: thermferm.h
+lcd-pcf8574.o: thermferm.h
+rdconfig.o: thermferm.h
+lock.o: thermferm.h
+logger.o: thermferm.h
+rc-switch.o: thermferm.h
 # End of generated dependencies

mercurial