]>
Commit | Line | Data |
---|---|---|
1 | # | |
2 | # Makefile : Builds wxWindows utils for Unix. | |
3 | # | |
4 | ||
5 | UTILS_SUBDIRS=tex2rtf hhp2cached makegen HelpGen dialoged helpview configtool | |
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 |