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