# $Id: Makefile,v 1.1.1.1 1995/05/01 15:48:44 zeller Exp $
# NORA VSLLib Makefile

# Copyright (C) 1993 Technische Universitaet Braunschweig, Germany.
# Written by Andreas Zeller (zeller@ips.cs.tu-bs.de).
# 
# This file is part of the NORA Library.
# 
# The NORA Library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
# License as published by the Free Software Foundation; either
# version 2 of the License, or (at your option) any later version.
# 
# The NORA Library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU Library General Public License for more details.
# 
# You should have received a copy of the GNU Library General Public
# License along with the NORA Library -- see the file COPYING.LIB.
# If not, write to the Free Software Foundation, Inc.,
# 675 Mass Ave, Cambridge, MA 02139, USA.
# 
# NORA is an experimental inference-based software development
# environment. Contact nora@ips.cs.tu-bs.de for details.

# $Log: Makefile,v $
# Revision 1.1.1.1  1995/05/01  15:48:44  zeller
# DDD 0.9 distribution
#
# Revision 1.11  1993/10/22  12:10:12  zeller
# Fix: symbols.vsl nachgereicht
#
# Revision 1.10  1993/08/13  14:51:05  zeller
# Fix: \ am Ende von Makros geloescht
#
# Revision 1.9  1993/07/30  08:46:10  zeller
# Neu: Default-Regel fuer $(LIB)
#
# Revision 1.8  1993/05/22  20:21:20  zeller
# %Q% added by apply-q-flag.sh 1.5
#
# Revision 1.7  1993/04/22  11:09:03  zeller
# Lizenz verbessert
# 
# Revision 1.6  1993/04/20  22:35:35  zeller
# Fix: einzelnen TAB entfernt
# 
# Revision 1.5  1993/04/16  11:50:50  zeller
# Neu: GNU Library General Public License eingefuegt
# 
# Revision 1.4  1993/03/25  09:09:20  zeller
# OTHERS entfernt
# 
# Revision 1.3  1992/12/09  14:44:32  zeller
# Neu: Unterscheidung zwischen
# PROGRAMS - offizielle NORA-Programme
# DEMOS - Testprogramme
# 
# Revision 1.2  1992/12/08  17:41:48  zeller
# Neufassung mit eigenen Unterverzeichnissen
# fuer Architektur und Variante
# 
# Revision 1.1  1992/12/08  14:10:13  zeller
# Initial revision
# 

# usage: see '../Makeleaf'


### Local settings

# Local library
LIB=libVSL.a

# Library objects
LIB_OBJS=

# Program objects (containing "main")
MAIN_OBJS=

# Programs
PROGRAMS=

# Demos
DEMOS=

# Required libraries
LIBS=

# Libs to install
VSLLIBS=\
	arcs.vsl 	\
	builtin.vsl 	\
	ctree.vsl 	\
	flow.vsl 	\
	flowplus.vsl	\
	fonts.vsl 	\
	linebreak.vsl 	\
	list.vsl 	\
	slopes.vsl 	\
	std.vsl 	\
	struct.vsl 	\
	symbols.vsl 	\
	tab.vsl 	\
	tree.vsl 	\
	verbose.vsl 	\
	vsl.vsl 	\
	vsldef.vsl 	\
	vsllib.vsl

### Default targets

include ../Makeleaf


# dummy rule
$(LIB):
        @:
