root/trunk/lib/Makefile

Revision 380, 277 bytes (checked in by goodea, 2 years ago)

underscore

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 SUBDIRS=cc3-ilp jpeg-6b lua51 zlib libpng-12
2
3 # Build rules
4 all:
5         @list='$(SUBDIRS)'; set -e;  for subdir in $$list; do \
6           $(MAKE) -C $$subdir; \
7         done
8
9 clean:
10         @list='$(SUBDIRS)'; set -e;  for subdir in $$list; do \
11           $(MAKE) -C $$subdir clean; \
12         done
13
14
15 .PHONY: all clean
Note: See TracBrowser for help on using the browser.