Skip to content

Commit

Permalink
Makefile includes now from base/src/config, removed all soft links
Browse files Browse the repository at this point in the history
  • Loading branch information
Janet B. Anderson committed Jun 25, 1996
1 parent e9a86c7 commit 28c4ce8
Show file tree
Hide file tree
Showing 74 changed files with 352 additions and 363 deletions.
9 changes: 6 additions & 3 deletions src/as/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@
# by Janet Anderson
#
# $Log$
# Revision 1.1 1994/09/07 19:25:39 jba
# New file
#
#

EPICS=../../..
TOP=../..

include $(EPICS)/config/CONFIG_BASE
include $(TOP)/src/config/CONFIG_BASE

include $(EPICS)/config/RULES_ARCHS
include $(TOP)/src/config/RULES_ARCHS

9 changes: 4 additions & 5 deletions src/as/Makefile.Unix
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
EPICS = ../../../..
include Target.include
include $(EPICS)/config/CONFIG_BASE
TOP = ../../..
include $(TOP)/src/config/CONFIG_BASE

USR_CFLAGS = -D_NO_PROTO
USR_LDLIBS = -lAs -lCom -lDb -lCom -lm -s
USR_LDFLAGS = -L.

DEPLIBS_BASE = $(EPICS_BASE_LIB)
DEPLIBS_BASE = $(INSTALL_LIB)
DEPLIBS = ./libAs.a\
$(DEPLIBS_BASE)/libCom.a\
$(DEPLIBS_BASE)/libDb.a
Expand All @@ -20,7 +19,7 @@ LIBOBJS = asLib.o
LIBNAME = libAs.a
PROD = ascheck

include $(EPICS)/config/RULES.Unix
include $(TOP)/src/config/RULES.Unix

# Extra rule since asLib_lex.c is included in asLib.c
# In my opinion, these objects should really be built
Expand Down
7 changes: 3 additions & 4 deletions src/as/Makefile.Vx
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
EPICS = ../../../..
include Target.include
include $(EPICS)/config/CONFIG_BASE
TOP = ../../..
include $(TOP)/src/config/CONFIG_BASE

USR_CFLAGS = -DACCESS_SECURITY -D_NO_PROTO

SRCS.c = ../asDbLib.c ../asCa.c asLib.c
LIBOBJS = asDbLib.o asCa.o asLib.o
LIBNAME = asLibrary

include $(EPICS)/config/RULES.Vx
include $(TOP)/src/config/RULES.Vx

# Extra rule since asLib_lex.c is included in asLib.c
# In my opinion, these objects should really be built
Expand Down
9 changes: 6 additions & 3 deletions src/bdt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@
# 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
#
#

EPICS=../../..
TOP=../..

include $(EPICS)/config/CONFIG_BASE
include $(TOP)/src/config/CONFIG_BASE

include $(EPICS)/config/RULES_ARCHS
include $(TOP)/src/config/RULES_ARCHS

7 changes: 3 additions & 4 deletions src/bdt/Makefile.Unix
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
EPICS = ../../../..
include Target.include
include $(EPICS)/config/CONFIG_BASE
TOP = ../../..
include $(TOP)/src/config/CONFIG_BASE

INC += bdt.h

LIBOBJS += bdt.o

LIBNAME = libBdt.a

include $(EPICS)/config/RULES.Unix
include $(TOP)/src/config/RULES.Unix
7 changes: 3 additions & 4 deletions src/bdt/Makefile.Vx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
EPICS = ../../../..
include Target.include
include $(EPICS)/config/CONFIG_BASE
TOP = ../../..
include $(TOP)/src/config/CONFIG_BASE

SRCS.c += ../bdt.c
SRCS.c += ../bdtServ.c
Expand All @@ -14,7 +13,7 @@ OBJS += bdtServPv.o

PROD = bdt

include $(EPICS)/config/RULES.Vx
include $(TOP)/src/config/RULES.Vx

