Sha256: 9d315eaea1bffecc85cb11e0634d232090c54a28a9ae29ccd7fd9defab87518d

Contents?: true

Size: 723 Bytes

Versions: 43

Compression:

Stored size: 723 Bytes

Contents

JSL_DIR=jsl-0.3.0
JSL_SRC=$(JSL_DIR)/src

# Load the SpiderMonkey config to find the OS define
# Also use this for the SO_SUFFIX
BUILD_OPT=1
DEPTH=$(JSL_SRC)
include $(JSL_SRC)/config.mk

BUILD_DIR=$(JSL_DIR)/bin

COPY_JSL=$(BUILD_DIR)/jsl
ORIG_JSL=$(JSL_SRC)/$(OBJDIR)/jsl

ALL_TARGETS=$(COPY_JSL) $(BUILD_DIR)

all: $(ALL_TARGETS)

install: all

clean:
	make -f Makefile.ref -C $(JSL_SRC) BUILD_OPT=$(BUILD_OPT) clean
	rm -rf $(JSL_SRC)/$(OBJDIR)
	rm -rf $(JSL_SRC)/editline/$(OBJDIR)
	rm -rf $(JSL_SRC)/fdlibm/$(OBJDIR)
	rm -rf $(BUILD_DIR)

$(BUILD_DIR):
	mkdir -p $(BUILD_DIR)

$(COPY_JSL): $(BUILD_DIR) $(ORIG_JSL)
	cp $(ORIG_JSL) $(COPY_JSL)

$(ORIG_JSL): 
	make -f Makefile.ref -C $(JSL_SRC) BUILD_OPT=$(BUILD_OPT)

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
distil-0.14.5.a vendor/Makefile
distil-0.14.4 vendor/Makefile
distil-0.14.3 vendor/Makefile
distil-0.14.2 vendor/Makefile
distil-0.14.2.a vendor/Makefile
distil-0.14.1 vendor/Makefile
distil-0.14.1.a vendor/Makefile
distil-0.14.0 vendor/Makefile
distil-0.14.0.i vendor/Makefile
distil-0.14.0.h vendor/Makefile
distil-0.14.0.g vendor/Makefile
distil-0.14.0.d vendor/Makefile
distil-0.14.0.c vendor/Makefile
distil-0.14.0.b vendor/Makefile
distil-0.13.6 vendor/Makefile
distil-0.13.5 vendor/Makefile
distil-0.13.4 vendor/Makefile
distil-0.13.3 vendor/Makefile
distil-0.13.2 vendor/Makefile
distil-0.13.1 vendor/Makefile