2001-01-10 01:32:29 +00:00
|
|
|
#
|
2012-05-29 15:52:43 +00:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2001-01-10 01:32:29 +00:00
|
|
|
|
2012-08-04 18:26:44 +00:00
|
|
|
DEPTH = @DEPTH@
|
2001-01-10 01:32:29 +00:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
2009-08-06 14:29:26 +00:00
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2003-08-16 00:42:35 +00:00
|
|
|
MODULE = pipnss
|
2009-06-13 18:53:37 +00:00
|
|
|
DIRS = src public
|
|
|
|
|
2012-02-04 17:32:24 +00:00
|
|
|
TEST_DIRS += tests
|
2007-06-21 15:22:43 +00:00
|
|
|
|
2001-01-10 01:32:29 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|