#
# Makefile for lcrash include directory
# 
# Created by Silicon Graphics, Inc.
#
# Copyright (C) 1999, 2004 Silicon Graphics, Inc. All rights reserved.
# 
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. See the file COPYING for more
# information.

#
DEPTH 	= ..
-include $(DEPTH)/../.config

INCDIR  = $(ROOT)/usr/include/lkcd
HFILES  = lc_command.h lc_config.h lc_dis-asm.h lc_eval.h lcrash.h

all clean mrproper: default

clobber: clean

default exports: 

headers: 
	mkdir -p $(INCDIR)
	install -m 644 $(HFILES) $(INCDIR)

install: headers

include $(DEPTH)/../Rules.make
