diff options
| author | Matthias Radestock <matthias@lshift.net> | 2009-01-09 09:39:26 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2009-01-09 09:39:26 +0000 |
| commit | 357eaefee1f55d7ae4e5a201668a343bb9f731d3 (patch) | |
| tree | 113c4a2b587953a8b77894fe05f9e3ac12bc18a3 /Makefile | |
| parent | 44390de962d29ececdfcf8a03430676b467c7789 (diff) | |
| parent | 0558170003bb864319e0a820cba424d9fc22cf64 (diff) | |
| download | rabbitmq-server-git-357eaefee1f55d7ae4e5a201668a343bb9f731d3.tar.gz | |
merge bug20088 into bug20099
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -39,9 +39,12 @@ ERL_CALL=erl_call -sname $(RABBITMQ_NODENAME) -e #all: $(EBIN_DIR)/rabbit.boot all: $(TARGETS) -$(EBIN_DIR)/%.beam: $(SOURCE_DIR)/%.erl $(INCLUDE_DIR)/rabbit_framing.hrl $(INCLUDE_DIR)/rabbit.hrl +$(EBIN_DIR)/gen_server2.beam: $(SOURCE_DIR)/gen_server2.erl erlc $(ERLC_OPTS) $< -# ERLC_EMULATOR="erl -smp" erlc $(ERLC_OPTS) $< + +$(EBIN_DIR)/%.beam: $(SOURCE_DIR)/%.erl $(INCLUDE_DIR)/rabbit_framing.hrl $(INCLUDE_DIR)/rabbit.hrl $(EBIN_DIR)/gen_server2.beam + erlc $(ERLC_OPTS) -pa $(EBIN_DIR) $< +# ERLC_EMULATOR="erl -smp" erlc $(ERLC_OPTS) -pa $(EBIN_DIR) $< $(INCLUDE_DIR)/rabbit_framing.hrl: codegen.py $(AMQP_CODEGEN_DIR)/amqp_codegen.py $(AMQP_SPEC_JSON_PATH) $(PYTHON) codegen.py header $(AMQP_SPEC_JSON_PATH) > $@ |
