resurrect accidentally deleted files
authorTom Yu <tlyu@mit.edu>
Mon, 21 Sep 1998 21:37:40 +0000 (21:37 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 21 Sep 1998 21:37:40 +0000 (21:37 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10929 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/os/Makefile.in [new file with mode: 0644]

diff --git a/src/lib/crypto/os/Makefile.in b/src/lib/crypto/os/Makefile.in
new file mode 100644 (file)
index 0000000..5e086a1
--- /dev/null
@@ -0,0 +1,28 @@
+thisconfigdir=./../
+BUILDTOP=$(U)$(U)$(U)
+CFLAGS = $(CCOPTS) $(DEFS)
+
+##DOS##BUILDTOP = ..\..\..
+##DOS##PREFIXDIR=os
+##DOS##OBJFILE=..\os.lst
+##WIN16##LIBNAME=..\crypto.lib
+
+STLIBOBJS = rnd_confoun.o c_localaddr.o c_ustime.o @LIBOBJS@
+
+COBJS= rnd_confoun.$(OBJEXT) c_localaddr.$(OBJEXT) c_ustime.$(OBJEXT) 
+OBJS= $(COBJS) $(LIBOBJS)
+
+SRCS=  $(srcdir)/rnd_confoun.c $(srcdir)/c_localaddr.c $(srcdir)/c_ustime.c
+
+##DOS##LIBOBJS = $(COBJS)
+
+all-unix:: all-libobjs
+
+memmove.c: $(SRCTOP)$(S)lib$(S)krb5$(S)posix$(S)memmove.c
+       -$(LN) $(SRCTOP)$(S)lib$(S)krb5$(S)posix$(S)memmove.c $@
+
+memmove.o: memmove.c
+
+clean-unix:: clean-libobjs
+clean:: 
+       $(RM) memmove.c