|
@@ -2379,13 +2379,14 @@ SYSUTILS_UNIX_DEPS=$(UNIXUNIT)$(PPUEXT) $(ERRORSUNIT)$(PPUEXT) $(UNIXTYPEUNIT)$(
|
|
$(SYSCALLUNIT)$(PPUEXT) $(BASEUNIXUNIT)$(PPUEXT) $(UNIXTYPEUNIT)$(PPUEXT) \
|
|
$(SYSCALLUNIT)$(PPUEXT) $(BASEUNIXUNIT)$(PPUEXT) $(UNIXTYPEUNIT)$(PPUEXT) \
|
|
$(UNIXUTILUNIT)$(PPUEXT) $(INITCUNIT)$(PPUEXT)
|
|
$(UNIXUTILUNIT)$(PPUEXT) $(INITCUNIT)$(PPUEXT)
|
|
SYSUTILS_DEPS=$(SYSUTILSDIR)/sysutils.pp $(wildcard $(OBJPASDIR)/$(SYSUTILSUNIT)/*.inc) \
|
|
SYSUTILS_DEPS=$(SYSUTILSDIR)/sysutils.pp $(wildcard $(OBJPASDIR)/$(SYSUTILSUNIT)/*.inc) \
|
|
- objpas$(PPUEXT) $(SYSCONSTUNIT)$(PPUEXT) \
|
|
|
|
|
|
+ $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) $(SYSCONSTUNIT)$(PPUEXT) \
|
|
$(SYSUTILS_DEPS_OS) $(SYSUTILS_DEPS_CPU)
|
|
$(SYSUTILS_DEPS_OS) $(SYSUTILS_DEPS_CPU)
|
|
sysutils$(PPUEXT) : $(SYSUTILS_DEPS)
|
|
sysutils$(PPUEXT) : $(SYSUTILS_DEPS)
|
|
$(COMPILER) -Fi$(OBJPASDIR)/$(SYSUTILSUNIT) $<
|
|
$(COMPILER) -Fi$(OBJPASDIR)/$(SYSUTILSUNIT) $<
|
|
System.SysUtils$(PPUEXT) : $(NSINC)/System.SysUtils.pp $(SYSUTILS_DEPS)
|
|
System.SysUtils$(PPUEXT) : $(NSINC)/System.SysUtils.pp $(SYSUTILS_DEPS)
|
|
$(COMPILER) $(SYSUTILS_OPT) -Fi$(OBJPASDIR)/sysutils $<
|
|
$(COMPILER) $(SYSUTILS_OPT) -Fi$(OBJPASDIR)/sysutils $<
|
|
CLASSES_DEPS=$(CLASSESDIR)/classes.pp $(wildcard $(OBJPASDIR)/$(CLASSESUNIT)/*.inc) \
|
|
CLASSES_DEPS=$(CLASSESDIR)/classes.pp $(wildcard $(OBJPASDIR)/$(CLASSESUNIT)/*.inc) \
|
|
|
|
+ $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) \
|
|
$(SYSUTILSUNIT)$(PPUEXT) $(TYPINFOUNIT)$(PPUEXT) $(RTLCONSTSUNIT)$(PPUEXT) \
|
|
$(SYSUTILSUNIT)$(PPUEXT) $(TYPINFOUNIT)$(PPUEXT) $(RTLCONSTSUNIT)$(PPUEXT) \
|
|
$(FGLUNIT)$(PPUEXT) $(TYPESUNIT)$(PPUEXT) \
|
|
$(FGLUNIT)$(PPUEXT) $(TYPESUNIT)$(PPUEXT) \
|
|
$(CLASSES_DEPS_OS) $(CLASSES_DEPS_CPU)
|
|
$(CLASSES_DEPS_OS) $(CLASSES_DEPS_CPU)
|
|
@@ -2606,7 +2607,7 @@ errors$(PPUEXT) : $(ERRORS_DEPS)
|
|
UnixApi.Errors$(PPUEXT) : $(NSINC)/UnixApi.Errors.pp $(ERRORS_DEPS)
|
|
UnixApi.Errors$(PPUEXT) : $(NSINC)/UnixApi.Errors.pp $(ERRORS_DEPS)
|
|
$(COMPILER) $(ERRORS_OPT) $<
|
|
$(COMPILER) $(ERRORS_OPT) $<
|
|
CTHREADS_DEPS=$(UNIXINC)/cthreads.pp \
|
|
CTHREADS_DEPS=$(UNIXINC)/cthreads.pp \
|
|
- $(SYSTEMUNIT)$(PPUEXT) $(UNIXTYPEUNIT)$(PPUEXT) $(UNIXUNIT)$(PPUEXT) \
|
|
|
|
|
|
+ $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) $(UNIXTYPEUNIT)$(PPUEXT) $(UNIXUNIT)$(PPUEXT) \
|
|
$(BASEUNIXUNIT)$(PPUEXT) $(INITCUNIT)$(PPUEXT) $(DLUNIT)$(PPUEXT) \
|
|
$(BASEUNIXUNIT)$(PPUEXT) $(INITCUNIT)$(PPUEXT) $(DLUNIT)$(PPUEXT) \
|
|
$(CTHREADS_DEPS_OS) $(CTHREADS_DEPS_CPU)
|
|
$(CTHREADS_DEPS_OS) $(CTHREADS_DEPS_CPU)
|
|
cthreads$(PPUEXT) : $(CTHREADS_DEPS)
|
|
cthreads$(PPUEXT) : $(CTHREADS_DEPS)
|
|
@@ -2614,7 +2615,7 @@ cthreads$(PPUEXT) : $(CTHREADS_DEPS)
|
|
UnixApi.CThreads$(PPUEXT) : $(NSINC)/UnixApi.CThreads.pp $(CTHREADS_DEPS)
|
|
UnixApi.CThreads$(PPUEXT) : $(NSINC)/UnixApi.CThreads.pp $(CTHREADS_DEPS)
|
|
$(COMPILER) $(CTHREADS_OPT) $<
|
|
$(COMPILER) $(CTHREADS_OPT) $<
|
|
CWSTRING_DEPS=$(UNIXINC)/cwstring.pp \
|
|
CWSTRING_DEPS=$(UNIXINC)/cwstring.pp \
|
|
- $(SYSTEMUNIT)$(PPUEXT) $(UNIXTYPEUNIT)$(PPUEXT) $(BASEUNIXUNIT)$(PPUEXT) \
|
|
|
|
|
|
+ $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) $(UNIXTYPEUNIT)$(PPUEXT) $(BASEUNIXUNIT)$(PPUEXT) \
|
|
$(UNIXUNIT)$(PPUEXT) $(UNIXTYPEUNIT)$(PPUEXT) $(CTYPESUNIT)$(PPUEXT) \
|
|
$(UNIXUNIT)$(PPUEXT) $(UNIXTYPEUNIT)$(PPUEXT) $(CTYPESUNIT)$(PPUEXT) \
|
|
$(DYNLIBSUNIT)$(PPUEXT) $(UNIXCPUNIT)$(PPUEXT) \
|
|
$(DYNLIBSUNIT)$(PPUEXT) $(UNIXCPUNIT)$(PPUEXT) \
|
|
$(CWSTRING_DEPS_OS) $(CWSTRING_DEPS_CPU)
|
|
$(CWSTRING_DEPS_OS) $(CWSTRING_DEPS_CPU)
|