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