Modified Files:
[samba.git] / source / ubiqx / Makefile
1 ###########################################################################
2 # Database Module Library Makefile for Samba SMB client/server for unix
3 # Copyright (C) Andrew Tridgell              1992-1996
4 # Copyright (C) John H Terpstra              1995-1997
5 # Copyright (C) Luke Kenneth Casson Leighton 1996-1997
6 ###########################################################################
7
8 THIS_LIB = libubiqx.a
9 THIS_OBJ = ubi_AVLtree.o ubi_SplayTree.o ubi_BinTree.o \
10            ubi_dLinkList.o ubi_StackQueue.o ubi_sLinkList.o
11 LIB_INCS = ubi_AVLtree.h ubi_SplayTree.h ubi_BinTree.h \
12            ubi_dLinkList.h ubi_StackQueue.h ubi_sLinkList.h
13
14 export THIS_LIB
15 export THIS_OBJ
16 export LIB_INCS
17
18 include ../Makefile.lib
19
20 proto:
21         @echo Prototype for $@ are not automatically generated
22
23
24
25
26