]> code.delx.au - refind/blobdiff - libeg/Makefile
Added icons and libeg files
[refind] / libeg / Makefile
diff --git a/libeg/Makefile b/libeg/Makefile
new file mode 100644 (file)
index 0000000..73c46db
--- /dev/null
@@ -0,0 +1,19 @@
+#
+# libeg/Makefile
+# Build control file for the libeg library
+#
+
+SRCDIR = .
+
+VPATH = $(SRCDIR)
+
+LOCAL_CPPFLAGS  = -I$(SRCDIR) -I$(SRCDIR)/../include
+
+OBJS            = screen.o image.o text.o load_bmp.o load_icns.o
+TARGET          = libeg.a
+
+all: $(TARGET)
+
+include $(SRCDIR)/../Make.common
+
+# EOF