mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-13 01:29:43 +00:00
Makefile:
Added rules to handle the source-on-case-sensitive- appleshare-server problem.
This commit is contained in:
parent
765f0298d7
commit
e776384122
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user