Makefile revision 00aa179e3944286d6837fe8534de071033e02eab
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrews# This file is part of systemd.
5ae0e2c8b72fa44237edeb37d1945b1c3535ca39Automatic Updater#
5ae0e2c8b72fa44237edeb37d1945b1c3535ca39Automatic Updater# Copyright 2010 Lennart Poettering
e999539fb3e45b2617571e0e3ecd651992291701Mark Andrews#
e999539fb3e45b2617571e0e3ecd651992291701Mark Andrews# systemd is free software; you can redistribute it and/or modify it
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater# under the terms of the GNU Lesser General Public License as published by
555d01f4c02295e896a26c649d0ffc8808a0bbdcAutomatic Updater# the Free Software Foundation; either version 2.1 of the License, or
a3b428812703d22a605a9f882e71ed65f0ffdc65Mark Andrews# (at your option) any later version.
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater#
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# systemd is distributed in the hope that it will be useful, but
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrews# WITHOUT ANY WARRANTY; without even the implied warranty of
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# Lesser General Public License for more details.
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater#
56874aef380a64a2c183b7c282c3e7a361d67fa1Automatic Updater# You should have received a copy of the GNU Lesser General Public License
56874aef380a64a2c183b7c282c3e7a361d67fa1Automatic Updater# along with systemd; If not, see <http://www.gnu.org/licenses/>.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews
56874aef380a64a2c183b7c282c3e7a361d67fa1Automatic Updater# This file is a dirty trick to simplify compilation from within
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrews# emacs. This file is not intended to be distributed. So, don't touch
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# it, even better ignore it!
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews
04eba969cb9a54bbda2896db2067c07b2ac5ba16Automatic Updaterall:
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrews $(MAKE) -C ..
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrewsclean:
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews $(MAKE) -C .. clean
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson.PHONY: all clean
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews