source: sources/examples/Makefile.in @ 1406:6b099cf4ab8d

Revision 1406:6b099cf4ab8d, 270 bytes checked in by niam, 3 years ago (diff)

changed directory layout

Line 
1EXAMPLES=@EXAMPLES@
2
3.PHONY:$(EXAMPLES)
4
5all: $(EXAMPLES)
6$(EXAMPLES):
7        @echo "-- Building test for $@"; $(MAKE) -s -C $@; if test $$? != 0; then echo "-- Building test for $@ failed" >&2; exit $$?; fi
8
9clean:
10        @for i in $(EXAMPLES); do $(MAKE) -s -C $$i clean; done;
11
Note: See TracBrowser for help on using the repository browser.