]> code.delx.au - refind/blobdiff - Makefile
More documentation of copyrights and licenses.
[refind] / Makefile
index 308d3a91cd869330de7060579bccfdca84aa5c25..550cb434fc1bbb5bccc1cc3f92dce154d9078a2e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,10 @@
 # Makefile for rEFInd
+
+# This program is licensed under the terms of the GNU GPL, version 3,
+# or (at your option) any later version.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
 CC=gcc
 CXX=g++
 CXXFLAGS=-O2 -fpic -D_REENTRANT -D_GNU_SOURCE -Wall -g
@@ -19,6 +25,7 @@ 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
@@ -35,6 +42,7 @@ 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
@@ -52,10 +60,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