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