1
0
Files
2016-11-30 09:03:17 +08: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)