Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 974 Bytes

Makefile.in

File metadata and controls

37 lines (31 loc) · 974 Bytes
 
Jan 22, 1999
Jan 22, 1999
1
#
Nov 6, 1999
Nov 6, 1999
2
3
4
5
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
Jan 22, 1999
Jan 22, 1999
6
#
Nov 6, 1999
Nov 6, 1999
7
8
9
10
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
Jan 22, 1999
Jan 22, 1999
11
#
Nov 6, 1999
Nov 6, 1999
12
13
14
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
Jan 22, 1999
Jan 22, 1999
15
# Communications Corporation. Portions created by Netscape are
Nov 6, 1999
Nov 6, 1999
16
17
18
19
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
Sep 1, 1999
Sep 1, 1999
20
#
Aug 19, 1998
Aug 19, 1998
21
Sep 1, 1999
Sep 1, 1999
22
DEPTH = ..
Aug 19, 1998
Aug 19, 1998
23
24
topsrcdir = @top_srcdir@
srcdir = @srcdir@
Sep 10, 1999
Sep 10, 1999
25
VPATH = @srcdir@
Aug 19, 1998
Aug 19, 1998
26
27
28
include $(DEPTH)/config/autoconf.mk
Aug 16, 2003
Aug 16, 2003
29
MODULE = dbm
Sep 1, 1999
Sep 1, 1999
30
DIRS = include src
Aug 19, 1998
Aug 19, 1998
31
Jan 22, 1999
Jan 22, 1999
32
ifdef ENABLE_TESTS
Sep 1, 1999
Sep 1, 1999
33
DIRS += tests
Jan 22, 1999
Jan 22, 1999
34
35
endif
Aug 19, 1998
Aug 19, 1998
36
include $(topsrcdir)/config/rules.mk