# # 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.2 # # Where the standard documents reside (commonly for all versions) # (MS Word format) HL7STDIR= /usr/share/doc/HL7 # # The extension of the standard document files # HL7STEXT=.doc # # the common root name of all chapter files # HL7CHP=hl7chp # # the common root name of all appendix files # HL7APP=hl7app # # whether you want to build code for CareVue HL7 CAREVUE = 1 # # whether you want to build UKBF extensions UKBF = 1 # # compiler options to use # COPT = -g -Wall #CSHARED = -fPIC #SHLD = ld -Bshareable INCLUDE += # # linker options to use # LDOPT = # -static LNCLUDE += # # 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 # # Where your prolog executable resides # PL_LIBS = -lreadline -ltermcap PL_CMD = my-pl # # Where the relink library is found # PL_RUNTIME = /usr/local/lib/pl-2.1.0/runtime/pl.o # # Whether your pl can do dynamic foreign predicate loading # PL_DYNAMIC_FOREIGN = # -DDYNAMIC_FOREIGN