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