From 4deafdc9de182eed9b033990bcb281b9f985aceb Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 10 Nov 1993 12:33:15 +0000 Subject: [PATCH] Changed modules mechanism --- modules/h/.distr | 1 + modules/h/proto.make | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 modules/h/proto.make diff --git a/modules/h/.distr b/modules/h/.distr index 613760fe6..3b81455d9 100644 --- a/modules/h/.distr +++ b/modules/h/.distr @@ -6,3 +6,4 @@ em_label.h em_codeCE.h emO_code.h em_mesX.h +proto.make diff --git a/modules/h/proto.make b/modules/h/proto.make new file mode 100644 index 000000000..c74a15bf1 --- /dev/null +++ b/modules/h/proto.make @@ -0,0 +1,34 @@ +# $Header$ + +#PARAMS do not delete this line! + +SRC_DIR = $(SRC_HOME)/modules/h +MOD_DIR = $(TARGET_HOME)/modules +FILES = \ + $(SRC_DIR)/ansi.h \ + $(SRC_DIR)/em.h \ + $(SRC_DIR)/em_arith.h \ + $(SRC_DIR)/em_code.h \ + $(SRC_DIR)/em_label.h \ + $(SRC_DIR)/em_codeCE.h \ + $(SRC_DIR)/emO_code.h \ + $(SRC_DIR)/em_mesX.h + +all: + +install: all + -mkdir $(MOD_DIR)/h + cp $(FILES) $(MOD_DIR)/h + +cmp: all + -cmp $(SRC_DIR)/idf_pkg.body $(MOD_DIR)/pkg/idf_pkg.body + -cmp $(SRC_DIR)/idf_pkg.spec $(MOD_DIR)/pkg/idf_pkg.spec + +pr: + @pr $(SRC_DIR)/proto.make $(FILES) + +opr: + make pr | opr + +clean: +lintlib: -- 2.34.1