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