1c72fcc34Sopenharmony_ciSUBDIRS = nhlt 2c72fcc34Sopenharmony_ci 3c72fcc34Sopenharmony_cibin_PROGRAMS = \ 4c72fcc34Sopenharmony_ci alsatplg 5c72fcc34Sopenharmony_ci 6c72fcc34Sopenharmony_ciif USE_RST2MAN 7c72fcc34Sopenharmony_ciman_MANS = alsatplg.1 8c72fcc34Sopenharmony_ciendif 9c72fcc34Sopenharmony_ci 10c72fcc34Sopenharmony_ci%.1: %.rst 11c72fcc34Sopenharmony_ci rst2man $< > $@ 12c72fcc34Sopenharmony_ci 13c72fcc34Sopenharmony_cialsatplg_SOURCES = topology.c pre-processor.c pre-process-class.c pre-process-object.c \ 14c72fcc34Sopenharmony_ci pre-process-dapm.c pre-process-dai.c 15c72fcc34Sopenharmony_ci 16c72fcc34Sopenharmony_cinoinst_HEADERS = topology.h pre-processor.h pre-process-external.h 17c72fcc34Sopenharmony_ci 18c72fcc34Sopenharmony_ciAM_CPPFLAGS = \ 19c72fcc34Sopenharmony_ci -Wall -I$(top_srcdir)/include -DALSA_TOPOLOGY_PLUGIN_DIR=\"@ALSA_TOPOLOGY_PLUGIN_DIR@\" 20c72fcc34Sopenharmony_ci 21c72fcc34Sopenharmony_cialsatplg_LDADD = $(ALSA_TOPOLOGY_LIBS) 22c72fcc34Sopenharmony_ci 23c72fcc34Sopenharmony_ciEXTRA_DIST = alsatplg.rst 24c72fcc34Sopenharmony_ci 25c72fcc34Sopenharmony_ciCLEANFILES = alsatplg.1 26