Page MenuHome GnuPG

Makefile.in
No OneTemporary

Makefile.in

# 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/.
# makefile for ui directory
DEPTH = ../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
DIRS = content
.PHONY: dirs $(DIRS)
all: dirs jar
dirs: $(DIRS)
$(DIRS):
$(MAKE) -C $@
MYJARFILE = enigmail.jar
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
include $(srcdir)/../util/build.mk
jar: dirs
$(MAKEJAR)
clean:
test -f $(DIST)/bin/chrome/$(MYJARFILE) && rm $(DIST)/bin/chrome/$(MYJARFILE) || echo ""
test -d $(DIST)/bin/chrome/enigmail && rm -rf $(DIST)/bin/chrome/enigmail || echo ""

File Metadata

Mime Type
text/x-makefile
Expires
Thu, Mar 19, 9:04 PM (18 h, 35 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ba/d3/21d945350d43485bd32dafe3c5f1

Event Timeline