1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00
elinks/src/cookies/meson.build
Witold Filipczyk 5f87bdbcb2 [meson] meson build scripts.
Not finished yet, but I added to motivate myself and others.
The goal is to get a few seconds faster builds.

autotools still will be available.
2020-09-05 22:06:01 +02:00

24 lines
440 B
Meson

srcs += files('cookies.c', 'dialogs.c', 'path.c', 'parser.c')
#PROG = parsetst
#
#TEST_PROGS = \
# cookies-t$(EXEEXT)
#TESTDEPS = path.o
#PARSETSTDEPS = \
# $(top_builddir)/src/util/error.o \
# $(top_builddir)/src/util/string.o
#ifdef CONFIG_DEBUG
#PARSETSTDEPS += $(top_builddir)/src/util/memdebug.o
#endif
#parsetst: $(PARSETSTDEPS) parser.o parsetst.o
# $(call cmd,link)
#
#CLEAN += parsetst.o
#
#include $(top_srcdir)/Makefile.lib