1*33b1fccfSAndroid Build Coastguard Worker# SPDX-License-Identifier: GPL-2.0+ 2*33b1fccfSAndroid Build Coastguard Worker# Makefile.am 3*33b1fccfSAndroid Build Coastguard Worker 4*33b1fccfSAndroid Build Coastguard WorkerAUTOMAKE_OPTIONS = foreign 5*33b1fccfSAndroid Build Coastguard Workerbin_PROGRAMS = dump.erofs 6*33b1fccfSAndroid Build Coastguard WorkerAM_CPPFLAGS = ${libuuid_CFLAGS} 7*33b1fccfSAndroid Build Coastguard Workerdump_erofs_SOURCES = main.c 8*33b1fccfSAndroid Build Coastguard Workerdump_erofs_CFLAGS = -Wall -I$(top_srcdir)/include 9*33b1fccfSAndroid Build Coastguard Workerdump_erofs_LDADD = $(top_builddir)/lib/liberofs.la ${libselinux_LIBS} \ 10*33b1fccfSAndroid Build Coastguard Worker ${liblz4_LIBS} ${liblzma_LIBS} ${zlib_LIBS} ${libdeflate_LIBS} \ 11*33b1fccfSAndroid Build Coastguard Worker ${libzstd_LIBS} ${libqpl_LIBS} 12