Makefile: add more minijs deps

Change-Id: I827cf023e927e1b5068525783816200c16e85438
This commit is contained in:
Brad Fitzpatrick 2013-02-10 17:11:50 -08:00
parent f1845db855
commit 3a8c4f1cdc
1 changed files with 3 additions and 1 deletions

View File

@ -16,11 +16,13 @@ embeds:
getclosure:
perl -e 'require "misc/get_closure.pl"; get_closure_lib(); get_closure_compiler();'
UIDIR = server/camlistored/ui
NEWUIDIR = server/camlistored/newui
minijs: $(NEWUIDIR)/all.js
$(NEWUIDIR)/all.js: $(NEWUIDIR)/blob_item.js $(NEWUIDIR)/blob_item_container.js $(NEWUIDIR)/create_item.js $(NEWUIDIR)/index.js $(NEWUIDIR)/server_connection.js $(NEWUIDIR)/server_connection.js $(NEWUIDIR)/server_type.js $(NEWUIDIR)/toolbar.js
$(NEWUIDIR)/all.js: $(NEWUIDIR)/blob_item.js $(NEWUIDIR)/blob_item_container.js $(NEWUIDIR)/create_item.js $(NEWUIDIR)/index.js $(NEWUIDIR)/server_connection.js $(NEWUIDIR)/server_connection.js $(NEWUIDIR)/server_type.js $(NEWUIDIR)/toolbar.js $(UIDIR)/base64.js $(UIDIR)/camli.js $(UIDIR)/Crypto.js $(UIDIR)/SHA1.js
# This will generate non working code for now, since camli.js, SHA1.js, Crypto.js,
# and base64.js are not explicitely declared as dependencies.
tmp/closure-lib/closure/bin/build/closurebuilder.py\