HDRS = [-.include] [-] ;
CCFLAGS = /define="HAVE_CONFIG_H"
	/warn=noinfo 
	/standard=ansi89
	;

Library         libpython.a : 
		bltinmodule.c
		ceval.c cgensupport.c compile.c
		errors.c
		getargs.c getmtime.c graminit.c
		import.c importdl.c
		marshal.c modsupport.c mystrtoul.c
		pythonmain.c pythonrun.c
		sigcheck.c structmember.c sysmodule.c
		traceback.c
		getopt.c

		# If you want threads
		# thread.c
		;
