Makefile revision 1c4baffc1895809bae9ac36b670af90a4cb9cd7d
cac0964f155bdb6daba7ecf5628ed2fec3763275orlikowski# This file is part of systemd.
7238b345c345cb79d81cf01fedc311bff001444ctrawick#
05b7ad99e5d197b06c761fef0e06a44e353cbc54rbb# Copyright 2010 Lennart Poettering
d8ed1028025480c672d9dc7266b54ac853bbb999trawick#
d8ed1028025480c672d9dc7266b54ac853bbb999trawick# systemd is free software; you can redistribute it and/or modify it
32aad784d2b2f2c25c12b6a9738926aa7a6516c1minfrin# under the terms of the GNU Lesser General Public License as published by
32aad784d2b2f2c25c12b6a9738926aa7a6516c1minfrin# the Free Software Foundation; either version 2.1 of the License, or
1b92a71f5cbda8da4aa13af1034aab30b85bcd99minfrin# (at your option) any later version.
05b7ad99e5d197b06c761fef0e06a44e353cbc54rbb#
c8d61b81105661b9ba169482e418929fcf0cfec4trawick# systemd is distributed in the hope that it will be useful, but
87a87c1e1afc7eb004bc10594a9de98411866a20jerenkrantz# WITHOUT ANY WARRANTY; without even the implied warranty of
05b7ad99e5d197b06c761fef0e06a44e353cbc54rbb# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1ddf25b77b03f7f4fd7a7676b62755da90cd3e0crbb# Lesser General Public License for more details.
05b7ad99e5d197b06c761fef0e06a44e353cbc54rbb#
7aae0c3ef8e7f18f57e2712815c7b48358e5ff68rbb# You should have received a copy of the GNU Lesser General Public License
4b34d6a5b70303010612df6c87da3ee91ae86078rbb# along with systemd; If not, see <http://www.gnu.org/licenses/>.
4b34d6a5b70303010612df6c87da3ee91ae86078rbb
4b34d6a5b70303010612df6c87da3ee91ae86078rbb# This file is a dirty trick to simplify compilation from within
4b34d6a5b70303010612df6c87da3ee91ae86078rbb# emacs. This file is not intended to be distributed. So, don't touch
32aad784d2b2f2c25c12b6a9738926aa7a6516c1minfrin# it, even better ignore it!
1b92a71f5cbda8da4aa13af1034aab30b85bcd99minfrin
1b92a71f5cbda8da4aa13af1034aab30b85bcd99minfrinall:
1b92a71f5cbda8da4aa13af1034aab30b85bcd99minfrin $(MAKE) -C ..
1b92a71f5cbda8da4aa13af1034aab30b85bcd99minfrin
1b92a71f5cbda8da4aa13af1034aab30b85bcd99minfrinclean:
75f5c2db254c0167a0e396254460de09b775d203trawick $(MAKE) -C .. clean
d66260b801a953237f71d6a4b26d8fd9ea419e3brbb
4b34d6a5b70303010612df6c87da3ee91ae86078rbb.PHONY: all clean
4b34d6a5b70303010612df6c87da3ee91ae86078rbb