Added mechanism for installing header files

This commit is contained in:
ceriel 1989-12-19 15:32:51 +00:00
parent 80b04b4440
commit 33e47b1a51

View file

@ -13,6 +13,8 @@ OLIB=tail_$(PREF)$(SUB)
install:
MakeArch
-if [ -d $(EMHOME)/include/tail_ac ] then : ; else mkdir $(EMHOME)/include/tail_ac ; fi
( cd headers; tar cf - `cat LIST` ) | ( cd $(EMHOME)/include/tail_ac ; tar xf - )
clean:
rm -f OLIST */OLIST