# # Copyright (c) 1995, 1996 Gunther Schadow. 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. # # This program 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 General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Site dependent configuration options # # # Which protocol you want to build (currently only ``hl7'') # PROTOCOL= hl7 # # Which version of the protocol (``v2.1'' or ``v2.2'') # VERSION = v2.1 # # Where the standard documents reside (commonly for all versions) # (MS Word format) HL7STDIR= $(HOME)/HL7 # # The extension of the standard document files # HL7STEXT=.txt # # the common root name of all chapter files # HL7CHP=kap # # the common root name of all appendix files # HL7APP=anh_ # # compiler options to use # COPT = -g -Wall -DHL7V21 #CSHARED = -fPIC INCLUDE += -I/usr/local/include # # linker options to use # LDOPT = LNCLUDE += -L/usr/local/lib # # Install variables # PREFIX = /usr/local PGBASE = $(PREFIX)/protogen PGINCLUDE = $(PGBASE)/include PGLIB = $(PGBASE)/lib PGCODE = $(PGBASE)/codes PGBIN = $(PGBASE)/bin PGETC = $(PGBASE)/etc PGDOC = $(PGBASE)/doc PGVAR = $(PGBASE)/var PGLOG = $(PGVAR)/log PGSPOOL= $(PGVAR)/spool # # Your particular SWI prolog installation is described here # # The name of your prolog program resides # PL_NAME = pl # # Where the relink library is found # PL_RUNTIME = /usr/local/lib/pl/runtime/hppa1.1-hpux9.05/pl.o # # Whether your pl can do dynamic foreign predicate loading # #PL_DYNAMIC_FOREIGN = 1 # # Libraries to include when pl is relinked # PL_LIBS = -lreadline -ltermcap