#
# Makefile : Builds wxWindows utils for Unix.
#

UTILS_SUBDIRS=tex2rtf hhp2cached makegen HelpGen dialoged

all:
	@for d in $(UTILS_SUBDIRS); do (cd $$d && $(MAKE)); done

clean:
	@for d in $(UTILS_SUBDIRS); do (cd $$d && $(MAKE) clean); done