summaryrefslogtreecommitdiffstats
path: root/src/ccapi/common/Makefile.in
blob: 7693485e3de01fa3ea3ddc2d1269e17e906d1236 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
mydir=ccapi/common
BUILDTOP=$(REL)..$(S)..
SUBDIRS=unix

SRCS= \
	cci_array_internal.c \
	cci_cred_union.c \
	cci_debugging.c \
	cci_identifier.c \
	cci_message.c \
	cci_stream.c

STLIBOBJS= \
	cci_array_internal.o \
	cci_cred_union.o \
	cci_debugging.o \
	cci_identifier.o \
	cci_message.o \
	cci_stream.o

OBJS= \
	$(OUTPRE)cci_array_internal.$(OBJEXT) \
	$(OUTPRE)cci_cred_union.$(OBJEXT) \
	$(OUTPRE)cci_debugging.$(OBJEXT) \
	$(OUTPRE)cci_identifier.$(OBJEXT) \
	$(OUTPRE)cci_message.$(OBJEXT) \
	$(OUTPRE)cci_stream.$(OBJEXT)

all-unix:: all-libobjs
clean-unix:: clean-libobjs

@libobj_frag@

# +++ Dependency line eater +++
# 
# Makefile dependencies follow.  This must be the last section in
# the Makefile.in file
#
cci_array_internal.so cci_array_internal.po $(OUTPRE)cci_array_internal.$(OBJEXT): \
  $(COM_ERR_DEPS) $(top_srcdir)/include/CredentialsCache.h \
  cci_array_internal.c cci_array_internal.h cci_common.h \
  cci_cred_union.h cci_debugging.h cci_identifier.h cci_message.h \
  cci_stream.h cci_types.h
cci_cred_union.so cci_cred_union.po $(OUTPRE)cci_cred_union.$(OBJEXT): \
  $(COM_ERR_DEPS) $(top_srcdir)/include/CredentialsCache.h \
  cci_common.h cci_cred_union.c cci_cred_union.h cci_debugging.h \
  cci_identifier.h cci_message.h cci_stream.h cci_types.h
cci_debugging.so cci_debugging.po $(OUTPRE)cci_debugging.$(OBJEXT): \
  $(COM_ERR_DEPS) $(top_srcdir)/include/CredentialsCache.h \
  cci_common.h cci_cred_union.h cci_debugging.c cci_debugging.h \
  cci_identifier.h cci_message.h cci_os_debugging.h cci_stream.h \
  cci_types.h
cci_identifier.so cci_identifier.po $(OUTPRE)cci_identifier.$(OBJEXT): \
  $(COM_ERR_DEPS) $(top_srcdir)/include/CredentialsCache.h \
  cci_common.h cci_cred_union.h cci_debugging.h cci_identifier.c \
  cci_identifier.h cci_message.h cci_os_identifier.h \
  cci_stream.h cci_types.h
cci_message.so cci_message.po $(OUTPRE)cci_message.$(OBJEXT): \
  $(COM_ERR_DEPS) $(top_srcdir)/include/CredentialsCache.h \
  cci_common.h cci_cred_union.h cci_debugging.h cci_identifier.h \
  cci_message.c cci_message.h cci_stream.h cci_types.h
cci_stream.so cci_stream.po $(OUTPRE)cci_stream.$(OBJEXT): \
  $(COM_ERR_DEPS) $(top_srcdir)/include/CredentialsCache.h \
  cci_common.h cci_cred_union.h cci_debugging.h cci_identifier.h \
  cci_message.h cci_stream.c cci_stream.h cci_types.h