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