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