Browse Source

* removed old graph

peter 26 years ago
parent
commit
d61d92a0c7
2 changed files with 3 additions and 9 deletions
  1. 2 5
      rtl/linux/Makefile
  2. 1 4
      rtl/linux/Makefile.fpc

+ 2 - 5
rtl/linux/Makefile

@@ -1,5 +1,5 @@
 #
 #
-# Makefile generated by fpcmake v0.99.13 on 1999-12-19 16:02
+# Makefile generated by fpcmake v0.99.13 on 1999-12-20 12:09
 #
 #
 
 
 defaultrule: all
 defaultrule: all
@@ -1116,9 +1116,6 @@ printer$(PPUEXT) : printer.pp $(INC)/textrec.inc linux$(PPUEXT) $(SYSTEMPPU)
 #
 #
 # Graph
 # Graph
 #
 #
-ifndef NEWGRAPH
-graph$(PPUEXT) : graph.pp linux$(PPUEXT) objects$(PPUEXT)
-else
 include $(GRAPHDIR)/makefile.inc
 include $(GRAPHDIR)/makefile.inc
 GRAPHINCDEPS=$(addprefix $(GRAPHDIR)/,$(GRAPHINCNAMES))
 GRAPHINCDEPS=$(addprefix $(GRAPHDIR)/,$(GRAPHINCNAMES))
 ifeq ($(USELIBGGI),YES)
 ifeq ($(USELIBGGI),YES)
@@ -1129,7 +1126,7 @@ GRAPHINCDEPS+=vgagraph.inc
 endif
 endif
 graph$(PPUEXT) : $(GRAPHDIR)/graph.pp $(SYSTEMPPU) $(GRAPHINCDEPS) graph.inc
 graph$(PPUEXT) : $(GRAPHDIR)/graph.pp $(SYSTEMPPU) $(GRAPHINCDEPS) graph.inc
 	$(COMPILER) -I$(GRAPHDIR) $(GRAPHDIR)/graph.pp $(REDIR)
 	$(COMPILER) -I$(GRAPHDIR) $(GRAPHDIR)/graph.pp $(REDIR)
-endif
+
 #
 #
 # Delphi Compatible Units
 # Delphi Compatible Units
 #
 #

+ 1 - 4
rtl/linux/Makefile.fpc

@@ -139,9 +139,6 @@ printer$(PPUEXT) : printer.pp $(INC)/textrec.inc linux$(PPUEXT) $(SYSTEMPPU)
 #
 #
 # Graph
 # Graph
 #
 #
-ifndef NEWGRAPH
-graph$(PPUEXT) : graph.pp linux$(PPUEXT) objects$(PPUEXT)
-else
 include $(GRAPHDIR)/makefile.inc
 include $(GRAPHDIR)/makefile.inc
 GRAPHINCDEPS=$(addprefix $(GRAPHDIR)/,$(GRAPHINCNAMES))
 GRAPHINCDEPS=$(addprefix $(GRAPHDIR)/,$(GRAPHINCNAMES))
 ifeq ($(USELIBGGI),YES)
 ifeq ($(USELIBGGI),YES)
@@ -152,7 +149,7 @@ GRAPHINCDEPS+=vgagraph.inc
 endif
 endif
 graph$(PPUEXT) : $(GRAPHDIR)/graph.pp $(SYSTEMPPU) $(GRAPHINCDEPS) graph.inc
 graph$(PPUEXT) : $(GRAPHDIR)/graph.pp $(SYSTEMPPU) $(GRAPHINCDEPS) graph.inc
         $(COMPILER) -I$(GRAPHDIR) $(GRAPHDIR)/graph.pp $(REDIR)
         $(COMPILER) -I$(GRAPHDIR) $(GRAPHDIR)/graph.pp $(REDIR)
-endif
+
 #
 #
 # Delphi Compatible Units
 # Delphi Compatible Units
 #
 #