From e4c28917dd3ee9708ded9fe19b314e6ca4ab5eef Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Fri, 17 Sep 1999 11:42:20 +0000 Subject: 1999-09-17 Thomas Bushnell, BSG * Makeconf [Installation section]: Last change (9 Sep 1999) broke this. Separate more clearly the library and non-library install rules. --- Makeconf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makeconf') diff --git a/Makeconf b/Makeconf index d29698e5..3985b10f 100644 --- a/Makeconf +++ b/Makeconf @@ -175,6 +175,9 @@ endif endif # Installation +ifneq ($(makemode),library) + +# not library ifndef targets targets = $(target) endif @@ -184,8 +187,10 @@ all: $(install-targets) install: $(installationdir) $(addprefix $(installationdir)/,$(install-targets)) $(addprefix $(installationdir)/,$(installable)): $(installationdir)/%: % $(INSTALL_PROGRAM) $(INSTALL-$<-ops) $< $@ +else + +# library (several parts, library itself, headers, etc.) -ifeq ($(makemode),library) all: libs install libs: add-to-librecord add-to-librecord: $(targets) -- cgit v1.2.3