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