$(PROD): $(OBJS)
$(RM) $@
Expand Down
9 changes: 6 additions & 3 deletions src/bpt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@
# 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
#
#

EPICS=../../..
TOP=../..

include $(EPICS)/config/CONFIG_BASE
include $(TOP)/src/config/CONFIG_BASE

include $(EPICS)/config/RULES_ARCHS
include $(TOP)/src/config/RULES_ARCHS

9 changes: 4 additions & 5 deletions src/bpt/Makefile.Unix
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
EPICS = ../../../..
include Target.include
include $(EPICS)/config/CONFIG_BASE

TOP = ../../..
include $(TOP)/src/config/CONFIG_BASE

INC += cvtTable.h

SRCS.c = ../makeBpt
OBJS = makeBpt
PROD = makeBpt

include $(EPICS)/config/RULES.Unix
include $(TOP)/src/config/RULES.Unix

7 changes: 3 additions & 4 deletions src/bpt/Makefile.Vx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
EPICS = ../../../..
include Target.include
include $(EPICS)/config/CONFIG_BASE
TOP = ../../..
include $(TOP)/src/config/CONFIG_BASE

USR_CFLAGS = -ansi
VX_WARN_YES = -Wall -pedantic
Expand All @@ -21,5 +20,5 @@ LIBOBJS = \

LIBNAME = pbtLib

include $(EPICS)/config/RULES.Vx
include $(TOP)/src/config/RULES.Vx

9 changes: 6 additions & 3 deletions src/ca/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@
# by Janet Anderson
#
# $Log$
# Revision 1.1 1994/09/07 19:25:58 jba
# New file
#
#

EPICS=../../..
TOP=../..

include $(EPICS)/config/CONFIG_BASE
include $(TOP)/src/config/CONFIG_BASE

include $(EPICS)/config/RULES_ARCHS
include $(TOP)/src/config/RULES_ARCHS

9 changes: 4 additions & 5 deletions src/ca/Makefile.Unix
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
EPICS = ../../../..
include Target.include
include $(EPICS)/config/CONFIG_BASE
TOP = ../../..
include $(TOP)/src/config/CONFIG_BASE

USR_LDLIBS = -lca -lCom -lm
USR_LDFLAGS = -L.

DEPLIBS_BASE = $(EPICS_BASE_LIB)
DEPLIBS_BASE = $(INSTALL_LIB)
DEPLIBS = ./libca.a\
$(DEPLIBS_BASE)/libCom.a

Expand Down Expand Up @@ -33,7 +32,7 @@ LIBNAME = libca.a
PROD = caRepeater


include $(EPICS)/config/RULES.Unix
include $(TOP)/src/config/RULES.Unix

acctst: acctst.o $(LIBOBJS) $(DEPLIBS_BASE)/libCom.a
$(LINK.c) -o $@ $< $(LIBOBJS) $(DEPLIBS_BASE)/libCom.a
Expand Down
7 changes: 3 additions & 4 deletions src/ca/Makefile.Vx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
EPICS = ../../../..
include Target.include
include $(EPICS)/config/CONFIG_BASE
TOP = ../../..
include $(TOP)/src/config/CONFIG_BASE

SRCS.c = \
../iocinf.c ../access.c ../test_event.c ../service.c \
Expand All @@ -14,5 +13,5 @@ LIBOBJS = \

LIBNAME = caLib

include $(EPICS)/config/RULES.Vx
include $(TOP)/src/config/RULES.Vx

10 changes: 6 additions & 4 deletions src/cas/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,19 @@
# 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
#
#

EPICS=../../..
TOP=../..

include $(EPICS)/config/CONFIG_BASE
include $(TOP)/src/config/CONFIG_BASE

DIRS = build example

include $(EPICS)/config/RULES_ARCHS

include $(TOP)/src/config/RULES_ARCHS

7 changes: 3 additions & 4 deletions src/cas/Makefile.Unix
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
TOP = ../../..
include $(TOP)/src/config/CONFIG_BASE

