wxWidgets/utils/Makefile.in

13 lines
246 B
Makefile
Raw Normal View History

#
# 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