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