blob: fba055ec965f9e452db9a5eeb7eeabdac490b675 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
###########################################################################
# 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_dLinkList.o
LIB_INCS = ubi_dLinkList.h
export THIS_LIB
export THIS_OBJ
export LIB_INCS
include ../Makefile.lib
proto:
@echo Prototype for $@ are not automatically generated
|