diff options
Diffstat (limited to 'client/.svn/text-base/Makefile.svn-base')
-rw-r--r-- | client/.svn/text-base/Makefile.svn-base | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/client/.svn/text-base/Makefile.svn-base b/client/.svn/text-base/Makefile.svn-base deleted file mode 100644 index e92feed..0000000 --- a/client/.svn/text-base/Makefile.svn-base +++ /dev/null @@ -1,26 +0,0 @@ -# $Id: Makefile,v 1.10 2001/01/19 02:54:37 shmit Exp $ - -LIBOBJS= nastapi.o thread.o - -all-lib: - @rm -f *.o - @make "THREADFLAGS=-UTHREADSAFECLIENT" libnast.a - @rm -f *.o - @make "THREADFLAGS=-DTHREADSAFECLIENT" libnast_r.a - -libnast.a: ${LIBOBJS} - ar r $@ ${LIBOBJS} - ranlib $@ - -libnast_r.a: ${LIBOBJS} - ar r $@ ${LIBOBJS} - ranlib $@ - -# -# Dependencies -# -nastapi.o: ../include/nastd.h ../include/nastipc.h thread.h -thread.o: thread.h - -MKDIR= ../Makefiles -include ${MKDIR}/build |