]> code.delx.au - refind/blob - libeg/Makefile
Added icons and libeg files
[refind] / libeg / Makefile
1 #
2 # libeg/Makefile
3 # Build control file for the libeg library
4 #
5
6 SRCDIR = .
7
8 VPATH = $(SRCDIR)
9
10 LOCAL_CPPFLAGS = -I$(SRCDIR) -I$(SRCDIR)/../include
11
12 OBJS = screen.o image.o text.o load_bmp.o load_icns.o
13 TARGET = libeg.a
14
15 all: $(TARGET)
16
17 include $(SRCDIR)/../Make.common
18
19 # EOF