summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/stdio/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb5/ccache/stdio/Makefile.in')
-rw-r--r--src/lib/krb5/ccache/stdio/Makefile.in20
1 files changed, 8 insertions, 12 deletions
diff --git a/src/lib/krb5/ccache/stdio/Makefile.in b/src/lib/krb5/ccache/stdio/Makefile.in
index 3ec623fc12..7ae76451e4 100644
--- a/src/lib/krb5/ccache/stdio/Makefile.in
+++ b/src/lib/krb5/ccache/stdio/Makefile.in
@@ -1,8 +1,11 @@
CFLAGS = $(CCOPTS) $(DEFS)
-.c.o:
- $(CC) $(CFLAGS) -c $(srcdir)/$*.c
-@SHARED_RULE@
+STLIBOBJS = \
+ scc_close.o scc_destry.o scc_eseq.o \
+ scc_gennew.o scc_getnam.o scc_gprin.o scc_init.o \
+ scc_nseq.o scc_read.o scc_reslv.o scc_retrv.o \
+ scc_sseq.o scc_store.o scc_skip.o scc_ops.o scc_write.o \
+ scc_sflags.o scc_defops.o scc_errs.o scc_maybe.o
OBJS = scc_close.o scc_destry.o scc_eseq.o \
scc_gennew.o scc_getnam.o scc_gprin.o scc_init.o \
@@ -19,20 +22,13 @@ SRCS = $(srcdir)/scc_close.c $(srcdir)/scc_destry.c $(srcdir)/scc_eseq.c \
$(srcdir)/scc_errs.c $(srcdir)/scc_maybe.c
-all-unix:: shared $(OBJS)
-all-mac:: $(OBJS)
+all-unix:: all-libobjs
all-windows:: $(OBJS)
test: ${OBJS} scc_test.o
${CC} -o test ${OBJS} scc_test.o
-shared:
- mkdir shared
-
-clean-unix::
- $(RM) shared/*
-
-clean-mac::
+clean-unix:: clean-libobjs
clean-windows::