Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F37961252
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
1 KB
Subscribers
None
Makefile
View Options
# 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
TST =
ifeq ($(TESTS),yes)
TST = tst
endif
PREF_JS_EXPORTS = $(srcdir)/prefs/enigmail.js
COMPFILES = \
enigmail.js \
mimeDecrypt.js \
mimeEncrypt.js \
enigprefs-service.js \
enigMsgCompFields.js
PREFFILES = prefs/enigmail.js
MODFILES = \
commonFuncs.jsm \
gpgAgentHandler.jsm \
keyManagement.jsm \
pipeConsole.jsm \
enigmailCore.jsm \
enigmailCommon.jsm \
enigmailConvert.jsm \
passwordCheck.jsm \
installGnuPG.jsm \
mimeVerify.jsm
all: deploy $(TST)
tst:
$(MAKE) -C tests
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
Details
Attached
Mime Type
text/x-makefile
Expires
Thu, Mar 19, 9:05 PM (5 h, 47 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
de/a5/d6693fc56a7c8fef7bfc9a0d49a8
Attached To
rENIG Enigmail
Event Timeline
Log In to Comment