lib/Makefile

changeset 20
f7f9463cdefd
parent 16
f4cbe008da72
child 31
89dd2b691701
equal deleted inserted replaced
19:eaa03048c269 20:f7f9463cdefd
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 5 SRCS = xutil.c rdconfig.c lcd-pcf8574.c rc-switch.c
6 OBJS = xutil.o rdconfig.o lcd-pcf8574.o 6 OBJS = xutil.o rdconfig.o lcd-pcf8574.o rc-switch.o
7 HDRS = mbselib.h 7 HDRS = mbselib.h
8 TARGET = libmbse.a 8 TARGET = libmbse.a
9 9
10 ############################################################################# 10 #############################################################################
11 11
45 # DO NOT DELETE THIS LINE - MAKE DEPEND RELIES ON IT 45 # DO NOT DELETE THIS LINE - MAKE DEPEND RELIES ON IT
46 # Dependencies generated by make depend 46 # Dependencies generated by make depend
47 xutil.o: ../config.h mbselib.h 47 xutil.o: ../config.h mbselib.h
48 rdconfig.o: ../config.h mbselib.h 48 rdconfig.o: ../config.h mbselib.h
49 lcd-pcf8574.o: ../config.h mbselib.h 49 lcd-pcf8574.o: ../config.h mbselib.h
50 rc-switch.o: ../config.h mbselib.h
50 # End of generated dependencies 51 # End of generated dependencies

mercurial