зеркало из https://github.com/mozilla/gecko-dev.git
19 строки
387 B
Makefile
19 строки
387 B
Makefile
# This file is generated by gyp; do not edit.
|
|
|
|
TOOLSET := target
|
|
TARGET := net
|
|
### Rules for final target.
|
|
$(obj).target/net/net.stamp: TOOLSET := $(TOOLSET)
|
|
$(obj).target/net/net.stamp: FORCE_DO_CMD
|
|
$(call do_cmd,touch)
|
|
|
|
all_deps += $(obj).target/net/net.stamp
|
|
# Add target alias
|
|
.PHONY: net
|
|
net: $(obj).target/net/net.stamp
|
|
|
|
# Add target alias to "all" target.
|
|
.PHONY: all
|
|
all: net
|
|
|