19f07849eSopenharmony_ci# Makefile for popt library.
29f07849eSopenharmony_ci
39f07849eSopenharmony_ciEXTRA_DIST = testit.sh \
49f07849eSopenharmony_ci             test-poptrc \
59f07849eSopenharmony_ci             test3-data/01.answer \
69f07849eSopenharmony_ci             test3-data/01.input \
79f07849eSopenharmony_ci             test3-data/02.answer \
89f07849eSopenharmony_ci             test3-data/02.input \
99f07849eSopenharmony_ci             test3-data/03.answer \
109f07849eSopenharmony_ci             test3-data/03.input
119f07849eSopenharmony_ci
129f07849eSopenharmony_ciAM_CPPFLAGS = -I. -I$(top_srcdir)/src
139f07849eSopenharmony_ci
149f07849eSopenharmony_cinoinst_PROGRAMS = test1 test2 tdict test3
159f07849eSopenharmony_citest1_SOURCES = test1.c
169f07849eSopenharmony_citest1_LDFLAGS = 
179f07849eSopenharmony_citest1_LDADD = $(top_builddir)/src/libpopt.la
189f07849eSopenharmony_citest2_SOURCES = test2.c
199f07849eSopenharmony_citest2_LDFLAGS = 
209f07849eSopenharmony_citest2_LDADD = $(top_builddir)/src/libpopt.la
219f07849eSopenharmony_citest3_SOURCES = test3.c
229f07849eSopenharmony_citest3_LDFLAGS = 
239f07849eSopenharmony_citest3_LDADD = $(top_builddir)/src/libpopt.la
249f07849eSopenharmony_citdict_SOURCES = tdict.c
259f07849eSopenharmony_citdict_LDFLAGS = 
269f07849eSopenharmony_citdict_LDADD = $(top_builddir)/src/libpopt.la
279f07849eSopenharmony_ci
289f07849eSopenharmony_cinoinst_SCRIPTS = testit.sh
299f07849eSopenharmony_ci
309f07849eSopenharmony_ciTESTS_ENVIRONMENT = \
319f07849eSopenharmony_citest1="test1"
329f07849eSopenharmony_ci
339f07849eSopenharmony_ciTESTS = testit.sh
349f07849eSopenharmony_ci
359f07849eSopenharmony_cidistclean-local:
369f07849eSopenharmony_ci	rm -rf .ccache
379f07849eSopenharmony_ci
38