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