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