* tabulation problem and -dGDB -dBROWSERCOL added

This commit is contained in:
pierre 1999-11-11 00:49:11 +00:00
parent e2d9d65a2d
commit 5d19ad7dc7
4 changed files with 21 additions and 21 deletions

View File

@ -905,10 +905,10 @@ gdb:
$(MAKE) -C text all GDB=1
full:
$(MAKE) -C text all FULL=1 NEEDOPT+=-Sg
$(MAKE) -C text all FULL=1 "NEEDOPT+=-Sg -dGDB -dBROWSERCOL"
fullgdb:
$(MAKE) -C text all FULL=1 GDB=1 NEEDOPT+=-Sg
$(MAKE) -C text all FULL=1 GDB=1 "NEEDOPT+=-Sg -dGDB -dBROWSERCOL"
# This is necessary because we don't have all units separate in the
# units targets

View File

@ -6,37 +6,37 @@
.PHONY: gdb full fullgdb clean_compiler
all:
$(MAKE) -C text all
$(MAKE) -C text all
gdb:
$(MAKE) -C text all GDB=1
$(MAKE) -C text all GDB=1
full:
$(MAKE) -C text all FULL=1 NEEDOPT+=-Sg
$(MAKE) -C text all FULL=1 "NEEDOPT+=-Sg -dGDB -dBROWSERCOL"
fullgdb:
$(MAKE) -C text all FULL=1 GDB=1 NEEDOPT+=-Sg
$(MAKE) -C text all FULL=1 GDB=1 "NEEDOPT+=-Sg -dGDB -dBROWSERCOL"
# This is necessary because we don't have all units separate in the
# units targets
clean:
$(MAKE) -C fake clean
$(MAKE) -C text clean
$(MAKE) -C fake clean
$(MAKE) -C text clean
#
# Installation
#
install:
$(MAKE) -C fake install
$(MAKE) -C fake install
$(MAKE) -C fake install
$(MAKE) -C fake install
zipinstall:
$(MAKE) -C fake zipinstall
$(MAKE) -C fake zipinstall
$(MAKE) -C fake zipinstall
$(MAKE) -C fake zipinstall
#
# Misc
#
clean_compiler:
make -C ../../compiler clean
make -C ../../compiler clean

View File

@ -172,7 +172,7 @@ override NEEDGCCLIB=1
# Info
FPCINFO=fpc_infocfg fpc_infoobjects fpc_infoinstall
FPCINFO=fpc_infocfg fpc_infoobjects fpc_infoinstall
#####################################################################
# Default Directories
@ -969,10 +969,10 @@ gdb:
$(MAKE) all GDB=1
full:
$(MAKE) all FULL=1 NEEDOPT=-Sg
$(MAKE) all FULL=1 "NEEDOPT+=-Sg -dGDB -dBROWSERCOL"
fullgdb:
$(MAKE) all FULL=1 GDB=1 NEEDOPT=-Sg
$(MAKE) all FULL=1 GDB=1 "NEEDOPT+=-Sg -dGDB -dBROWSERCOL"
# This is necessary because we don't have all units separate in the
# units targets

View File

@ -49,13 +49,13 @@ endif
fp$(EXEEXT): $(wildcard *.pas) $(wildcard *.inc)
gdb:
$(MAKE) all GDB=1
$(MAKE) all GDB=1
full:
$(MAKE) all FULL=1 NEEDOPT=-Sg
$(MAKE) all FULL=1 NEEDOPT=-Sg
fullgdb:
$(MAKE) all FULL=1 GDB=1 NEEDOPT=-Sg
$(MAKE) all FULL=1 GDB=1 NEEDOPT=-Sg
# This is necessary because we don't have all units separate in the
# units targets
@ -65,10 +65,10 @@ clean : testfpcmake fpc_cleanall
# Installation
#
install: fpc_install
$(INSTALL) $(wildcard *.pt) $(wildcard *.tdf) readme.txt $(BININSTALLDIR)
$(INSTALL) $(wildcard *.pt) $(wildcard *.tdf) readme.txt $(BININSTALLDIR)
#
# Misc
#
clean_compiler:
$(MAKE) -C ../../compiler clean
$(MAKE) -C ../../compiler clean