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