Added mechanism for installing header files
authorceriel <none@none>
Tue, 19 Dec 1989 15:32:51 +0000 (15:32 +0000)
committerceriel <none@none>
Tue, 19 Dec 1989 15:32:51 +0000 (15:32 +0000)
lang/cem/libcc.ansi/Makefile

index 866fffd..984a36d 100644 (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