#!smake
#
# Makefile for sial scripts library
#
# Copyright 2004 Silicon Graphics, Inc. All rights reserved.
#
DEPTH = ../../..
-include $(DEPTH)/.config

all clean clobber headers: default

default exports:

install: 
	mkdir -p $(ROOT)/usr/share/sial/lcrash
	cp *.sial $(ROOT)/usr/share/sial/lcrash

include $(DEPTH)/Rules.make
