Annotation of qemu/roms/SLOF/lib/Makefile, revision 1.1.1.2

1.1       root        1: # *****************************************************************************
                      2: # * Copyright (c) 2004, 2008 IBM Corporation
                      3: # * All rights reserved.
                      4: # * This program and the accompanying materials
                      5: # * are made available under the terms of the BSD License
                      6: # * which accompanies this distribution, and is available at
                      7: # * http://www.opensource.org/licenses/bsd-license.php
                      8: # *
                      9: # * Contributors:
                     10: # *     IBM Corporation - initial implementation
                     11: # ****************************************************************************/
                     12: 
1.1.1.2 ! root       13: SUBDIRS = libc libipmi libbootmsg libbases libnvram libelf libhvcall libvirtio
1.1       root       14: 
                     15: all:  subdirs
                     16: 
                     17: .PHONY : subdirs $(SUBDIRS) clean distclean
                     18: 
                     19: 
                     20: subdirs: $(SUBDIRS)
                     21: 
                     22: $(SUBDIRS):
                     23:        $(MAKE) -C $@ $(MAKEARG)
                     24: 
                     25: # Rules for making clean:
                     26: clean:
                     27:        @for dir in $(SUBDIRS); do \
                     28:                $(MAKE) -C $$dir clean || exit 1; \
                     29:        done
                     30: 
                     31: distclean:
                     32:        @for dir in $(SUBDIRS); do \
                     33:                $(MAKE) -C $$dir distclean || exit 1; \
                     34:        done

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.