Page MenuHome GnuPG

Makefile
No OneTemporary

Makefile

# 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/.
DEPTH = ..
include $(DEPTH)/config/autoconf.mk
PREF_JS_EXPORTS = $(srcdir)/prefs/enigmail.js
COMPFILES = \
enigmail.js \
pgpmimeHandler.js \
mimeEncrypt.js \
prefs-service.js \
msgCompFields.js
PREFFILES = prefs/enigmail.js
MODFILES = \
app.jsm \
armor.jsm \
attachment.jsm \
card.jsm \
clipboard.jsm \
commandLine.jsm \
configBackup.jsm \
configure.jsm \
constants.jsm \
data.jsm \
decryption.jsm \
decryptPermanently.jsm \
dialog.jsm \
encryption.jsm \
core.jsm \
errorHandling.jsm \
funcs.jsm \
gpgAgent.jsm \
protocolHandler.jsm \
events.jsm \
execution.jsm \
expiry.jsm \
files.jsm \
filters.jsm \
fixExchangeMsg.jsm \
glodaMime.jsm \
glodaUtils.jsm \
gpg.jsm \
hash.jsm \
httpProxy.jsm \
installGnuPG.jsm \
key.jsm \
keyEditor.jsm \
keyRing.jsm \
keyserver.jsm \
lazy.jsm \
locale.jsm \
log.jsm \
mime.jsm \
mimeDecrypt.jsm \
mimeVerify.jsm \
os.jsm \
passwordCheck.jsm \
passwords.jsm \
pipeConsole.jsm \
prefs.jsm \
promise.jsm \
rules.jsm \
streams.jsm \
system.jsm \
time.jsm \
timer.jsm \
trust.jsm \
uris.jsm \
verify.jsm \
windows.jsm
all: deploy
deploy: $(PREFFILES) $(COMPFILES) $(MODFILES)
$(DEPTH)/util/install -m 644 $(DIST)/components $(COMPFILES)
$(DEPTH)/util/install -m 644 $(DIST)/defaults/preferences $(PREFFILES)
$(DEPTH)/util/install -m 644 $(DIST)/modules $(MODFILES)
clean:
$(DEPTH)/util/install -u $(DIST)/components $(COMPFILES)
$(DEPTH)/util/install -u $(DIST)/defaults/preferences $(PREFFILES)
$(DEPTH)/util/install -u $(DIST)/modules $(MODFILES)

File Metadata

Mime Type
text/x-makefile
Expires
Tue, Jan 20, 6:54 AM (7 h, 37 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a5/d9/ef75ced4e374c1cbf206c5b900a4

Event Timeline