File: Makefile

package info (click to toggle)
smake 1.2a23-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 2,820 kB
  • ctags: 2,459
  • sloc: ansic: 14,285; sh: 2,538; makefile: 113; pascal: 41
file content (11 lines) | stat: -rw-r--r-- 502 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#
# This is only the bootstrap makefile.
# The 'real' makefile is called 'SMakefile'. It is used in the special
# case of compiling 'smake' to help to make the compiling as simple
# as possible. Smake first looks for 'SMakefile' and thus the 
# command 'psmake/smake $@' will use 'SMakefile' to read rules.
#
all clean clobber distclean install ibins depend rmdep config TAGS tags rmtarget relink:
	@echo "NOTICE: Using bootstrap 'Makefile' to make '$@'"
	cd psmake && sh ./MAKE-all
	./psmake/smake $@