|
@@ -1,11 +1,12 @@
|
|
#
|
|
#
|
|
-# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/09/10]
|
|
|
|
|
|
+# Don't edit, this file is generated by FPCMake Version 2.0.0 [2008/03/07]
|
|
#
|
|
#
|
|
default: all
|
|
default: all
|
|
-MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded
|
|
|
|
|
|
+MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-darwin x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-darwin powerpc64-embedded avr-embedded
|
|
BSDs = freebsd netbsd openbsd darwin
|
|
BSDs = freebsd netbsd openbsd darwin
|
|
UNIXs = linux $(BSDs) solaris qnx
|
|
UNIXs = linux $(BSDs) solaris qnx
|
|
LIMIT83fs = go32v2 os2 emx watcom
|
|
LIMIT83fs = go32v2 os2 emx watcom
|
|
|
|
+OSNeedsComspecToRunBatch = go32v2 watcom
|
|
FORCE:
|
|
FORCE:
|
|
.PHONY: FORCE
|
|
.PHONY: FORCE
|
|
override PATH:=$(patsubst %/,%,$(subst \,/,$(PATH)))
|
|
override PATH:=$(patsubst %/,%,$(subst \,/,$(PATH)))
|
|
@@ -56,6 +57,11 @@ else
|
|
SRCBATCHEXT=.bat
|
|
SRCBATCHEXT=.bat
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
|
|
+ifdef COMSPEC
|
|
|
|
+ifneq ($(findstring $(OS_SOURCE),$(OSNeedsComspecToRunBatch)),)
|
|
|
|
+RUNBATCH=$(COMSPEC) /C
|
|
|
|
+endif
|
|
|
|
+endif
|
|
ifdef inUnix
|
|
ifdef inUnix
|
|
PATHSEP=/
|
|
PATHSEP=/
|
|
else
|
|
else
|
|
@@ -102,7 +108,11 @@ ifndef FPC
|
|
FPCPROG:=$(strip $(wildcard $(addsuffix /fpc$(SRCEXEEXT),$(SEARCHPATH))))
|
|
FPCPROG:=$(strip $(wildcard $(addsuffix /fpc$(SRCEXEEXT),$(SEARCHPATH))))
|
|
ifneq ($(FPCPROG),)
|
|
ifneq ($(FPCPROG),)
|
|
FPCPROG:=$(firstword $(FPCPROG))
|
|
FPCPROG:=$(firstword $(FPCPROG))
|
|
|
|
+ifneq ($(CPU_TARGET),)
|
|
|
|
+FPC:=$(shell $(FPCPROG) -P$(CPU_TARGET) -PB)
|
|
|
|
+else
|
|
FPC:=$(shell $(FPCPROG) -PB)
|
|
FPC:=$(shell $(FPCPROG) -PB)
|
|
|
|
+endif
|
|
ifneq ($(findstring Error,$(FPC)),)
|
|
ifneq ($(findstring Error,$(FPC)),)
|
|
override FPC=$(firstword $(strip $(wildcard $(addsuffix /ppc386$(SRCEXEEXT),$(SEARCHPATH)))))
|
|
override FPC=$(firstword $(strip $(wildcard $(addsuffix /ppc386$(SRCEXEEXT),$(SEARCHPATH)))))
|
|
endif
|
|
endif
|
|
@@ -350,6 +360,9 @@ endif
|
|
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
|
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
|
override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl graph gnome1 gtk1 gtk2 httpd22 pxlib numlib
|
|
override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl graph gnome1 gtk1 gtk2 httpd22 pxlib numlib
|
|
endif
|
|
endif
|
|
|
|
+ifeq ($(FULL_TARGET),x86_64-darwin)
|
|
|
|
+override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi openssl gnome1 httpd22 numlib
|
|
|
|
+endif
|
|
ifeq ($(FULL_TARGET),x86_64-win64)
|
|
ifeq ($(FULL_TARGET),x86_64-win64)
|
|
override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res fv winunits-base winunits-jedi fcl-web ibase mysql zlib oracle odbc postgres sqlite imagemagick tcl opengl gtk1 gtk2 fpgtk fftw sdl openssl cdrom numlib
|
|
override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res fv winunits-base winunits-jedi fcl-web ibase mysql zlib oracle odbc postgres sqlite imagemagick tcl opengl gtk1 gtk2 fpgtk fftw sdl openssl cdrom numlib
|
|
endif
|
|
endif
|
|
@@ -380,9 +393,15 @@ endif
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res fv fcl-web fcl-async ibase mysql ncurses unzip zlib oracle dbus odbc postgres sqlite pthreads imagemagick gdbint libpng x11 uuid ldap modplug dts mad gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 a52 bfd aspell svgalib newt cdrom users imlib utmp fpgtk openal lua oggvorbis xforms fftw pcap ggi sdl openssl gnome1 httpd22 pxlib numlib graph
|
|
override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res fv fcl-web fcl-async ibase mysql ncurses unzip zlib oracle dbus odbc postgres sqlite pthreads imagemagick gdbint libpng x11 uuid ldap modplug dts mad gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 a52 bfd aspell svgalib newt cdrom users imlib utmp fpgtk openal lua oggvorbis xforms fftw pcap ggi sdl openssl gnome1 httpd22 pxlib numlib graph
|
|
endif
|
|
endif
|
|
|
|
+ifeq ($(FULL_TARGET),powerpc64-darwin)
|
|
|
|
+override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi openssl gnome1 httpd22 numlib
|
|
|
|
+endif
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res
|
|
override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res
|
|
endif
|
|
endif
|
|
|
|
+ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
|
+override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res
|
|
|
|
+endif
|
|
override INSTALL_FPCPACKAGE=y
|
|
override INSTALL_FPCPACKAGE=y
|
|
override INSTALL_FPCSUBDIR=packages
|
|
override INSTALL_FPCSUBDIR=packages
|
|
ifdef REQUIRE_UNITSDIR
|
|
ifdef REQUIRE_UNITSDIR
|
|
@@ -1146,7 +1165,7 @@ override FPCOPT+=-FD$(NEW_BINUTILS_PATH)
|
|
endif
|
|
endif
|
|
ifndef CROSSBOOTSTRAP
|
|
ifndef CROSSBOOTSTRAP
|
|
ifneq ($(BINUTILSPREFIX),)
|
|
ifneq ($(BINUTILSPREFIX),)
|
|
-override FPCOPT+=-XP$(BINUTILSPREFIX)
|
|
|
|
|
|
+override FPCOPT+=-XP$(BINUTILSPREFIX)
|
|
endif
|
|
endif
|
|
ifneq ($(BINUTILSPREFIX),)
|
|
ifneq ($(BINUTILSPREFIX),)
|
|
override FPCOPT+=-Xr$(RLINKPATH)
|
|
override FPCOPT+=-Xr$(RLINKPATH)
|
|
@@ -1278,9 +1297,13 @@ ifeq (,$(findstring -s ,$(COMPILER)))
|
|
EXECPPAS=
|
|
EXECPPAS=
|
|
else
|
|
else
|
|
ifeq ($(FULL_SOURCE),$(FULL_TARGET))
|
|
ifeq ($(FULL_SOURCE),$(FULL_TARGET))
|
|
|
|
+ifdef RUNBATCH
|
|
|
|
+EXECPPAS:=@$(RUNBATCH) $(PPAS)
|
|
|
|
+else
|
|
EXECPPAS:=@$(PPAS)
|
|
EXECPPAS:=@$(PPAS)
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
|
|
+endif
|
|
ifdef TARGET_RSTS
|
|
ifdef TARGET_RSTS
|
|
override RSTFILES=$(addsuffix $(RSTEXT),$(TARGET_RSTS))
|
|
override RSTFILES=$(addsuffix $(RSTEXT),$(TARGET_RSTS))
|
|
override CLEANRSTFILES+=$(RSTFILES)
|
|
override CLEANRSTFILES+=$(RSTFILES)
|
|
@@ -3171,6 +3194,63 @@ TARGET_DIRS_HTTPD22=1
|
|
TARGET_DIRS_PXLIB=1
|
|
TARGET_DIRS_PXLIB=1
|
|
TARGET_DIRS_NUMLIB=1
|
|
TARGET_DIRS_NUMLIB=1
|
|
endif
|
|
endif
|
|
|
|
+ifeq ($(FULL_TARGET),x86_64-darwin)
|
|
|
|
+TARGET_DIRS_HASH=1
|
|
|
|
+TARGET_DIRS_PASJPEG=1
|
|
|
|
+TARGET_DIRS_PASZLIB=1
|
|
|
|
+TARGET_DIRS_FPMKUNIT=1
|
|
|
|
+TARGET_DIRS_FCL-BASE=1
|
|
|
|
+TARGET_DIRS_FCL-DB=1
|
|
|
|
+TARGET_DIRS_FCL-IMAGE=1
|
|
|
|
+TARGET_DIRS_FCL-NET=1
|
|
|
|
+TARGET_DIRS_FCL-PASSRC=1
|
|
|
|
+TARGET_DIRS_FCL-REGISTRY=1
|
|
|
|
+TARGET_DIRS_FCL-XML=1
|
|
|
|
+TARGET_DIRS_FCL-FPCUNIT=1
|
|
|
|
+TARGET_DIRS_FCL-JSON=1
|
|
|
|
+TARGET_DIRS_FCL-PROCESS=1
|
|
|
|
+TARGET_DIRS_UNZIP=1
|
|
|
|
+TARGET_DIRS_REGEXPR=1
|
|
|
|
+TARGET_DIRS_CHM=1
|
|
|
|
+TARGET_DIRS_FCL-RES=1
|
|
|
|
+TARGET_DIRS_FV=1
|
|
|
|
+TARGET_DIRS_FCL-WEB=1
|
|
|
|
+TARGET_DIRS_FCL-ASYNC=1
|
|
|
|
+TARGET_DIRS_IBASE=1
|
|
|
|
+TARGET_DIRS_MYSQL=1
|
|
|
|
+TARGET_DIRS_NCURSES=1
|
|
|
|
+TARGET_DIRS_ZLIB=1
|
|
|
|
+TARGET_DIRS_ORACLE=1
|
|
|
|
+TARGET_DIRS_ODBC=1
|
|
|
|
+TARGET_DIRS_POSTGRES=1
|
|
|
|
+TARGET_DIRS_SQLITE=1
|
|
|
|
+TARGET_DIRS_PTHREADS=1
|
|
|
|
+TARGET_DIRS_IMAGEMAGICK=1
|
|
|
|
+TARGET_DIRS_LIBPNG=1
|
|
|
|
+TARGET_DIRS_X11=1
|
|
|
|
+TARGET_DIRS_GDBM=1
|
|
|
|
+TARGET_DIRS_TCL=1
|
|
|
|
+TARGET_DIRS_SYSLOG=1
|
|
|
|
+TARGET_DIRS_LIBCURL=1
|
|
|
|
+TARGET_DIRS_OPENGL=1
|
|
|
|
+TARGET_DIRS_CAIRO=1
|
|
|
|
+TARGET_DIRS_GTK1=1
|
|
|
|
+TARGET_DIRS_GTK2=1
|
|
|
|
+TARGET_DIRS_BFD=1
|
|
|
|
+TARGET_DIRS_ASPELL=1
|
|
|
|
+TARGET_DIRS_SVGALIB=1
|
|
|
|
+TARGET_DIRS_IMLIB=1
|
|
|
|
+TARGET_DIRS_UTMP=1
|
|
|
|
+TARGET_DIRS_FPGTK=1
|
|
|
|
+TARGET_DIRS_XFORMS=1
|
|
|
|
+TARGET_DIRS_FFTW=1
|
|
|
|
+TARGET_DIRS_PCAP=1
|
|
|
|
+TARGET_DIRS_GGI=1
|
|
|
|
+TARGET_DIRS_OPENSSL=1
|
|
|
|
+TARGET_DIRS_GNOME1=1
|
|
|
|
+TARGET_DIRS_HTTPD22=1
|
|
|
|
+TARGET_DIRS_NUMLIB=1
|
|
|
|
+endif
|
|
ifeq ($(FULL_TARGET),x86_64-win64)
|
|
ifeq ($(FULL_TARGET),x86_64-win64)
|
|
TARGET_DIRS_HASH=1
|
|
TARGET_DIRS_HASH=1
|
|
TARGET_DIRS_PASJPEG=1
|
|
TARGET_DIRS_PASJPEG=1
|
|
@@ -3519,6 +3599,63 @@ TARGET_DIRS_PXLIB=1
|
|
TARGET_DIRS_NUMLIB=1
|
|
TARGET_DIRS_NUMLIB=1
|
|
TARGET_DIRS_GRAPH=1
|
|
TARGET_DIRS_GRAPH=1
|
|
endif
|
|
endif
|
|
|
|
+ifeq ($(FULL_TARGET),powerpc64-darwin)
|
|
|
|
+TARGET_DIRS_HASH=1
|
|
|
|
+TARGET_DIRS_PASJPEG=1
|
|
|
|
+TARGET_DIRS_PASZLIB=1
|
|
|
|
+TARGET_DIRS_FPMKUNIT=1
|
|
|
|
+TARGET_DIRS_FCL-BASE=1
|
|
|
|
+TARGET_DIRS_FCL-DB=1
|
|
|
|
+TARGET_DIRS_FCL-IMAGE=1
|
|
|
|
+TARGET_DIRS_FCL-NET=1
|
|
|
|
+TARGET_DIRS_FCL-PASSRC=1
|
|
|
|
+TARGET_DIRS_FCL-REGISTRY=1
|
|
|
|
+TARGET_DIRS_FCL-XML=1
|
|
|
|
+TARGET_DIRS_FCL-FPCUNIT=1
|
|
|
|
+TARGET_DIRS_FCL-JSON=1
|
|
|
|
+TARGET_DIRS_FCL-PROCESS=1
|
|
|
|
+TARGET_DIRS_UNZIP=1
|
|
|
|
+TARGET_DIRS_REGEXPR=1
|
|
|
|
+TARGET_DIRS_CHM=1
|
|
|
|
+TARGET_DIRS_FCL-RES=1
|
|
|
|
+TARGET_DIRS_FV=1
|
|
|
|
+TARGET_DIRS_FCL-WEB=1
|
|
|
|
+TARGET_DIRS_FCL-ASYNC=1
|
|
|
|
+TARGET_DIRS_IBASE=1
|
|
|
|
+TARGET_DIRS_MYSQL=1
|
|
|
|
+TARGET_DIRS_NCURSES=1
|
|
|
|
+TARGET_DIRS_ZLIB=1
|
|
|
|
+TARGET_DIRS_ORACLE=1
|
|
|
|
+TARGET_DIRS_ODBC=1
|
|
|
|
+TARGET_DIRS_POSTGRES=1
|
|
|
|
+TARGET_DIRS_SQLITE=1
|
|
|
|
+TARGET_DIRS_PTHREADS=1
|
|
|
|
+TARGET_DIRS_IMAGEMAGICK=1
|
|
|
|
+TARGET_DIRS_LIBPNG=1
|
|
|
|
+TARGET_DIRS_X11=1
|
|
|
|
+TARGET_DIRS_GDBM=1
|
|
|
|
+TARGET_DIRS_TCL=1
|
|
|
|
+TARGET_DIRS_SYSLOG=1
|
|
|
|
+TARGET_DIRS_LIBCURL=1
|
|
|
|
+TARGET_DIRS_OPENGL=1
|
|
|
|
+TARGET_DIRS_CAIRO=1
|
|
|
|
+TARGET_DIRS_GTK1=1
|
|
|
|
+TARGET_DIRS_GTK2=1
|
|
|
|
+TARGET_DIRS_BFD=1
|
|
|
|
+TARGET_DIRS_ASPELL=1
|
|
|
|
+TARGET_DIRS_SVGALIB=1
|
|
|
|
+TARGET_DIRS_IMLIB=1
|
|
|
|
+TARGET_DIRS_UTMP=1
|
|
|
|
+TARGET_DIRS_FPGTK=1
|
|
|
|
+TARGET_DIRS_XFORMS=1
|
|
|
|
+TARGET_DIRS_FFTW=1
|
|
|
|
+TARGET_DIRS_PCAP=1
|
|
|
|
+TARGET_DIRS_GGI=1
|
|
|
|
+TARGET_DIRS_OPENSSL=1
|
|
|
|
+TARGET_DIRS_GNOME1=1
|
|
|
|
+TARGET_DIRS_HTTPD22=1
|
|
|
|
+TARGET_DIRS_NUMLIB=1
|
|
|
|
+endif
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
TARGET_DIRS_HASH=1
|
|
TARGET_DIRS_HASH=1
|
|
TARGET_DIRS_PASJPEG=1
|
|
TARGET_DIRS_PASJPEG=1
|
|
@@ -3539,6 +3676,26 @@ TARGET_DIRS_REGEXPR=1
|
|
TARGET_DIRS_CHM=1
|
|
TARGET_DIRS_CHM=1
|
|
TARGET_DIRS_FCL-RES=1
|
|
TARGET_DIRS_FCL-RES=1
|
|
endif
|
|
endif
|
|
|
|
+ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
|
+TARGET_DIRS_HASH=1
|
|
|
|
+TARGET_DIRS_PASJPEG=1
|
|
|
|
+TARGET_DIRS_PASZLIB=1
|
|
|
|
+TARGET_DIRS_FPMKUNIT=1
|
|
|
|
+TARGET_DIRS_FCL-BASE=1
|
|
|
|
+TARGET_DIRS_FCL-DB=1
|
|
|
|
+TARGET_DIRS_FCL-IMAGE=1
|
|
|
|
+TARGET_DIRS_FCL-NET=1
|
|
|
|
+TARGET_DIRS_FCL-PASSRC=1
|
|
|
|
+TARGET_DIRS_FCL-REGISTRY=1
|
|
|
|
+TARGET_DIRS_FCL-XML=1
|
|
|
|
+TARGET_DIRS_FCL-FPCUNIT=1
|
|
|
|
+TARGET_DIRS_FCL-JSON=1
|
|
|
|
+TARGET_DIRS_FCL-PROCESS=1
|
|
|
|
+TARGET_DIRS_UNZIP=1
|
|
|
|
+TARGET_DIRS_REGEXPR=1
|
|
|
|
+TARGET_DIRS_CHM=1
|
|
|
|
+TARGET_DIRS_FCL-RES=1
|
|
|
|
+endif
|
|
ifdef TARGET_DIRS_HASH
|
|
ifdef TARGET_DIRS_HASH
|
|
hash_all:
|
|
hash_all:
|
|
$(MAKE) -C hash all
|
|
$(MAKE) -C hash all
|