Revert "Fix to the new internal copiousoutput handling"
[elinks.git] / src / cookies / Makefile
blob6a57adf229b88ecba91da4b9dbde1d4dd696cd6a
1 top_builddir=../..
2 include $(top_builddir)/Makefile.config
4 OBJS = cookies.o dialogs.o parser.o
5 PROG = parsetst
7 PARSETSTDEPS = \
8 $(top_builddir)/src/util/error.o \
9 $(top_builddir)/src/util/string.o
11 ifdef CONFIG_DEBUG
12 PARSETSTDEPS += $(top_builddir)/src/util/memdebug.o
13 endif
15 parsetst: $(PARSETSTDEPS) parser.o parsetst.o
16 $(call cmd,link)
18 CLEAN += parsetst.o
20 include $(top_srcdir)/Makefile.lib