SCM Repository
Diff of /branches/vis12/src/lib/build/Makefile.in
Parent Directory
|
Revision Log
|
Patch
revision 1861, Sat Apr 21 15:30:26 2012 UTC | revision 2456, Tue Oct 8 18:21:44 2013 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | # Makefile | # Makefile |
2 | # | # |
3 | # COPYRIGHT (c) 2011 The Diderot Project (http://diderot-language.cs.uchicago.edu) | # COPYRIGHT (c) 2013 The Diderot Project (http://diderot-language.cs.uchicago.edu) |
4 | # All rights reserved. | # All rights reserved. |
5 | # | # |
6 | # The Makefile for building all versions of the Diderot runtime system | # The Makefile for building all versions of the Diderot runtime system |
# | Line 43 | Line 43 |
43 | ||
44 | install: | install: |
45 | $(INSTALL) -d $(INSTALL_LIBDIR) | $(INSTALL) -d $(INSTALL_LIBDIR) |
46 | for dir in $(SUBDIRS); do \ | for dir in $(wildcard rt-*); do \ |
47 | (cd $$dir && $(MAKE) install) || exit $$?; \ | (cd $$dir && $(MAKE) install) || exit $$?; \ |
48 | done | done |
49 |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |