Removed unnecessary options.

This commit is contained in:
Matt Needes
1994-08-02 18:39:20 +00:00
parent d8326303da
commit 819d5021ba
7 changed files with 3 additions and 13 deletions

View File

@@ -5,8 +5,6 @@ USR_LDLIBS = -lm -s
USR_LDLIBS =
USR_CFLAGS = -DACCESS_SECURITY -D_NO_PROTO
CC = acc -Xt
SRCS = \
iocinf.c access.c test_event.c service.c flow_control.c \
repeater.c conn.c acctst.c syncgrp.c if_depen.c \

View File

@@ -1,8 +1,6 @@
EPICS = ../../..
include $(EPICS)/config/CONFIG
CC = acc -Xt
SRCS = \
dbStaticLib.c \
atdb_lex.c \

View File

@@ -1,8 +1,6 @@
EPICS = ../../..
include $(EPICS)/config/CONFIG
CC = acc -Xt
LEX = $(ELEX)
YACC = $(EYACC)

View File

@@ -3,9 +3,6 @@ include $(EPICS)/config/CONFIG
USR_CFLAGS = -D_NO_PROTO
CC = acc -Xt
SRCS = \
arAccessLib.c arCSCheck.c arChanIO.c bfSubr.c bucketLib.c \
calcPerform.c cmdSubr.c cvtFast.c cvtNumbers.c ellLib.c \

View File

@@ -5,7 +5,7 @@ include $(EPICS)/config/CONFIG
LDLIBS = -lm -s
USR_CFLAGS = -D_NO_PROTO
CC = cc
CC = $(oldCC)
SRCS = \
closure.c error.c lalr.c lr0.c main.c \

View File

@@ -8,7 +8,7 @@ USR_CFLAGS = -DDEFAULT_SKELETON_FILE=\"$(SKELETON_FILE)\"
LDLIBS = -s
CC = cc
CC = $(oldCC)
SRCS = \
ccl.c dfa.c ecs.c gen.c main.c \

View File

@@ -8,8 +8,7 @@ USR_LDLIBS = -lm -s
USR_CFLAGS = -UvxWorks
CC = acc -Xs
#CC = cc
CC = $(oldCC)
SRCS = \
apCreateShadow.c apStatusSync.c bfRing.c ca_test.c calcTest.c \