lib/Makefile

changeset 38
19422d958768
parent 34
38e3e3a49320
child 39
442357970a34
equal deleted inserted replaced
37:2e9b7c1be9a6 38:19422d958768
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 = $(wildcard *.c)
6 logger.c lock.c 6 OBJS = $(SRCS:.c=.o)
7 OBJS = xutil.o rdconfig.o lcd-pcf8574.o rc-switch.o dht11.o \
8 logger.o lock.o
9 HDRS = mbselib.h 7 HDRS = mbselib.h
10 TARGET = libmbse.a 8 TARGET = libmbse.a
11 9
12 ############################################################################# 10 #############################################################################
13 11

mercurial