mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
parent
48d07d5bd2
commit
ad5c8bad8a
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user