3 include $(saclroot
)/common.mk
8 $(SILENT
) $(MAKE
) -C
$(COMPILERDIR
) saclc
9 $(SILENT
) cp
-f
$(COMPILERDIR
)/saclc .
/
12 $(SILENT
) $(INSTALL
) -d
$(exec_prefix) $(lispdir
) $(includedir) $(datadir) $(man1dir)
14 install: saclc
installdirs
15 $(info Installing
) # TODO: Plugins and documentation missing
16 $(SILENT
) $(INSTALL
) saclc
19 tar '--exclude=*.git*' -jcvf ..
/sacl-backup.
tar.bz2 .
25 $(MAKE
) -C src
/compiler
clean
34 .PHONY
: clean superclean backup compilerclean