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