Add missing dependencies

This commit is contained in:
Tom Payne
2012-07-28 23:26:34 +02:00
parent 5c0498a958
commit a4727c4ef7

View File

@@ -16,22 +16,22 @@ ol.js: $(PLOVR_JAR) $(SRC) src/ol/ol.js
@echo $@ "uncompressed:" $(shell wc -c <$@) bytes
@echo $@ " compressed:" $(shell gzip -9 -c <$@ | wc -c) bytes
ol-skeleton.js: $(PLOVR_JAR) $(SRC)
ol-skeleton.js: $(PLOVR_JAR) $(SRC) skeleton.js
java -jar $(PLOVR_JAR) build $(basename $@).json >$@
@echo $@ "uncompressed:" $(shell wc -c <$@) bytes
@echo $@ " compressed:" $(shell gzip -9 -c <$@ | wc -c) bytes
ol-skeleton-debug.js: $(PLOVR_JAR) $(SRC)
ol-skeleton-debug.js: $(PLOVR_JAR) $(SRC) skeleton.js
java -jar $(PLOVR_JAR) build $(basename $@).json >$@
@echo $@ "uncompressed:" $(shell wc -c <$@) bytes
@echo $@ " compressed:" $(shell gzip -9 -c <$@ | wc -c) bytes
ol-skeleton-dom.js: $(PLOVR_JAR) $(SRC)
ol-skeleton-dom.js: $(PLOVR_JAR) $(SRC) skeleton.js
java -jar $(PLOVR_JAR) build $(basename $@).json >$@
@echo $@ "uncompressed:" $(shell wc -c <$@) bytes
@echo $@ " compressed:" $(shell gzip -9 -c <$@ | wc -c) bytes
ol-skeleton-webgl.js: $(PLOVR_JAR) $(SRC)
ol-skeleton-webgl.js: $(PLOVR_JAR) $(SRC) skeleton.js
java -jar $(PLOVR_JAR) build $(basename $@).json >$@
@echo $@ "uncompressed:" $(shell wc -c <$@) bytes
@echo $@ " compressed:" $(shell gzip -9 -c <$@ | wc -c) bytes