From 9491a2f95cd17f1a3eb0eef3eb2b889f02210038 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 8 Apr 1999 15:57:59 +0000 Subject: [PATCH] + INCUNITS added --- fcl/inc/Makefile.inc | 2 ++ fcl/linux/Makefile | 12 +++++++++--- fcl/os2/Makefile | 17 +++++++++++++---- 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/fcl/inc/Makefile.inc b/fcl/inc/Makefile.inc index 00f6dad015..44b972a7bf 100644 --- a/fcl/inc/Makefile.inc +++ b/fcl/inc/Makefile.inc @@ -4,3 +4,5 @@ INCNAMES=classes.inc classesh.inc bits.inc collect.inc compon.inc filer.inc\ lists.inc parser.inc persist.inc reader.inc streams.inc strings.inc\ thread.inc writer.inc + +INCUNITS=classes inifiles \ No newline at end of file diff --git a/fcl/linux/Makefile b/fcl/linux/Makefile index 90017e259d..b5b2c2706b 100644 --- a/fcl/linux/Makefile +++ b/fcl/linux/Makefile @@ -38,7 +38,11 @@ DEFAULTUNITS=1 # Real targets ##################################################################### -UNITOBJECTS=classes +# INCUNITS is defined in makefile.inc +# They are default units for all platforms. +include $(INC)/Makefile.inc + +UNITOBJECTS=$(INCUNITS) EXEOBJECTS= @@ -116,14 +120,16 @@ endif vpath %$(PASEXT) $(INC) -include $(INC)/Makefile.inc INCFILES=$(addprefix $(INC)/,$(INCNAMES)) classes$(PPUEXT): $(INCFILES) classes$(PASEXT) # # $Log$ -# Revision 1.7 1999-04-08 10:18:59 peter +# Revision 1.8 1999-04-08 15:58:44 michael +# + INCUNITS added +# +# Revision 1.7 1999/04/08 10:18:59 peter # * makefile updates # # diff --git a/fcl/os2/Makefile b/fcl/os2/Makefile index 14f1197f9e..bd93602c05 100644 --- a/fcl/os2/Makefile +++ b/fcl/os2/Makefile @@ -2,7 +2,7 @@ # $Id$ # Copyright (c) 1999 by the Free Pascal Development Team # -# Makefile for Free Component Library for OS/2 +# Makefile for Free Component Library for Linux # # See the file COPYING.FPC, included in this distribution, # for details about the copyright. @@ -38,7 +38,11 @@ DEFAULTUNITS=1 # Real targets ##################################################################### -UNITOBJECTS=classes +# INCUNITS is defined in makefile.inc +# They are default units for all platforms. +include $(INC)/Makefile.inc + +UNITOBJECTS=$(INCUNITS) EXEOBJECTS= @@ -116,14 +120,19 @@ endif vpath %$(PASEXT) $(INC) -include $(INC)/Makefile.inc INCFILES=$(addprefix $(INC)/,$(INCNAMES)) classes$(PPUEXT): $(INCFILES) classes$(PASEXT) # # $Log$ -# Revision 1.4 1999-04-08 10:19:01 peter +# Revision 1.5 1999-04-08 15:59:54 michael +# + INCUNITS added +# +# Revision 1.8 1999/04/08 15:58:44 michael +# + INCUNITS added +# +# Revision 1.7 1999/04/08 10:18:59 peter # * makefile updates # #