EPICS = ../../../..
SRC = ..
IOTYPE = bsdSocket
OSTYPE = posix
include Target.include
include $(EPICS)/config/CONFIG_BASE

USR_INCLUDES = -I../../ca -I../os/$(OSTYPE) -I../io/$(IOTYPE) -I../gdd -I../gdd/sun4
USR_LDLIBS = -lcas -lm
Expand Down Expand Up @@ -53,7 +52,7 @@ LIBOBJS += casMapDBR.o

LIBNAME = libcas.a

include $(EPICS)/config/RULES.Unix
include $(TOP)/src/config/RULES.Unix

obj: $(LIBOBJS)

Expand Down
9 changes: 6 additions & 3 deletions src/cas/build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,20 @@
# by Janet Anderson
#
# $Log$
# 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
#
#

EPICS=../../../..
TOP=../../..

include $(EPICS)/config/CONFIG_BASE
include $(TOP)/src/config/CONFIG_BASE

DIRS = posix-sockets

include $(EPICS)/config/RULES_ARCHS
include $(TOP)/src/config/RULES_ARCHS


6 changes: 3 additions & 3 deletions src/cas/build/multiThread/Makefile.Unix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

EPICS = ../../../..
TOP = ../../..
CAS = ../../..
SRC = $(CAS)/generic
IOSRC = $(CAS)/io/bsdSocket
OSSRC = $(CAS)/os/posix
VPATH = $(SRC) $(IOSRC) $(OSSRC)

include Target.include
include $(EPICS)/config/CONFIG_BASE
include $(TOP)/src/config/CONFIG_BASE

USR_INCLUDES = -I$(CAS)/../ca -I$(OSSRC) -I$(IOSRC) -I$(CAS)/gdd
USR_LDLIBS = -lcas -lm
Expand Down Expand Up @@ -69,7 +69,7 @@ LIBOBJS += caServerIO.o

LIBNAME = libcas.a

include $(EPICS)/config/RULES.Unix
include $(TOP)/src/config/RULES.Unix

obj: $(LIBOBJS)

Expand Down
9 changes: 6 additions & 3 deletions src/cas/build/singleThread/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,18 @@
# by Janet Anderson
#
# $Log$
# 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
#
#

EPICS=../../../../../
TOP= ../../../../

include $(EPICS)/config/CONFIG_BASE
include $(TOP)/src/config/CONFIG_BASE

include $(EPICS)/config/RULES_ARCHS
include $(TOP)/src/config/RULES_ARCHS


6 changes: 3 additions & 3 deletions src/cas/build/singleThread/Makefile.Unix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

EPICS = ../../../../../..
TOP = ../../../../..
CAS = ../../..
SRC = $(CAS)/generic
IOSRC = $(CAS)/io/bsdSocket
OSSRC = $(CAS)/os/posix
VPATH = $(SRC) $(IOSRC) $(OSSRC)

include Target.include
include $(EPICS)/config/CONFIG_BASE
include $(TOP)/src/config/CONFIG_BASE

USR_INCLUDES = -I$(SRC) -I$(CAS)/../ca -I$(OSSRC) -I$(IOSRC) -I$(CAS)/gdd
USR_LDLIBS = -lcas -lm
Expand Down Expand Up @@ -88,7 +88,7 @@ LIBOBJS += sigPipeIgnore.o

LIBNAME = libcas.a

include $(EPICS)/config/RULES.Unix
include $(TOP)/src/config/RULES.Unix

obj: $(LIBOBJS)

Expand Down
9 changes: 6 additions & 3 deletions src/cas/example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@
# 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
#
#

EPICS=../../../..
TOP=../../..

include $(EPICS)/config/CONFIG_BASE
include $(TOP)/src/config/CONFIG_BASE

include $(EPICS)/config/RULES_ARCHS
include $(TOP)/src/config/RULES_ARCHS

Loading

0 comments on commit 28c4ce8

Please sign in to comment.