blob: 8bba8401cafc84515686bd5baabef8bbdcb824b1 [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
Willy Tarreauf8d9ec52021-04-02 16:19:39 +02004# make TARGET=<target> DEVICEATLAS_SRC=addons/deviceatlas/dummy USE_PCRE=1 USE_DEVICEATLAS=1
David Carlier0470d702019-04-26 12:02:28 +00005
6build: libda.a
7
8libda.a: dac.o
9 ar rv $@ $<
10
11clean:
12 rm -rf *.a *.o