michael@0: # michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: michael@0: #! gmake michael@0: michael@0: MOD_DEPTH = ../../.. michael@0: topsrcdir = @top_srcdir@ michael@0: srcdir = @srcdir@ michael@0: VPATH = @srcdir@ michael@0: michael@0: include $(MOD_DEPTH)/config/autoconf.mk michael@0: michael@0: include $(topsrcdir)/config/config.mk michael@0: michael@0: include $(srcdir)/bsrcs.mk michael@0: CSRCS += $(BTCSRCS) michael@0: michael@0: TARGETS = $(OBJS) michael@0: michael@0: INCLUDES = -I$(dist_includedir) -I$(topsrcdir)/pr/include -I$(topsrcdir)/pr/include/private michael@0: michael@0: include $(topsrcdir)/config/rules.mk michael@0: michael@0: DEFINES += -D_NSPR_BUILD_ michael@0: michael@0: export:: $(TARGETS) michael@0: michael@0: