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