1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/EN7526G_3.18Kernel_SDK/apps/public/libjson-1.5/json-1.5/Makefile.am
2024-07-22 01:58:46 -03:00

18 lines
327 B
Makefile
Executable File

# not a GNU package. You can remove this line, if
# have all needed files, that a GNU package needs
AUTOMAKE_OPTIONS = gnu
SUBDIRS=\
src \
tests \
$(NULL)
pkgconfigdir=$(libdir)/pkgconfig
pkgconfig_DATA=mjson-@MILESTONE@.pc
mjson-@MILESTONE@.pc: mjson.pc Makefile
cmp -s $< $@ || cp $< $@
CLEANFILES=$(pkgconfig_DATA)