This commit is contained in:
briano%netscape.com 1999-09-10 00:24:28 +00:00
Родитель 9abfe6b7ae
Коммит 863ad44dc7
3 изменённых файлов: 24 добавлений и 28 удалений

Просмотреть файл

@ -1,4 +1,3 @@
#!gmake
# #
# The contents of this file are subject to the Netscape Public License # The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in # Version 1.0 (the "NPL"); you may not use this file except in
@ -14,16 +13,16 @@
# Communications Corporation. Portions created by Netscape are # Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights # Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved. # Reserved.
#
DEPTH = ../.. DEPTH = ../..
topsrcdir = @top_srcdir@ topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
DIRS = include src DIRS = include src
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,3 @@
#!gmake
# #
# The contents of this file are subject to the Netscape Public License # The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in # Version 1.0 (the "NPL"); you may not use this file except in
@ -14,20 +13,19 @@
# Communications Corporation. Portions created by Netscape are # Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights # Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved. # Reserved.
#
DEPTH = ../../.. DEPTH = ../../..
topsrcdir = @top_srcdir@ topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
MODULE = layer MODULE = layer
EXPORTS = layers.h xp_rect.h cl_types.h EXPORTS = layers.h xp_rect.h cl_types.h
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS)) EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,4 +1,3 @@
#!gmake
# #
# The contents of this file are subject to the Netscape Public License # The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in # Version 1.0 (the "NPL"); you may not use this file except in
@ -14,19 +13,20 @@
# Communications Corporation. Portions created by Netscape are # Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights # Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved. # Reserved.
#
DEPTH = ../../.. DEPTH = ../../..
topsrcdir = @top_srcdir@ topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
MODULE = layer MODULE = layer
LIBRARY_NAME = layer LIBRARY_NAME = layer
REQUIRES = layer dbm img util
CSRCS = \ CSRCS = \
cl_comp.c \ cl_comp.c \
cl_drwbl.c \ cl_drwbl.c \
@ -36,6 +36,5 @@ CSRCS = \
xp_rect.c \ xp_rect.c \
$(NULL) $(NULL)
REQUIRES = layer dbm img util
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk