|
@@ -1,5 +1,5 @@
|
|
#
|
|
#
|
|
-# Don't edit, this file is generated by FPCMake Version 1.1 [2004/12/20]
|
|
|
|
|
|
+# Don't edit, this file is generated by FPCMake Version 1.1 [2005/01/10]
|
|
#
|
|
#
|
|
default: all
|
|
default: all
|
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
|
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
|
|
@@ -245,7 +245,7 @@ GRAPHDIR=$(INC)/graph
|
|
ifndef USELIBGGI
|
|
ifndef USELIBGGI
|
|
USELIBGGI=NO
|
|
USELIBGGI=NO
|
|
endif
|
|
endif
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysctl baseunix unixtype unixutil unix initc cmem matrix dos dl objects printer sockets sysutils typinfo systhrds classes math varutils charset ucomplex getopts heaptrc lineinfo errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils sysconst cthreads strutils rtlconst
|
|
|
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dos dl objects printer sockets sysutils typinfo systhrds classes math varutils charset ucomplex getopts heaptrc lineinfo errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils sysconst cthreads strutils rtlconst
|
|
override TARGET_RSTS+=math varutils typinfo classes variants dateutils systhrds sysconst rtlconst
|
|
override TARGET_RSTS+=math varutils typinfo classes variants dateutils systhrds sysconst rtlconst
|
|
override INSTALL_FPCPACKAGE=y
|
|
override INSTALL_FPCPACKAGE=y
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC)
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC)
|
|
@@ -1503,3 +1503,4 @@ sysctl$(PPUEXT) : $(BSDINC)/sysctl.pp $(SYSTEMUNIT)$(PPUEXT)
|
|
cthreads$(PPUEXT) : $(UNIXINC)/cthreads.pp systhrds$(PPUEXT) unix$(PPUEXT) sysutils$(PPUEXT)
|
|
cthreads$(PPUEXT) : $(UNIXINC)/cthreads.pp systhrds$(PPUEXT) unix$(PPUEXT) sysutils$(PPUEXT)
|
|
initc$(PPUEXT) : $(SYSTEMUNIT)$(PPUEXT)
|
|
initc$(PPUEXT) : $(SYSTEMUNIT)$(PPUEXT)
|
|
console$(PPUEXT) : baseunix$(PPUEXT) termio$(PPUEXT)
|
|
console$(PPUEXT) : baseunix$(PPUEXT) termio$(PPUEXT)
|
|
|
|
+ctypes$(PPUEXT) : $(INC)/ctypes.pp $(SYSTEMUNIT)$(PPUEXT)
|