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