Moved config dir to base/config.
This commit is contained in:
@@ -1,18 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1994/09/07 19:25:39 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
USR_CFLAGS = -D_NO_PROTO
|
||||
USR_LDLIBS = -lAs -lCom -lDb -lCom -lm -s
|
||||
@@ -19,7 +19,7 @@ LIBOBJS = asLib.o
|
||||
LIBNAME = libAs.a
|
||||
PROD = ascheck
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
# Extra rule since asLib_lex.c is included in asLib.c
|
||||
# In my opinion, these objects should really be built
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
USR_CFLAGS = -DACCESS_SECURITY -D_NO_PROTO
|
||||
|
||||
@@ -7,7 +7,7 @@ SRCS.c = ../asDbLib.c ../asCa.c asLib.c
|
||||
LIBOBJS = asDbLib.o asCa.o asLib.o
|
||||
LIBNAME = asLibrary
|
||||
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
# Extra rule since asLib_lex.c is included in asLib.c
|
||||
# In my opinion, these objects should really be built
|
||||
|
||||
@@ -4,18 +4,10 @@
|
||||
# Base Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1995/07/27 14:22:44 winans
|
||||
# first release
|
||||
#
|
||||
# Revision 1.1 1994/09/07 19:26:22 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
INC += bdt.h
|
||||
|
||||
@@ -7,4 +7,4 @@ LIBOBJS += bdt.o
|
||||
|
||||
LIBNAME = libBdt.a
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
SRCS.c += ../bdt.c
|
||||
SRCS.c += ../bdtServ.c
|
||||
@@ -13,7 +13,7 @@ OBJS += bdtServPv.o
|
||||
|
||||
PROD = bdt
|
||||
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
$(PROD): $(OBJS)
|
||||
$(RM) $@
|
||||
|
||||
@@ -1,21 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1995/11/29 14:18:58 mrk
|
||||
# Changes for replacing default.dctsdr by all ascii files
|
||||
#
|
||||
# Revision 1.1 1994/09/07 19:25:39 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
INC += cvtTable.h
|
||||
|
||||
@@ -7,5 +7,5 @@ SRCS.c = ../makeBpt
|
||||
OBJS = makeBpt
|
||||
PROD = makeBpt
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
USR_CFLAGS = -ansi
|
||||
VX_WARN_YES = -Wall -pedantic
|
||||
@@ -20,5 +20,5 @@ LIBOBJS = \
|
||||
|
||||
LIBNAME = pbtLib
|
||||
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
|
||||
@@ -1,18 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1994/09/07 19:25:58 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
USR_LDLIBS = -lca -lCom -lm
|
||||
USR_LDFLAGS = -L.
|
||||
@@ -32,7 +32,7 @@ LIBNAME = libca.a
|
||||
PROD = caRepeater
|
||||
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
acctst: acctst.o $(LIBOBJS) $(DEPLIBS_BASE)/libCom.a
|
||||
$(LINK.c) -o $@ $< $(LIBOBJS) $(DEPLIBS_BASE)/libCom.a \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
SRCS.c = \
|
||||
../iocinf.c ../access.c ../test_event.c ../service.c \
|
||||
@@ -13,5 +13,5 @@ LIBOBJS = \
|
||||
|
||||
LIBNAME = caLib
|
||||
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
|
||||
@@ -1,27 +1,10 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.2 1996/06/25 21:47:56 jba
|
||||
# Makefile includes now from base/src/config, removed all soft links
|
||||
#
|
||||
# Revision 1.1.1.1 1996/06/20 00:28:05 jhill
|
||||
# ca server installation
|
||||
#
|
||||
# Revision 1.1 1994/09/07 19:26:34 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
DIRS = generic build example
|
||||
|
||||
include $(TOP)/src/config/RULES_DIRS
|
||||
include $(TOP)/config/RULES_DIRS
|
||||
|
||||
|
||||
|
||||
@@ -1,27 +1,10 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.2 1996/06/25 21:47:58 jba
|
||||
# Makefile includes now from base/src/config, removed all soft links
|
||||
#
|
||||
# Revision 1.1.1.1 1996/06/20 00:28:16 jhill
|
||||
# ca server installation
|
||||
#
|
||||
# Revision 1.1 1994/09/07 19:26:34 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
DIRS = singleThread
|
||||
|
||||
include $(TOP)/src/config/RULES_DIRS
|
||||
include $(TOP)/config/RULES_DIRS
|
||||
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ OSSRC = $(CAS)/os/posix
|
||||
VPATH = $(SRC) $(IOSRC) $(OSSRC)
|
||||
|
||||
include Target.include
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
USR_INCLUDES = -I$(CAS)/../ca -I$(OSSRC) -I$(IOSRC) -I$(CAS)/gdd
|
||||
USR_LDLIBS = -lcas -lm
|
||||
@@ -69,7 +69,7 @@ LIBOBJS += caServerIO.o
|
||||
|
||||
LIBNAME = libcas.a
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
obj: $(LIBOBJS)
|
||||
|
||||
|
||||
@@ -1,25 +1,8 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.2 1996/06/25 21:48:01 jba
|
||||
# Makefile includes now from base/src/config, removed all soft links
|
||||
#
|
||||
# Revision 1.1.1.1 1996/06/20 00:28:17 jhill
|
||||
# ca server installation
|
||||
#
|
||||
# Revision 1.1 1994/09/07 19:26:34 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP= ../../../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ IOSRC = $(CAS)/io/bsdSocket
|
||||
OSSRC = $(CAS)/os/posix
|
||||
VPATH = $(SRC) $(IOSRC) $(OSSRC)
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
USR_INCLUDES = -I$(SRC) -I$(CAS)/../ca -I$(OSSRC) -I$(IOSRC) -I$(CAS)/../gdd -I$(CAS)/../gdd/O.$(T_A)
|
||||
|
||||
@@ -82,7 +82,7 @@ LIBOBJS += sigPipeIgnore.o
|
||||
|
||||
LIBNAME = libcas.a
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
obj: $(LIBOBJS)
|
||||
|
||||
|
||||
@@ -1,21 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1.1.1 1996/06/20 00:28:18 jhill
|
||||
# ca server installation
|
||||
#
|
||||
# Revision 1.1 1994/09/07 19:26:34 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
CAS = ../../
|
||||
TOP = $(CAS)/../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
#CPLUSPLUS = G++
|
||||
|
||||
@@ -76,7 +76,7 @@ GLOMBOBJ += $(BUILDDIR)casDGIO.o
|
||||
GLOMBOBJ += $(BUILDDIR)casStreamIO.o
|
||||
GLOMBOBJ += $(BUILDDIR)sigPipeIgnore.o
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
excas: $(OBJS) $(DEPLIBS)
|
||||
$(LINK.cc) -o $@ $(OBJS) $(LDFLAGS) $(LDLIBS)
|
||||
|
||||
@@ -1,22 +1,8 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1.1.1 1996/06/20 00:28:05 jhill
|
||||
# ca server installation
|
||||
#
|
||||
# Revision 1.1 1994/09/07 19:26:34 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP = ../../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
|
||||
TOP = ../../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
INC += casdef.h
|
||||
INC += casInternal.h
|
||||
INC += casEventMask.h
|
||||
INC += gddAppFuncTable.h
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
|
||||
@@ -1,21 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1995/11/29 14:19:47 mrk
|
||||
# Changes for replacing default.dctsdr by all ascii files
|
||||
#
|
||||
# Revision 1.1 1994/09/07 19:25:39 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
USR_LDLIBS = -lCom
|
||||
USR_LDFLAGS = -L.
|
||||
@@ -29,7 +29,7 @@ MAN1 = sf2db.1
|
||||
|
||||
PROD = sf2db sdr2gblmenu sdr2driver sdr2device sdr2recordtype
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
sdr2gblmenu: sdr2gblmenu.o dbStaticLib.o
|
||||
$(LINK.c) -o $@ sdr2gblmenu.o dbStaticLib.o $(LDLIBS)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
USR_CFLAGS = -DACCESS_SECURITY -D_NO_PROTO
|
||||
|
||||
@@ -7,5 +7,5 @@ SRCS.c =
|
||||
OBJS =
|
||||
PROD =
|
||||
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
|
||||
@@ -1,21 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Base: Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1.1.1 1996/06/20 22:15:56 jhill
|
||||
# installed ca server templates
|
||||
#
|
||||
# Revision 1.1 1994/09/07 19:26:01 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
INC += resourceLib.h
|
||||
INC += tsDLList.h
|
||||
INC += tsSLList.h
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
|
||||
@@ -1,18 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Base: Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1994/09/07 19:26:01 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
INC += drvTS.h
|
||||
INC += drvSup.h
|
||||
@@ -21,5 +21,5 @@ INC += recGbl.h
|
||||
INC += dbBkpt.h
|
||||
INC += devLib.h
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
USR_CFLAGS = -ansi
|
||||
VX_WARN_YES = -Wall -pedantic
|
||||
@@ -71,7 +71,7 @@ PROD = initHooks.o
|
||||
|
||||
LIBNAME = dbLib
|
||||
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
dbCommon.h: ../dbCommonRecord.dbd ../dbCommon.dbd
|
||||
$(RM) $@
|
||||
|
||||
@@ -1,21 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Base: Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1995/11/29 14:33:01 mrk
|
||||
# Changes for replacing default.dctsdr by all ascii files
|
||||
#
|
||||
# Revision 1.1 1994/09/07 19:26:01 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
USR_LDLIBS = -lDb -lCom -lm
|
||||
USR_LDFLAGS = -L.
|
||||
@@ -46,7 +46,7 @@ PROD = \
|
||||
dbToMenuH\
|
||||
dbToRecordtypeH
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
# Extra rule since dbLexRoutines.c is included in dbYacc.c
|
||||
dbYacc.o: dbLex.c ../dbLexRoutines.c
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
USR_CFLAGS = -ansi
|
||||
VX_WARN_YES = -Wall -pedantic
|
||||
@@ -18,7 +18,7 @@ OBJSdbLib = \
|
||||
|
||||
PROD = dbStaticLib
|
||||
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
# Extra rule since dbLexRoutines.c is included in dbYacc.c
|
||||
dbYacc.o: dbLex.c ../dbLexRoutines.c
|
||||
|
||||
@@ -1,18 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1994/09/07 19:26:04 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
# USR_CFLAGS = -v
|
||||
|
||||
@@ -24,7 +24,7 @@ MAN1 = dbLoadTemplate.1 subtool.1
|
||||
MAN3 = dbLoadRecords.3 dbLoadTemplate.3
|
||||
MAN5 = templatefile.5 dbfile.5
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
dbLoadTemplate.o: dbLoadTemplate_lex.c
|
||||
dbLoadRecords.o: dbLoadRecords_lex.c
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
YACCOPT = -l
|
||||
LEXOPT = -L
|
||||
@@ -15,7 +15,7 @@ MAN1 = dbLoadTemplate.1 subtool.1
|
||||
MAN3 = dbLoadRecords.3 dbLoadTemplate.3
|
||||
MAN5 = templatefile.5 dbfile.5
|
||||
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
#dbLoadTemplate.o: dbLoadTemplate_lex.c dbLoadTemplate.c
|
||||
#dbLoadRecords.o: dbLoadRecords_lex.c dbLoadRecords.c
|
||||
|
||||
@@ -1,18 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1994/09/07 19:26:11 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
USR_INCLUDES = -I../../drv/ansi -I../../drv/old
|
||||
|
||||
@@ -125,6 +125,6 @@ LIBOBJS = $(SRCS.c:../%.c=%.o)
|
||||
PROD = $(LIBOBJS)
|
||||
LIBNAME = devSup
|
||||
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
|
||||
|
||||
@@ -1,18 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1994/09/07 19:26:13 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
USR_INCLUDES = -I../../drv
|
||||
|
||||
@@ -20,6 +20,6 @@ LIBNAME = devLibOpt
|
||||
|
||||
PROD = $(LIBOBJS)
|
||||
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
|
||||
|
||||
@@ -1,12 +1,9 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
DIRS = ansi old combine
|
||||
|
||||
include $(TOP)/src/config/RULES_DIRS
|
||||
include $(TOP)/config/RULES_DIRS
|
||||
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
TOP = ../../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
USR_CFLAGS = -ansi
|
||||
|
||||
@@ -36,5 +36,5 @@ TARGETS = $(SRCS.c:../%.c=%.o)
|
||||
|
||||
MAN3 = drvEpvxi.3
|
||||
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
TOP=../../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
TOP = ../../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
USR_CFLAGS = -fshared-data -fvolatile -mnobitfield -traditional
|
||||
|
||||
@@ -41,5 +38,5 @@ SRCS.c += ../drvXy566.c
|
||||
|
||||
TARGETS = $(SRCS.c:../%.c=%.o)
|
||||
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
# $Id$
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.3 1996/06/26 21:17:08 jhill
|
||||
# fixed to match config in src
|
||||
#
|
||||
# Revision 1.2 1996/06/25 19:18:10 jbk
|
||||
# moved from extensions to base - fixed trouble in dbMapper.cc
|
||||
#
|
||||
@@ -22,7 +25,7 @@
|
||||
TOP=../..
|
||||
# EPICS=/usr/local/epics/R3.12.2
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
# $Id$
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.3 1996/06/26 21:17:10 jhill
|
||||
# fixed to match config in src
|
||||
#
|
||||
# Revision 1.2 1996/06/25 19:18:11 jbk
|
||||
# moved from extensions to base - fixed trouble in dbMapper.cc
|
||||
#
|
||||
@@ -26,7 +29,7 @@ VPATH=.:..
|
||||
TOP= ../../..
|
||||
# EPICS = /usr/local/epics/R3.12.2
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
OPTIM_YES=-g
|
||||
ifeq ($(HOST_ARCH),sun4)
|
||||
@@ -77,5 +80,5 @@ genApps: genApps.o $(LIBOBJS)
|
||||
clean::
|
||||
/bin/rm -f aitConvertGenerated.cc aitGen genApps
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
|
||||
@@ -1,21 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1996/01/25 21:38:30 mrk
|
||||
# moved files from /base/include
|
||||
#
|
||||
# Revision 1.1 1994/09/07 19:26:32 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
INC += dbDefs.h
|
||||
INC += camacLib.h
|
||||
@@ -12,5 +12,5 @@ INC += createSoftLinks.sh
|
||||
INC += bsdProto.h
|
||||
INC += task_params.h
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
|
||||
@@ -1,18 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Base: Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1994/09/07 19:26:19 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
LINK.c=$(LD) $(LDFLAGS)
|
||||
|
||||
@@ -20,7 +20,7 @@ IOC_CORE_OBJS = \
|
||||
|
||||
PROD = iocCore vxWorks vxWorks.sym
|
||||
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
vxWorks: $(VX_IMAGE)
|
||||
@$(RM) $@
|
||||
|
||||
@@ -1,18 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Base Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1994/09/07 19:26:22 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
USR_CFLAGS = -D_NO_PROTO
|
||||
|
||||
@@ -74,7 +74,7 @@ LIBNAME = libCom.a
|
||||
|
||||
MAN3 = gpHash.3 freeList.3
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
errSymTbl.o: errSymTbl.c errInc.o errIncCXX.o
|
||||
$(COMPILE.c) -o $@ $<
|
||||
@@ -83,9 +83,9 @@ errSymTbl.c errInc.o errIncCXX.o : ../errInc.c ../errIncCXX.cc
|
||||
@$(RM) errInc.o errIncCXX.o
|
||||
@../blderrSymTbl $(TOP) $(HOST_ARCH) "$(MAKE)"
|
||||
|
||||
envData.c: ../envDefs.h $(TOP)/src/config/CONFIG_ENV \
|
||||
$(TOP)/src/config/CONFIG_SITE_ENV
|
||||
../bldEnvData $(TOP)/src/config
|
||||
envData.c: ../envDefs.h $(TOP)/config/CONFIG_ENV \
|
||||
$(TOP)/config/CONFIG_SITE_ENV
|
||||
../bldEnvData $(TOP)/config
|
||||
|
||||
tsTest: tsSubr.o
|
||||
$(LINK.c) -o $@ tsSubr.o -lCom -lDb -lCom -lm -s
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
SRCS.c += ../calcPerform.c
|
||||
SRCS.c += ../cvtFast.c
|
||||
@@ -42,7 +42,7 @@ LIBNAME = libCom
|
||||
|
||||
MAN3 = gpHash.3 freeList.3
|
||||
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
clean::
|
||||
@$(RM) errSymTbl.c envData.c
|
||||
@@ -53,7 +53,7 @@ errSymTbl.c errInc.o: ../errInc.c
|
||||
@$(RM) errInc.o
|
||||
../blderrSymTbl $(TOP) $(HOST_ARCH) "$(MAKE)"
|
||||
|
||||
envData.c: ../envDefs.h $(TOP)/src/config/CONFIG_ENV \
|
||||
$(TOP)/src/config/CONFIG_SITE_ENV
|
||||
../bldEnvData $(TOP)/src/config
|
||||
envData.c: ../envDefs.h $(TOP)/config/CONFIG_ENV \
|
||||
$(TOP)/config/CONFIG_SITE_ENV
|
||||
../bldEnvData $(TOP)/config
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ fi
|
||||
TOP=$1
|
||||
MAKE=$2
|
||||
|
||||
INCLUDE=${TOP}/src/config/CONFIG_BASE
|
||||
INCLUDE=${TOP}/config/CONFIG_BASE
|
||||
|
||||
if [ -z "$4" ]; then
|
||||
OPTS=""
|
||||
|
||||
@@ -1,18 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1994/09/07 19:26:24 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,18 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1994/09/07 19:26:26 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
SRCS.c = ../iocLogClient.c ../veclist.c ../ldpp.c
|
||||
|
||||
@@ -8,5 +8,5 @@ LIBOBJS = veclist.o iocLogClient.o ldpp.o
|
||||
LIBNAME = vxComLib
|
||||
SCRIPTS = vxldscript.MRI
|
||||
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
|
||||
@@ -1,18 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1994/09/07 19:26:29 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
SRCS.c = ../epicsRelease.c
|
||||
|
||||
@@ -7,6 +7,6 @@ LIBOBJS = epicsRelease.o
|
||||
|
||||
LIBNAME = miscLib
|
||||
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
|
||||
|
||||
@@ -1,18 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1994/09/07 19:26:32 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
USR_INCLUDES = -I../drv/ansi -I../../drv/old
|
||||
|
||||
@@ -102,5 +102,5 @@ PROD = $(LIBOBJS)
|
||||
|
||||
LIBNAME = recSup
|
||||
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
|
||||
@@ -1,18 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1994/09/07 19:26:34 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
USR_INCLUDES = -I../../ca
|
||||
USR_CFLAGS = -UUNIX
|
||||
@@ -15,7 +15,7 @@ OBJS = \
|
||||
|
||||
PROD = rsrvLib
|
||||
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
rsrvLib: $(OBJS)
|
||||
$(RM) $@
|
||||
|
||||
@@ -1,21 +1,7 @@
|
||||
#
|
||||
# Makefile,v 1.2 1995/06/27 15:25:35 wright Exp
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# Makefile,v
|
||||
# Revision 1.2 1995/06/27 15:25:35 wright
|
||||
# Brought over Andy's sequencer 1.9 files, compiled and created new seq and snc.
|
||||
#
|
||||
# Revision 1.1 1994/09/07 19:26:37 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
#YACCOPT = -l
|
||||
#LEXOPT = -L
|
||||
@@ -19,7 +19,7 @@ OBJS = snc_main.o parse.o phase2.o gen_ss_code.o \
|
||||
|
||||
PROD = snc
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
#
|
||||
# The generated lex file includes snc.h
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
USR_CFLAGS =
|
||||
|
||||
@@ -13,7 +13,7 @@ OBJS = \
|
||||
|
||||
PROD = seq
|
||||
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
clean::
|
||||
@$(RM) seqVersion.c
|
||||
|
||||
@@ -1,21 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1996/02/20 20:58:38 jba
|
||||
# Moved tools to src/tools dir. base/tools dir removed.
|
||||
#
|
||||
# Revision 1.1 1994/09/07 19:25:39 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
PROD = installEpics
|
||||
SCRIPTS = InstallVersion getrel
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
$(INSTALL_BIN)/installEpics: installEpics
|
||||
@echo "Installing $@"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
USAGE="Usage:
|
||||
getrel <EpicsNode>
|
||||
getrel <EpicsNodeFullPathName>
|
||||
|
||||
ex: getrel /usr/local/epics/base_R3.13
|
||||
--------- OR -----------
|
||||
@@ -36,15 +36,26 @@ if [ ! -d ${BASE}/bin -o \
|
||||
exit 1
|
||||
fi
|
||||
|
||||
FIRSTCHAR=`expr "${BASE}" : '\(.\).*'`
|
||||
if [ ${FIRSTCHAR} != "/" ]; then
|
||||
cat <<-!usage
|
||||
$USAGE
|
||||
|
||||
${BASE} does not appear to be a full path name.
|
||||
|
||||
!usage
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
/bin/rm -f \
|
||||
epics \
|
||||
base \
|
||||
config \
|
||||
target* \
|
||||
vxWorks* \
|
||||
vw
|
||||
|
||||
echo EPICS_BASE=${BASE} >> EPICS_BASE
|
||||
ln -s ${BASE} base
|
||||
|
||||
|
||||
|
||||
@@ -1,18 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1994/09/07 19:26:39 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
USR_LDLIBS = -lm -s
|
||||
USR_CFLAGS = -D_NO_PROTO
|
||||
@@ -15,7 +15,7 @@ OBJS = \
|
||||
|
||||
PROD = antelope
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
$(PROD): $(OBJS)
|
||||
$(LINK.c) -o $@ $(OBJS) $(LDLIBS)
|
||||
|
||||
@@ -1,18 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1994/09/07 19:26:43 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
#CMPLR = STRICT
|
||||
|
||||
@@ -27,7 +27,7 @@ OBJS = \
|
||||
|
||||
PROD = e_flex
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
$(PROD): $(OBJS)
|
||||
$(LINK.c) -o $@ $(OBJS) $(LDLIBS)
|
||||
|
||||
@@ -1,18 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1994/09/07 19:26:45 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
USR_LDLIBS = -lca -lCom -lm
|
||||
DEPLIBS = $(INSTALL_LIB)/libca.a $(INSTALL_LIB)/libCom.a
|
||||
@@ -25,7 +25,7 @@ PROD += S99logServer
|
||||
PROD += S99caRepeater
|
||||
endif
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
S99%: ../rc2.%
|
||||
@/usr/bin/sed -e s%:EPICS:%`chdir $(TOP); /usr/bin/pwd`% \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
SRCS.c = ../ca_test.c
|
||||
|
||||
TARGETS = ca_test.o
|
||||
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user