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