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