Added mechanism for installing header files

This commit is contained in:
ceriel 1989-12-19 15:32:51 +00:00
parent 2e7ea9a523
commit a769cc45bf

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