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