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