blob: 8214b9b97e1242bc2e365e4c4e873b7f4e70fead [file] [log] [blame]
David Carlier0470d702019-04-26 12:02:28 +00001# makefile for dummy DeviceAtlas library
2#
3# To enable the DeviceAtlas module support, the following are needed
4# make TARGET=<target> DEVICEATLAS_SRC=./contrib/deviceatlas USE_PCRE=1 USE_DEVICEATLAS=1
5
6build: libda.a
7
8libda.a: dac.o
9 ar rv $@ $<
10
11clean:
12 rm -rf *.a *.o