Makefile revision 538b08707ab7d34fac5b8c2753d3bf9ac12c2ebf
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# This file is part of systemd.
a180a41bba1d50822df23fff0099e90b86638b89vboxsync#
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# Copyright 2010 Lennart Poettering
a180a41bba1d50822df23fff0099e90b86638b89vboxsync#
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# systemd is free software; you can redistribute it and/or modify it
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# under the terms of the GNU Lesser General Public License as published by
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# the Free Software Foundation; either version 2.1 of the License, or
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# (at your option) any later version.
a180a41bba1d50822df23fff0099e90b86638b89vboxsync#
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# systemd is distributed in the hope that it will be useful, but
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# WITHOUT ANY WARRANTY; without even the implied warranty of
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# Lesser General Public License for more details.
a180a41bba1d50822df23fff0099e90b86638b89vboxsync#
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# You should have received a copy of the GNU Lesser General Public License
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# along with systemd; If not, see <http://www.gnu.org/licenses/>.
a180a41bba1d50822df23fff0099e90b86638b89vboxsync
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# This file is a dirty trick to simplify compilation from within
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# emacs. This file is not intended to be distributed. So, don't touch
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# it, even better ignore it!
a180a41bba1d50822df23fff0099e90b86638b89vboxsync
a180a41bba1d50822df23fff0099e90b86638b89vboxsyncall:
a180a41bba1d50822df23fff0099e90b86638b89vboxsync $(MAKE) -C ..
a180a41bba1d50822df23fff0099e90b86638b89vboxsync
a180a41bba1d50822df23fff0099e90b86638b89vboxsyncclean:
a180a41bba1d50822df23fff0099e90b86638b89vboxsync $(MAKE) -C .. clean
a180a41bba1d50822df23fff0099e90b86638b89vboxsync
a180a41bba1d50822df23fff0099e90b86638b89vboxsync.PHONY: all clean
a180a41bba1d50822df23fff0099e90b86638b89vboxsync