]> git.saurik.com Git - wxWidgets.git/blob - utils/Makefile.in
Support for new native OS/2 tree control.
[wxWidgets.git] / utils / Makefile.in
1 #
2 # Makefile : Builds wxWindows utils for Unix.
3 #
4
5 UTILS_SUBDIRS=tex2rtf hhp2cached makegen HelpGen dialoged helpview
6
7 all:
8 @for d in $(UTILS_SUBDIRS); do (cd $$d && $(MAKE)); done
9
10 clean:
11 @for d in $(UTILS_SUBDIRS); do (cd $$d && $(MAKE) clean); done
12