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