8 |
INC = $(TOP)/share |
INC = $(TOP)/share |
9 |
LIB = .. |
LIB = .. |
10 |
|
|
|
DEPEND = $(INC)/bin/sun2.4/EPICSmakedepend |
|
11 |
DEFINES = -I$(INC)/epicsH |
DEFINES = -I$(INC)/epicsH |
12 |
ALLDEFINES = $(DEFINES) -DSOLARIS |
ALLDEFINES = $(DEFINES) -DSOLARIS |
13 |
|
|
19 |
errSymTbl.o\ |
errSymTbl.o\ |
20 |
lstLib.o |
lstLib.o |
21 |
|
|
22 |
all:: libUnix.a |
all:: depend libUnix.a |
23 |
|
|
24 |
libUnix.a: $(OBJS) |
libUnix.a: $(OBJS) |
25 |
$(RM) [email protected] |
$(RM) [email protected] |
40 |
clean: |
clean: |
41 |
$(RM) libUnix.a |
$(RM) libUnix.a |
42 |
$(RM) $(OBJS) |
$(RM) $(OBJS) |
43 |
|
$(RM) Makefile.depend |
44 |
|
|
45 |
|
depend: Makefile.depend |
46 |
|
|
47 |
|
Makefile.depend: $(SRCS) |
48 |
|
$(RM) Makefile.depend |
49 |
|
$(CC) -M $(ALLDEFINES) $(SRCS) > Makefile.depend |
50 |
|
|
51 |
|
include Makefile.depend |
52 |
|
|
|
# |
|
|
# Uses EPICSmakedepend to create dependencies |
|
|
# |
|
|
|
|
|
depend:: |
|
|
$(DEPEND) -s "#DO NOT DELETE" -- $(ALLDEFINES) -- $(SRCS) |
|
|
|
|
|
|
|
|
#DO NOT DELETE |
|
|
#DO NOT DELETE |
|
|
|
|
|
errSymTbl.o: ../../../share/src/libUnix/errSymTbl.c \ |
|
|
../../../share/epicsH/errMdef.h ../../../share/epicsH/error.h |
|
|
lstLib.o: ../../../share/src/libUnix/lstLib.c \ |
|
|
/usr/local/lib/gcc-lib/sparc-sun-solaris2.4/2.6.3/include/stdlib.h \ |
|
|
/usr/include/sys/feature_tests.h ../../../share/epicsH/lstLib.h |
|