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