1 |
tis4000 |
1.1 |
CC = gcc -g -DSOLARIS -DUSECB63 |
2 |
|
|
CFLAGS = -Wunused |
3 |
|
|
RM = rm -f |
4 |
|
|
|
5 |
|
|
CODEBASEPATH = /tools/codebase63/source |
6 |
|
|
TOP = ../../.. |
7 |
|
|
DEPEND = $(TOP)/share/bin/sun2.4/EPICSmakedepend |
8 |
|
|
SHAREPATH = $(TOP)/share |
9 |
|
|
SRCPATH = $(TOP)/share/src |
10 |
|
|
SRC = $(SRCPATH)/fwdlink |
11 |
|
|
|
12 |
|
|
LIBS = \ |
13 |
|
|
../bin/tisMsgLib.a \ |
14 |
|
|
$(CODEBASEPATH)/libcb.a |
15 |
|
|
|
16 |
|
|
INCLUDES = \ |
17 |
|
|
-I$(SRC) \ |
18 |
|
|
-I$(TOP)/share/epicsH \ |
19 |
|
|
-I$(CODEBASEPATH) |
20 |
|
|
|
21 |
|
|
ALLDEFINES = $(INCLUDES) -DSOLARIS -DUSECB63 |
22 |
|
|
|
23 |
|
|
SRCS = \ |
24 |
|
|
$(SRC)/chains.c \ |
25 |
|
|
$(SRC)/index.c |
26 |
|
|
|
27 |
|
|
OBJS = \ |
28 |
|
|
chains.o \ |
29 |
|
|
index.o |
30 |
|
|
|
31 |
|
|
all : chains |
32 |
|
|
|
33 |
|
|
chains : $(OBJS) $(LIBS) |
34 |
|
|
$(RM) chains |
35 |
|
|
$(CC) -o chains $(OBJS) $(LIBS) -ldl -lm |
36 |
|
|
|
37 |
|
|
chains.o : $(SRC)/chains.c |
38 |
|
|
$(RM) chains.o |
39 |
|
|
$(CC) -c $(CFLAGS) $(INCLUDES) $(SRC)/chains.c |
40 |
|
|
|
41 |
|
|
index.o : $(SRC)/index.c |
42 |
|
|
$(RM) index.o |
43 |
|
|
$(CC) -c $(CFLAGS) $(INCLUDES) $(SRC)/index.c |
44 |
|
|
|
45 |
|
|
install: |
46 |
|
|
cp -p chains ../bin |
47 |
|
|
|
48 |
|
|
clean: |
49 |
|
|
$(RM) chains |
50 |
|
|
$(RM) $(OBJS) |
51 |
|
|
|
52 |
|
|
# |
53 |
|
|
# Uses EPICSmakedepend to create dependencies |
54 |
|
|
# |
55 |
|
|
|
56 |
|
|
depend:: |
57 |
|
|
$(DEPEND) -s "#DO NOT DELETE" -- $(ALLDEFINES) -- $(SRCS) |
58 |
|
|
|
59 |
|
|
|
60 |
|
|
#DO NOT DELETE |
61 |
|
|
#DO NOT DELETE |
62 |
|
|
|
63 |
|
|
chains.o: ../../../share/src/fwdlink/chains.c \ |
64 |
|
|
/usr/local/lib/gcc-lib/sparc-sun-solaris2.4/2.6.3/include/stdio.h \ |
65 |
|
|
/usr/include/sys/feature_tests.h \ |
66 |
|
|
/usr/local/lib/gcc-lib/sparc-sun-solaris2.4/2.6.3/include/stdlib.h \ |
67 |
|
|
/usr/local/lib/gcc-lib/sparc-sun-solaris2.4/2.6.3/include/ctype.h \ |
68 |
|
|
../../../share/epicsH/cb45to63.h /tools/codebase63/source/d4all.h \ |
69 |
|
|
/usr/local/lib/gcc-lib/sparc-sun-solaris2.4/2.6.3/include/string.h \ |
70 |
|
|
/tools/codebase63/source/p4port.h \ |
71 |
|
|
/usr/local/lib/gcc-lib/sparc-sun-solaris2.4/2.6.3/include/unistd.h \ |
72 |
|
|
/usr/local/lib/gcc-lib/sparc-sun-solaris2.4/2.6.3/include/sys/types.h \ |
73 |
|
|
/usr/include/sys/machtypes.h \ |
74 |
|
|
/usr/local/lib/gcc-lib/sparc-sun-solaris2.4/2.6.3/include/sys/isa_defs.h \ |
75 |
|
|
/usr/include/sys/select.h /usr/include/sys/time.h \ |
76 |
|
|
/usr/local/lib/gcc-lib/sparc-sun-solaris2.4/2.6.3/include/time.h \ |
77 |
|
|
/usr/include/sys/siginfo.h /usr/include/sys/machsig.h \ |
78 |
|
|
/usr/include/sys/unistd.h /tools/codebase63/source/d4defs.h \ |
79 |
|
|
/tools/codebase63/source/d4data.h /tools/codebase63/source/d4declar.h \ |
80 |
|
|
/tools/codebase63/source/d4inline.h /tools/codebase63/source/f4flag.h \ |
81 |
|
|
/tools/codebase63/source/e4expr.h /tools/codebase63/source/s4sort.h \ |
82 |
|
|
/tools/codebase63/source/e4string.h /tools/codebase63/source/e4error.h \ |
83 |
|
|
/tools/codebase63/source/o4opt.h /tools/codebase63/source/c4com.h \ |
84 |
|
|
/tools/codebase63/source/c4trans.h /tools/codebase63/source/r4relate.h \ |
85 |
|
|
../../../share/src/fwdlink/index.h ../../../share/epicsH/msgMon.h |
86 |
|
|
index.o: ../../../share/src/fwdlink/index.c \ |
87 |
|
|
/usr/local/lib/gcc-lib/sparc-sun-solaris2.4/2.6.3/include/stdio.h \ |
88 |
|
|
/usr/include/sys/feature_tests.h \ |
89 |
|
|
/usr/local/lib/gcc-lib/sparc-sun-solaris2.4/2.6.3/include/stdlib.h \ |
90 |
|
|
/usr/local/lib/gcc-lib/sparc-sun-solaris2.4/2.6.3/include/string.h \ |
91 |
|
|
/usr/include/memory.h /usr/include/malloc.h \ |
92 |
|
|
../../../share/src/fwdlink/index.h ../../../share/epicsH/msgMon.h |