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