* Makefile.am (ei386beos.o): New.
* emulparams/i386beos.sh: New file.
* emultempl/beos.em, scripttempl/i386beos.sc: New file.
lose_these_too="${r5900_files} ${lose_these_too}"
fi
+beos_files="i386beos.sh"
+if ( echo $* | grep keep\-beos > /dev/null ) ; then
+ keep_these_too="${beos_files} ${keep_these_too}"
+else
+ lose_these_too="${beos_files} ${lose_these_too}"
+fi
+
# All files listed between the "Things-to-keep:" line and the
# "Do-last:" line will be kept. All other files will be removed.
# Directories listed in this section will have their own Sanitize
Do-first:
+beos_files="beos.em"
+if ( echo $* | grep keep\-beos > /dev/null ) ; then
+ keep_these_too="${beos_files} ${keep_these_too}"
+else
+ lose_these_too="${beos_files} ${lose_these_too}"
+fi
+
# All files listed between the "Things-to-keep:" line and the
# "Do-last:" line will be kept. All other files will be removed.
lose_these_too="${tic80_files} ${lose_these_too}"
fi
+beos_files="i386beos.sc"
+if ( echo $* | grep keep\-beos > /dev/null ) ; then
+ keep_these_too="${beos_files} ${keep_these_too}"
+else
+ lose_these_too="${beos_files} ${lose_these_too}"
+fi
+
# All files listed between the "Things-to-keep:" line and the
# "Do-last:" line will be kept. All other files will be removed.
# Directories listed in this section will have their own Sanitize