]> code.delx.au - refind/blobdiff - libeg/Makefile
Significant reworking of Makefile structure. Added Apple Core Storage
[refind] / libeg / Makefile
index 6b564d4d24be166c90baa9b63ea601e76d3bd09b..e0ca107f92eb2c299cf29fa57519065ef1ee87ea 100644 (file)
@@ -12,7 +12,7 @@ SRCDIR = .
 
 VPATH = $(SRCDIR)
 
 
 VPATH = $(SRCDIR)
 
-LOCAL_CPPFLAGS  = -I$(SRCDIR) -I$(SRCDIR)/../include
+LOCAL_GNUEFI_CFLAGS  = -I$(SRCDIR) -I$(SRCDIR)/../include
 
 OBJS            = screen.o image.o text.o load_bmp.o load_icns.o lodepng.o lodepng_xtra.o
 TARGET          = libeg.a
 
 OBJS            = screen.o image.o text.o load_bmp.o load_icns.o lodepng.o lodepng_xtra.o
 TARGET          = libeg.a
@@ -21,4 +21,7 @@ all: $(TARGET)
 
 include $(SRCDIR)/../Make.common
 
 
 include $(SRCDIR)/../Make.common
 
+clean:
+       rm -f $(TARGET) *~ *.so $(OBJS) *.efi *.obj refind_*.txt refind_*.dll *.lib
+
 # EOF
 # EOF