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