1#
2# This is only the bootstrap makefile.
3# The 'real' makefile is called 'SMakefile'. It is used in the special
4# case of compiling 'smake' to help to make the compiling as simple
5# as possible. Smake first looks for 'SMakefile' and thus the
6# command 'psmake/smake $@' will use 'SMakefile' to read rules.
7#
8.PHONY: all clean clobber distclean install ibins depend rmdep config TAGS tags tests rmtarget relink
9
10all man lint clean clobber distclean install installman ibins depend rmdep config TAGS tags tests rmtarget relink:
11	@echo "NOTICE: Using bootstrap 'Makefile' to make '$@'"
12	cd psmake && sh ./MAKE-all
13	./psmake/smake -r $@
14