]> code.delx.au - refind/blob - libeg/Make.tiano
More documentation of copyrights and licenses.
[refind] / libeg / Make.tiano
1 #
2 # libeg/Make.tiano
3 # Build control file for libeg components of rEFInd, using TianoCore EDK2
4 #
5
6 # This program is licensed under the terms of the GNU GPL, version 3,
7 # or (at your option) any later version.
8 # You should have received a copy of the GNU General Public License
9 # along with this program. If not, see <http://www.gnu.org/licenses/>.
10
11 include ../Make.tiano
12
13 SOURCE_NAMES = image load_bmp load_icns lodepng lodepng_xtra screen text
14 OBJS = $(SOURCE_NAMES:=.obj)
15 #DRIVERNAME = ext2
16 #BUILDME = $(DRIVERNAME)_$(FILENAME_CODE).efi
17
18 all: $(AR_TARGET)
19
20 $(AR_TARGET): $(OBJS)
21 $(AR) -cr $(AR_TARGET).lib $(OBJS)
22
23 clean:
24 make clean