| emacssitelispdir=@lispdir@ |
emacssitelispdir=@lispdir@ |
| siteforthdir=$(datadir)/gforth/site-forth |
siteforthdir=$(datadir)/gforth/site-forth |
| |
|
| |
PROFOBJS = @PROFOBJS@ |
| |
PROFEXES = @PROFEXES@ |
| |
|
| CVSDIRS = CVS engine/CVS kernel/CVS doc/CVS asm/CVS ec/CVS test/CVS \ |
CVSDIRS = CVS engine/CVS kernel/CVS doc/CVS asm/CVS ec/CVS test/CVS \ |
| compat/CVS unix/CVS \ |
compat/CVS unix/CVS \ |
| arch/CVS arch/generic/CVS arch/m68k/CVS arch/mips/CVS \ |
arch/CVS arch/generic/CVS arch/m68k/CVS arch/mips/CVS \ |
| |
|
| RCS_FILES = ToDo model high-level |
RCS_FILES = ToDo model high-level |
| |
|
| ENGINES = gforth$(EXE) gforth-ditc$(EXE) gforth-fast$(EXE) gforth-itc$(EXE) #gforth-prof$(EXE) #gforth-native$(EXE) |
ENGINES = gforth$(EXE) gforth-ditc$(EXE) gforth-fast$(EXE) gforth-itc$(EXE) $(PROFEXES) #gforth-native$(EXE) |
| |
|
| GEN = $(ENGINES) kernel/version.fs |
GEN = $(ENGINES) kernel/version.fs |
| |
|
| -$(RM) -rf $(GEN) *.o engine/*.o arch/*/*.o version \ |
-$(RM) -rf $(GEN) *.o engine/*.o arch/*/*.o version \ |
| engine/gforth$(EXE) engine/gforth-fast$(EXE) \ |
engine/gforth$(EXE) engine/gforth-fast$(EXE) \ |
| engine/gforth-native$(EXE) engine/gforth-itc$(EXE) \ |
engine/gforth-native$(EXE) engine/gforth-itc$(EXE) \ |
| engine/gforth-ditc$(EXE) #engine/gforth-prof$(EXE) |
engine/gforth-ditc$(EXE) engine/gforth-prof$(EXE) |
| |
|
| distclean: clean |
distclean: clean |
| -$(RM) -rf config.cache config.log config.status \ |
-$(RM) -rf config.cache config.log config.status \ |