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