# dave/src @(#)applSrcMakefile	1.1 1/7/94
# epics/share/bin @(#)applMakefile.template	1.4	9/8/93
#

# epics/share/bin @(#)applMakefile.template	1.4 9/8/93
#
#       Author: Andy Kozubal
#       Date:   07-16-93
# 
#       Experimental Physics and Industrial Control System (EPICS)
# 
#       Copyright 1993, the Regents of the University of California,
#       and the University of Chicago Board of Governors.
# 
#       This software was produced under  U.S. Government contracts:
#       (W-7405-ENG-36) at the Los Alamos National Laboratory,
#       and (W-31-109-ENG-38) at Argonne National Laboratory.
# 
#       Initial development by:
#               The Controls and Automation Group (AT-8)
#               Ground Test Accelerator
#               Accelerator Technology Division
#               Los Alamos National Laboratory
# 
#       Co-developed with
#               The Controls and Computing Group
#               Accelerator Systems Division
#               Advanced Photon Source
#               Argonne National Laboratory
#  Modification Log:
#  -----------------
#  .01  07-16-93        ajk     original version
#Don't change the order of the next four lines.
#All the options and flags required to create object files for
# both the 68040 and 68LC040 microprocessor are defined in the include
# files.
APPL = ..
SRC = ../src/
include target.include
include ./applMakefile.include


INCLUDES = -I/usr/site4/vw/5.0.2b/vw/h -I$(CODA)/include -I/usr/site1/rpc/usr/include -I/usr/include -I/usr/include/sys

SNCFLAGS = 

LOCAL_LIBRARIES = $(LIB_DIR)/libCom.a $(LIB_DIR)/libca.a $(LIB_DIR)/libUnix.a

#This line guarantees that dependencies will be found -- as long as the
# Makefile is run on the sun
.KEEP_STATE:

# All .o files will be made if their names are put in this list..
# If they are .c files this is all that is needed.
# if they are .st files they will also need to have the dependency lines
# for sequences as shown in the example below.
all:  \
random.o \
random_2.o \
save_15.o \
status.o \
temp.o \
test.o \
ts_1.o \
ts_10.o \
ts_11.o \
ts_12.o \
ts_14.o \
ts_15.o \
ts_16.o \
ts_17.o \
ts_18.o \
ts_2.o \
ts_21.o \
ts_22.o \
ts_3.o \
ts_5.o \
ts_7.o \
ts_8.o \
ts_9.o \
ts_fp1.o \
ts_fp2.o \
ts_fscc.o \
ts_fscc_0.o \
ts_fscc_1.o \
ts_fscc_2.o \
ts_fscc_2n.o \
ts_fscc_fp.o \
ts_fscc_fp_2.o \
ts_fscc_fp_3.o \
ts_link.o \
ts_link_fp.o \
ts_self.o \
ts_vme.o \
mem_speed_1.o \
vme2_test.o

