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