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