|
@@ -2,7 +2,7 @@
|
|
# $Id$
|
|
# $Id$
|
|
# Copyright (c) 1999 by the Free Pascal Development Team
|
|
# 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,
|
|
# See the file COPYING.FPC, included in this distribution,
|
|
# for details about the copyright.
|
|
# for details about the copyright.
|
|
@@ -38,7 +38,11 @@ DEFAULTUNITS=1
|
|
# Real targets
|
|
# Real targets
|
|
#####################################################################
|
|
#####################################################################
|
|
|
|
|
|
-UNITOBJECTS=classes
|
|
|
|
|
|
+# INCUNITS is defined in makefile.inc
|
|
|
|
+# They are default units for all platforms.
|
|
|
|
+include $(INC)/Makefile.inc
|
|
|
|
+
|
|
|
|
+UNITOBJECTS=$(INCUNITS)
|
|
EXEOBJECTS=
|
|
EXEOBJECTS=
|
|
|
|
|
|
|
|
|
|
@@ -116,14 +120,19 @@ endif
|
|
|
|
|
|
vpath %$(PASEXT) $(INC)
|
|
vpath %$(PASEXT) $(INC)
|
|
|
|
|
|
-include $(INC)/Makefile.inc
|
|
|
|
INCFILES=$(addprefix $(INC)/,$(INCNAMES))
|
|
INCFILES=$(addprefix $(INC)/,$(INCNAMES))
|
|
|
|
|
|
classes$(PPUEXT): $(INCFILES) classes$(PASEXT)
|
|
classes$(PPUEXT): $(INCFILES) classes$(PASEXT)
|
|
|
|
|
|
#
|
|
#
|
|
# $Log$
|
|
# $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
|
|
# * makefile updates
|
|
#
|
|
#
|
|
#
|
|
#
|