From a3e7c43db2b7774a5bd528da3adb453d3a6dcfa7 Mon Sep 17 00:00:00 2001 From: Kostis Sagonas Date: Sun, 6 Feb 2011 18:19:46 +0200 Subject: Remove typer_annotator.erl and typer.hrl --- lib/typer/src/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'lib/typer/src/Makefile') diff --git a/lib/typer/src/Makefile b/lib/typer/src/Makefile index 41ed719d1b..3d7827b5b5 100644 --- a/lib/typer/src/Makefile +++ b/lib/typer/src/Makefile @@ -45,9 +45,9 @@ DIALYZER_DIR = $(ERL_TOP)/lib/dialyzer # ---------------------------------------------------- # Target Specs # ---------------------------------------------------- -MODULES = typer typer_annotator +MODULES = typer -HRL_FILES= typer.hrl +HRL_FILES= ERL_FILES= $(MODULES:%=%.erl) INSTALL_FILES= $(MODULES:%=$(EBIN)/%.$(EMULATOR)) $(APP_TARGET) $(APPUP_TARGET) TARGET_FILES= $(INSTALL_FILES) @@ -91,12 +91,9 @@ $(APPUP_TARGET): $(APPUP_SRC) ../vsn.mk sed -e 's;%VSN%;$(VSN);' $< > $@ # --------------------------------------------------------------------- -# dependencies -- I wish they were somehow automatically generated +# dependencies # --------------------------------------------------------------------- -$(EBIN)/typer.beam: typer.hrl -$(EBIN)/typer_annotator.beam: typer.hrl -$(EBIN)/typer_info.beam: typer.hrl # ---------------------------------------------------- # Release Target -- cgit v1.2.3