source: trunk/gsdl/Makefile@ 95

Last change on this file since 95 was 95, checked in by rjmcnab, 25 years ago

Initial revision.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 319 bytes
Line 
1SUBDIRS = lib src/library
2COLDIRS = src/library
3
4all install clean depend:
5 for subdir in $(SUBDIRS); do \
6 echo making $@ in $$subdir; \
7 (cd $$subdir && $(MAKE) $@) || exit 1; \
8 done; \
9 for coldir in collect/*/$(COLDIRS); do \
10 echo making $@ in $$coldir; \
11 (cd $$coldir && $(MAKE) $@) || exit 1; \
12 done
13
Note: See TracBrowser for help on using the repository browser.