]> git.proxmox.com Git - mirror_edk2.git/blame - BeagleBoardPkg/Tools/makefile
BeagleBoardPkg: Rectify file modes
[mirror_edk2.git] / BeagleBoardPkg / Tools / makefile
CommitLineData
e6f3ed43
LL
1#\r
2# Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
3# \r
4# This program and the accompanying materials\r
5# are licensed and made available under the terms and conditions of the BSD License\r
6# which accompanies this distribution. The full text of the license may be found at\r
7# http://opensource.org/licenses/bsd-license.php\r
8#\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11#\r
12\r
13all: GenerateImage replace\r
14\r
15GenerateImage: generate_image.c\r
16 $(CC) $(CCFLAGS) $(LDFLAGS) -o GenerateImage.exe generate_image.c\r
17\r
18replace: replace.c\r
19 $(CC) $(CCFLAGS) $(LDFLAGS) -o replace.exe replace.c\r
20\r
21clean:\r
22 del GenerateImage.exe generate_image.obj replace.exe replace.obj\r