Files
wxWidgets/utils/Makefile.in
Ron Lee 39fc1a6a05 makefile changes for utils_dist
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-15 14:58:04 +00:00

13 lines
246 B
Makefile

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