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