From 4e28cd7414d2c2350404e11fc571263ef39595c1 Mon Sep 17 00:00:00 2001 From: hades Date: Fri, 25 Aug 2000 16:00:39 +0000 Subject: [PATCH] *** empty log message *** --- allParam/Makefile | 2 +- allParam/ca/Makefile | 5 ++--- allParam/file/Makefile | 1 + allParam/ora/Makefile | 3 +-- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/allParam/Makefile b/allParam/Makefile index c9bc52c..31b9f63 100644 --- a/allParam/Makefile +++ b/allParam/Makefile @@ -5,7 +5,7 @@ LIBDIR = $(HOME)/lib/$(SYSTYPE) INCDIR = $(HOME)/include ARFLAGS = -rc -PARAMLIBES = caParam fileParam tclParam oraParam psqlParam ncaParam ntclParam +PARAMLIBES = fileParam ncaParam ntclParam oraParam psqlParam CXXPARAMOBJS = file/file ora/ora tcl/tcl tcl/struct param/enh VPATH = ca:file:ora:psql:tcl:nca:ntcl diff --git a/allParam/ca/Makefile b/allParam/ca/Makefile index 876e015..286484c 100644 --- a/allParam/ca/Makefile +++ b/allParam/ca/Makefile @@ -1,6 +1,5 @@ -EPICS_BASE = $(HOME)/hades/epics/base -CFLAGS = -g -I$(HOME)/include \ - -I$(EPICS_BASE)/include -I$(EPICS_BASE)/include/os/$(HOST_ARCH) +EPICS_BASE = $(EPICS_HOME)/base +CFLAGS = -g -I$(EPICS_BASE)/include -I$(EPICS_BASE)/include/os/$(HOST_ARCH) libncaParam.a : param.o $(AR) $(ARFLAGS) $@ $< diff --git a/allParam/file/Makefile b/allParam/file/Makefile index bcf7a05..6a607ed 100644 --- a/allParam/file/Makefile +++ b/allParam/file/Makefile @@ -1,4 +1,5 @@ CXXFLAGS = -g -I../param +CFLAGS = -g libfileParam.a : param.o $(AR) $(ARFLAGS) $@ $< diff --git a/allParam/ora/Makefile b/allParam/ora/Makefile index e39af88..18c3f03 100644 --- a/allParam/ora/Makefile +++ b/allParam/ora/Makefile @@ -1,7 +1,6 @@ -CFLAGS = -g -I../param -I$(ORACLE_HOME)/precomp/public/ CXXFLAGS = -g -I../param -I$(ORACLE_HOME)/precomp/public/ +CFLAGS = -g -I$(ORACLE_HOME)/precomp/public/ -ORACLE_HOME = /usr/local/oracle/product/8.0.5 ORA_USER = hades/hades@db-hades.gsi.de PROC = $(ORACLE_HOME)/bin/proc -- 2.43.0