]> code.delx.au - refind/blobdiff - Makefile
Move details of refind-install documentation from installing.html to a
[refind] / Makefile
index e5e157b6480921e58bb0d7ee790b96725196c5fe..f611cb9e54cc3ca854840804b7b08a609eda0ec5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ LOADER_DIR=refind
 FS_DIR=filesystems
 LIBEG_DIR=libeg
 MOK_DIR=mok
+GPTSYNC_DIR=gptsync
 EFILIB_DIR=EfiLib
 
 # Build rEFInd, including libeg
@@ -18,7 +19,9 @@ all:  tiano
 gnuefi:
        +make -C $(LIBEG_DIR)
        +make -C $(MOK_DIR)
+       +make -C $(EFILIB_DIR)
        +make -C $(LOADER_DIR)
+       +make -C $(GPTSYNC_DIR) gnuefi
 #      +make -C $(FS_DIR) all_gnuefi
 
 fs:
@@ -32,6 +35,8 @@ tiano:
        +make AR_TARGET=libeg -C $(LIBEG_DIR) -f Make.tiano
        +make AR_TARGET=mok -C $(MOK_DIR) -f Make.tiano
        +make BUILDME=refind DLL_TARGET=refind -C $(LOADER_DIR) -f Make.tiano
+       +make -C $(GPTSYNC_DIR) -f Make.tiano
+#      +make -C $(FS_DIR)
 
 clean:
        make -C $(LIBEG_DIR) clean
@@ -39,6 +44,7 @@ clean:
        make -C $(LOADER_DIR) clean
        make -C $(EFILIB_DIR) clean
        make -C $(FS_DIR) clean
+       make -C $(GPTSYNC_DIR) clean
        rm -f include/*~
 
 # NOTE TO DISTRIBUTION MAINTAINERS:
@@ -48,10 +54,10 @@ clean:
 # binary packages (RPMs, Debian packages, etc.). (Gentoo could
 # use it in an ebuild, though....) You COULD, however, copy the
 # files to a directory somewhere (/usr/share/refind or whatever)
-# and then call install.sh as part of the binary package
+# and then call refind-install as part of the binary package
 # installation process.
 
 install:
-       ./install.sh
+       ./refind-install
 
 # DO NOT DELETE