2005-10-19 22:00:35 -04:00
|
|
|
top_builddir=../../..
|
|
|
|
include $(top_builddir)/Makefile.config
|
2005-09-16 07:36:47 -04:00
|
|
|
|
2022-05-21 12:17:04 -04:00
|
|
|
OBJS-$(CONFIG_DGI) += dgi.o
|
2005-09-28 06:38:17 -04:00
|
|
|
OBJS-$(CONFIG_MAILCAP) += mailcap.o
|
|
|
|
OBJS-$(CONFIG_MIMETYPES) += mimetypes.o
|
2005-09-16 07:36:47 -04:00
|
|
|
|
2005-09-28 06:38:17 -04:00
|
|
|
OBJS = common.o default.o
|
2005-09-16 07:36:47 -04:00
|
|
|
|
2022-06-03 09:09:12 -04:00
|
|
|
#TEST_PROGS = \
|
|
|
|
# mailcap-cache$(EXEEXT)
|
2006-01-06 16:18:11 -05:00
|
|
|
|
|
|
|
# The dependencies are a bit funny here! I don't know why. Just remember to
|
|
|
|
# make clean before making the test. --jonas
|
2010-07-25 14:32:37 -04:00
|
|
|
mailcap-cache.o: $(top_srcdir)/src/mime/backend/mailcap.c
|
2006-01-06 16:18:11 -05:00
|
|
|
$(call cmd,compile,-DTEST_MAILCAP)
|
|
|
|
|
|
|
|
TESTDEPS = \
|
|
|
|
common.o \
|
2007-05-26 08:04:29 -04:00
|
|
|
$(top_builddir)/src/osdep/osdep.o
|
2006-01-06 16:18:11 -05:00
|
|
|
|
2006-01-21 02:32:17 -05:00
|
|
|
TESTDEPS-$(CONFIG_NLS) += $(top_builddir)/src/intl/gettext/lib.o
|
2006-01-06 16:18:11 -05:00
|
|
|
|
2005-10-19 19:11:47 -04:00
|
|
|
include $(top_srcdir)/Makefile.lib
|