fba055ec965f9e452db9a5eeb7eeabdac490b675
[samba.git] / source3 / 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_dLinkList.o
10 LIB_INCS = ubi_dLinkList.h
11
12 export THIS_LIB
13 export THIS_OBJ
14 export LIB_INCS
15
16 include ../Makefile.lib
17
18 proto:
19         @echo Prototype for $@ are not automatically generated