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 file, michael@0: # You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: LIBS = \ michael@0: $(XPCOM_STANDALONE_GLUE_LDOPTS) \ michael@0: $(MOZ_GTK2_LIBS) \ michael@0: $(NULL) michael@0: michael@0: NSDISTMODE = copy michael@0: michael@0: PROGRAMS_DEST = $(DIST)/bin michael@0: michael@0: include $(topsrcdir)/config/rules.mk michael@0: michael@0: CXXFLAGS += \ michael@0: $(MOZ_GTK2_CFLAGS) \ michael@0: $(NULL) michael@0: michael@0: GRE_BUILDID := $(shell cat $(DEPTH)/config/buildid) michael@0: DEFINES += -DGRE_BUILDID=$(GRE_BUILDID) michael@0: michael@0: webapprt.$(OBJ_SUFFIX): $(DEPTH)/config/buildid