2000-02-02 22:48:55 +00:00
|
|
|
#
|
2000-09-07 21:26:29 +00:00
|
|
|
# The contents of this file are subject to the Mozilla Public
|
2000-02-02 22:48:55 +00:00
|
|
|
# License Version 1.1 (the "License"); you may not use this file
|
|
|
|
# except in compliance with the License. You may obtain a copy of
|
2000-09-07 21:26:29 +00:00
|
|
|
# the License at http://www.mozilla.org/MPL/
|
2000-02-02 22:48:55 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
2000-09-07 21:26:29 +00:00
|
|
|
# The Initial Developer of the Original Code is Brian Ryner.
|
|
|
|
# Portions created by Brian Ryner are Copyright (C) 2000 Brian Ryner.
|
|
|
|
# All Rights Reserved.
|
2000-02-02 22:48:55 +00:00
|
|
|
#
|
|
|
|
# Contributor(s):
|
2000-09-07 21:26:29 +00:00
|
|
|
# Brian Ryner <bryner@uiuc.edu>
|
2000-02-02 22:48:55 +00:00
|
|
|
|
|
|
|
DEPTH = ../../../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
MODULE = necko
|
2000-05-06 09:15:56 +00:00
|
|
|
LIBRARY_NAME = nkfinger_s
|
2001-03-26 23:40:28 +00:00
|
|
|
REQUIRES = xpcom string mimetype
|
2000-02-02 22:48:55 +00:00
|
|
|
|
|
|
|
CPPSRCS = \
|
|
|
|
nsFingerHandler.cpp \
|
|
|
|
nsFingerChannel.cpp \
|
|
|
|
$(NULL)
|
|
|
|
|
2000-05-06 09:15:56 +00:00
|
|
|
# we don't want the shared lib, but we want to force the creation of a
|
|
|
|
# static lib.
|
2001-06-18 22:10:38 +00:00
|
|
|
FORCE_STATIC_LIB = 1
|
2000-02-02 22:48:55 +00:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|