From e7763841226db95ff57712135b82aa18d89b1ad9 Mon Sep 17 00:00:00 2001 From: gdr-ftp Date: Mon, 8 Feb 1999 06:20:56 +0000 Subject: [PATCH] Makefile: Added rules to handle the source-on-case-sensitive- appleshare-server problem. --- lib/lsaneglue/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/lsaneglue/Makefile b/lib/lsaneglue/Makefile index 17d4f8d..b9d7052 100644 --- a/lib/lsaneglue/Makefile +++ b/lib/lsaneglue/Makefile @@ -66,5 +66,17 @@ release: $(LIB) sane.h saneglue.3 mkso.data install mkso.data $(MI_INSTALL)/mkso.lsaneglue chtyp -lcc $(MI_INCDIR)/sane.h +# Implicit rule to handle Rez source on case sensitive Appleshare servers +.IMPORT .IGNORE: TMPDIR +.IF $(TMPDIR) == $(NULL) +TMPDIR = 14 +.END +.IF $(APPLESHARE_CASE_SENSITIVE) != $(NULL) +%.r : %.rez + $(INSTALL) $< $(TMPDIR)/$< + $(REZ) -o $@ -c $(REZFLAGS) $(TMPDIR)/$< + $(RM) -f $(TMPDIR)/$< +.END + findfpcp.o:: findfpcp.mac saneglue.o:: saneglue.mac