Browse Source

+ Fixed dependencies

michael 26 years ago
parent
commit
cbacdd5e99
1 changed files with 5 additions and 5 deletions
  1. 5 5
      fcl/linux/Makefile

+ 5 - 5
fcl/linux/Makefile

@@ -7,7 +7,8 @@
 #
 #
 
 
 # What Compiler should we use ?
 # What Compiler should we use ?
-PP=/home/michael/fpk/compiler/ppc386
+# PP=/home/michael/fpk/compiler/ppc386
+PP=ppc386
 
 
 # Where are the Free Pascal units ? (Optional)
 # Where are the Free Pascal units ? (Optional)
 UNITDIR = /home/michael/fpk/rtl/linux
 UNITDIR = /home/michael/fpk/rtl/linux
@@ -21,7 +22,7 @@ CPU=i386
 OPT=
 OPT=
 
 
 # Where to install the units ?
 # Where to install the units ?
-UNITINSTALLDIR=/usr/lib/fpc/0.99.6/fcl
+UNITINSTALLDIR=/usr/lib/fpc/0.99.11/fcl
 
 
 # Where to install the programs ?
 # Where to install the programs ?
 BININSTALLDIR=/usr/local/bin
 BININSTALLDIR=/usr/local/bin
@@ -50,7 +51,7 @@ INCFILENAMES=$(addprefix $(INCDIR)/,$(INCNAMES))
 # If nothing special needs doing, then just fill in the names here.
 # If nothing special needs doing, then just fill in the names here.
 # The rest should be automatic.
 # The rest should be automatic.
 UNITNAMES=classes
 UNITNAMES=classes
-#PROGNAMES=
+PROGNAMES=tests
 UNITOBJECTS=$(addsuffix .o, $(UNITNAMES))
 UNITOBJECTS=$(addsuffix .o, $(UNITNAMES))
 UNITFILES=$(addsuffix .ppu, $(UNITNAMES))
 UNITFILES=$(addsuffix .ppu, $(UNITNAMES))
 PROGSOURCES=$(addsiffix .pp, $(PROGNAMES))
 PROGSOURCES=$(addsiffix .pp, $(PROGNAMES))
@@ -79,8 +80,7 @@ progs: $(PROGNAMES)
 $(PROGNAMES): %:%.pp
 $(PROGNAMES): %:%.pp
 	$(PP) $(OPT) $<
 	$(PP) $(OPT) $<
 
 
-classes.ppu: classes.pp $(INCFILENAMES) $(PROCFILENAMES) osfile.inc \
-             oscalls.inc
+classes.ppu: classes.pp $(INCFILENAMES) $(PROCFILENAMES) \
 
 
 #
 #
 # Generic install and clean targets
 # Generic install and clean targets