## =========================================================================== ## Copyright (c) 1998-2000 K.U.Leuven ## ## This software is provided AS IS, without any express or implied ## warranty. In no event will the authors or the K.U.Leuven be held ## liable for any damages or loss of profit arising from the use or ## non-fitness for a particular purpose of this software. ## ## See file README in the home directory for details about ## copyrights and licensing. ## =========================================================================== ## NAME: Makefile ## TYPE: makefile ## PROJECT: libvrml - Memory management routines ## CONTENT: Makefile.am for libpools.a ## =========================================================================== ## AUTHORS: jp Jan Prikryl ## =========================================================================== ## HISTORY: ## ## 29-Jan-00 15:33:54 jp last modification ## 28-Jan-00 18:19:39 jp no dependency tracking ## 04-Sep-99 23:29:17 jp created ## =========================================================================== ## ## Process this file with automake to produce Makefile.in ## AUTOMAKE_OPTIONS = no-dependencies noinst_LTLIBRARIES = libpools.la libpools_la_LDFLAGS = -static libpools_la_SOURCES = \ error.c \ pools.c DEPSOURCES = $(libpools_la_SOURCES) noinst_HEADERS = \ pools.h \ private.h EXTRA_DIST = \ .cghead \ Makefile.save include $(top_srcdir)/make.rules ## =========================================================================== ## End of Makefile.am ## ===========================================================================