|
@@ -239,13 +239,13 @@ ifeq ($(FULL_TARGET),i386-go32v2)
|
|
|
override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-win32)
|
|
|
-override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc fpmc
|
|
|
+override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc fpmc fpcres
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-os2)
|
|
|
override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-freebsd)
|
|
|
-override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc
|
|
|
+override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc fpcres
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-beos)
|
|
|
override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc
|
|
@@ -281,7 +281,7 @@ ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc fpcres
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),m68k-freebsd)
|
|
|
-override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc
|
|
|
+override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc fpcres
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),m68k-netbsd)
|
|
|
override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc
|
|
@@ -326,7 +326,7 @@ ifeq ($(FULL_TARGET),x86_64-linux)
|
|
|
override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc fpcres
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
|
|
-override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc
|
|
|
+override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc fpcres
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),arm-linux)
|
|
|
override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc fpcres
|
|
@@ -2559,6 +2559,7 @@ TARGET_DIRS_FPRCP=1
|
|
|
TARGET_DIRS_DXEGEN=1
|
|
|
TARGET_DIRS_FPDOC=1
|
|
|
TARGET_DIRS_FPMC=1
|
|
|
+TARGET_DIRS_FPCRES=1
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-os2)
|
|
|
TARGET_DIRS_FPCM=1
|
|
@@ -2575,6 +2576,7 @@ TARGET_DIRS_H2PAS=1
|
|
|
TARGET_DIRS_FPRCP=1
|
|
|
TARGET_DIRS_DXEGEN=1
|
|
|
TARGET_DIRS_FPDOC=1
|
|
|
+TARGET_DIRS_FPCRES=1
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-beos)
|
|
|
TARGET_DIRS_FPCM=1
|
|
@@ -2672,6 +2674,7 @@ TARGET_DIRS_H2PAS=1
|
|
|
TARGET_DIRS_FPRCP=1
|
|
|
TARGET_DIRS_DXEGEN=1
|
|
|
TARGET_DIRS_FPDOC=1
|
|
|
+TARGET_DIRS_FPCRES=1
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),m68k-netbsd)
|
|
|
TARGET_DIRS_FPCM=1
|
|
@@ -2795,6 +2798,7 @@ TARGET_DIRS_H2PAS=1
|
|
|
TARGET_DIRS_FPRCP=1
|
|
|
TARGET_DIRS_DXEGEN=1
|
|
|
TARGET_DIRS_FPDOC=1
|
|
|
+TARGET_DIRS_FPCRES=1
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),arm-linux)
|
|
|
TARGET_DIRS_FPCM=1
|