lib/Makefile

changeset 34
38e3e3a49320
parent 32
3bac8fd4173d
child 38
19422d958768
equal deleted inserted replaced
33:2357e8636a60 34:38e3e3a49320
1 # Makefile for the library files. 1 # Makefile for the library files.
2 2
3 include ../Makefile.global 3 include ../Makefile.global
4 4
5 SRCS = xutil.c rdconfig.c lcd-pcf8574.c rc-switch.c dht11.c \ 5 SRCS = xutil.c rdconfig.c lcd-pcf8574.c rc-switch.c dht11.c \
6 logger.c 6 logger.c lock.c
7 OBJS = xutil.o rdconfig.o lcd-pcf8574.o rc-switch.o dht11.o \ 7 OBJS = xutil.o rdconfig.o lcd-pcf8574.o rc-switch.o dht11.o \
8 logger.o 8 logger.o lock.o
9 HDRS = mbselib.h 9 HDRS = mbselib.h
10 TARGET = libmbse.a 10 TARGET = libmbse.a
11 11
12 ############################################################################# 12 #############################################################################
13 13
50 rdconfig.o: ../config.h mbselib.h 50 rdconfig.o: ../config.h mbselib.h
51 lcd-pcf8574.o: ../config.h mbselib.h 51 lcd-pcf8574.o: ../config.h mbselib.h
52 rc-switch.o: ../config.h mbselib.h 52 rc-switch.o: ../config.h mbselib.h
53 dht11.o: ../config.h mbselib.h 53 dht11.o: ../config.h mbselib.h
54 logger.o: ../config.h mbselib.h 54 logger.o: ../config.h mbselib.h
55 lock.o: ../config.h mbselib.h
55 # End of generated dependencies 56 # End of generated dependencies

mercurial