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