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