diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-10-31 02:50:37 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-10-31 02:50:37 +0000 |
commit | ad5c8bad8ac3a7da76c60dc4eb207b7aeeadb198 (patch) | |
tree | 659e7f2be6d38d5f3cbbd33961db9ecb29252eb8 /source3/ubiqx | |
parent | 48d07d5bd28a64c17da81a178af0fa262a793920 (diff) | |
download | samba-ad5c8bad8ac3a7da76c60dc4eb207b7aeeadb198.tar.gz samba-ad5c8bad8ac3a7da76c60dc4eb207b7aeeadb198.tar.bz2 samba-ad5c8bad8ac3a7da76c60dc4eb207b7aeeadb198.zip |
no Makefile needed here either
(This used to be commit 4d9cd22c9e885a3b1535ab4d80f0622121abc7a6)
Diffstat (limited to 'source3/ubiqx')
-rw-r--r-- | source3/ubiqx/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/source3/ubiqx/Makefile b/source3/ubiqx/Makefile deleted file mode 100644 index ceba86651e..0000000000 --- a/source3/ubiqx/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -########################################################################### -# Database Module Library Makefile for Samba SMB client/server for unix -# Copyright (C) Andrew Tridgell 1992-1996 -# Copyright (C) John H Terpstra 1995-1997 -# Copyright (C) Luke Kenneth Casson Leighton 1996-1997 -########################################################################### - -THIS_LIB = libubiqx.a -THIS_OBJ = ubi_AVLtree.o ubi_SplayTree.o ubi_BinTree.o \ - ubi_dLinkList.o ubi_StackQueue.o ubi_sLinkList.o -LIB_INCS = ubi_AVLtree.h ubi_SplayTree.h ubi_BinTree.h \ - ubi_dLinkList.h ubi_StackQueue.h ubi_sLinkList.h - -export THIS_LIB -export THIS_OBJ -export LIB_INCS - -include ../Makefile.lib - -proto: - @echo Prototype for $@ are not automatically generated - - - - - |