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