# # Makefile.fpc to create and group units needed for # tests for all targets # [target] units=erroru [install] fpcpackage=y [default] fpcdir=../.. [rules] .PHONY: rtl fcl clean INSTALLOPT=INSTALL_UNITDIR=$(BASEDIR) rtl: $(MAKE) -C ../../rtl all $(MAKE) -C ../../rtl install $(INSTALLOPT) fcl: $(MAKE) -C ../../fcl all $(MAKE) -C ../../fcl install $(INSTALLOPT) clean : cleanall erroru$(PPUEXT): erroru.pp rtl fcl