#
# Copyright (c) Matsushita Electric Industrial Co.,Ltd. 1994
#
# $Id: Makefile.sun3.jdvi2kps,v 1.3 1994/03/24 13:49:21 kakiuchi Exp $
#

          SUBDIRS = fonts dvi jdvi2kps
#      CDEBUGFLAGS = -g -DDEBUG
      CDEBUGFLAGS = -O
              OPT = 'CDEBUGFLAGS=$(CDEBUGFLAGS)' -f Makefile

all clean:
	@case '${MFLAGS}' in *[ik]*) set +e;; esac; \
	for i in $(SUBDIRS) ;\
	do \
		(cd $$i; echo "making" all "in ./$$i..."; \
		 $(MAKE) $(MFLAGS) $(OPT) $@); \
	done
