blob: 8214b9b97e1242bc2e365e4c4e873b7f4e70fead [file] [log] [blame]
# makefile for dummy DeviceAtlas library
#
# To enable the DeviceAtlas module support, the following are needed
# make TARGET=<target> DEVICEATLAS_SRC=./contrib/deviceatlas USE_PCRE=1 USE_DEVICEATLAS=1
build: libda.a
libda.a: dac.o
ar rv $@ $<
clean:
rm -rf *.a *.o