~ubuntu-branches/debian/wheezy/vgabios/wheezy

« back to all changes in this revision

Viewing changes to .pc/05-Add-qemu-vmware-vga-pci-bios/Makefile

  • Committer: Package Import Robot
  • Author(s): Guillem Jover
  • Date: 2011-11-01 00:57:42 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20111101005742-0upqeej55wzvdrpq
Tags: 0.7a-1
* New upstream release.
  - debian/patches/01-Makefile-cleanup: Remove, merged upstream.
  - debian/patches/02-Add-defines-for-PCI-IDs: Likewise.
  - debian/patches/03-Add-qemu-stdvga-pci-bios: Likewise.
  - debian/patches/04-update-pci_get_lfb_addr-for-vmware-vga: Likewise.
  - debian/patches/05-Add-qemu-vmware-vga-pci-bios: Refreshed.
  - debian/patches/06-Add-qemu-qxl-vga-pci-bios: Likewise.
* Add compatibility symlinks from stdvga vgabios to the default vgabios
  ROM, as the latter is now exactly the same as the former.
* Now using Standards-Version 3.9.2 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
VGABIOS_DATE = "-DVGABIOS_DATE=\"$(RELDATE)\""
16
16
 
17
 
all: bios cirrus-bios stdvga-bios
 
17
all: bios cirrus-bios
18
18
 
19
19
bios: vgabios.bin vgabios.debug.bin
20
20
 
21
21
cirrus-bios: vgabios-cirrus.bin vgabios-cirrus.debug.bin
22
22
 
23
 
stdvga-bios: vgabios-stdvga.bin vgabios-stdvga.debug.bin
24
 
 
25
23
clean:
26
24
        /bin/rm -f  biossums vbetables-gen vbetables.h *.o *.s *.ld86 \
27
25
          temp.awk.* vgabios*.orig _vgabios_* _vgabios-debug_* core vgabios*.bin vgabios*.txt $(RELEASE).bin *.bak
33
31
VBE_FILES := vbe.h vbe.c vbetables.h
34
32
 
35
33
# build flags
36
 
vgabios.bin              : VGAFLAGS := -DVBE -DPCI_VID=0x1234
37
 
vgabios.debug.bin        : VGAFLAGS := -DVBE -DPCI_VID=0x1234 -DDEBUG
38
 
vgabios-cirrus.bin       : VGAFLAGS := -DCIRRUS -DPCIBIOS 
 
34
vgabios.bin              : VGAFLAGS := -DVBE -DPCIBIOS
 
35
vgabios.debug.bin        : VGAFLAGS := -DVBE -DPCIBIOS -DDEBUG
 
36
vgabios-cirrus.bin       : VGAFLAGS := -DCIRRUS -DPCIBIOS
39
37
vgabios-cirrus.debug.bin : VGAFLAGS := -DCIRRUS -DPCIBIOS -DCIRRUS_DEBUG
40
 
vgabios-stdvga.bin       : VGAFLAGS := -DVBE -DPCIBIOS -DPCI_VID=0x1234 -DPCI_DID=0x1111
41
 
vgabios-stdvga.debug.bin : VGAFLAGS := -DVBE -DPCIBIOS -DPCI_VID=0x1234 -DPCI_DID=0x1111 -DDEBUG
42
38
 
43
39
# dist names
44
40
vgabios.bin              : DISTNAME := VGABIOS-lgpl-latest.bin
45
41
vgabios.debug.bin        : DISTNAME := VGABIOS-lgpl-latest.debug.bin
46
42
vgabios-cirrus.bin       : DISTNAME := VGABIOS-lgpl-latest.cirrus.bin
47
43
vgabios-cirrus.debug.bin : DISTNAME := VGABIOS-lgpl-latest.cirrus.debug.bin
48
 
vgabios-stdvga.bin       : DISTNAME := VGABIOS-lgpl-latest.stdvga.bin
49
 
vgabios-stdvga.debug.bin : DISTNAME := VGABIOS-lgpl-latest.stdvga.debug.bin
50
44
 
51
45
# dependencies
52
46
vgabios.bin              : $(VGA_FILES) $(VBE_FILES) biossums
53
47
vgabios.debug.bin        : $(VGA_FILES) $(VBE_FILES) biossums
54
48
vgabios-cirrus.bin       : $(VGA_FILES) clext.c biossums
55
49
vgabios-cirrus.debug.bin : $(VGA_FILES) clext.c biossums
56
 
vgabios-stdvga.bin       : $(VGA_FILES) $(VBE_FILES) biossums
57
 
vgabios-stdvga.debug.bin : $(VGA_FILES) $(VBE_FILES) biossums
58
50
 
59
51
# build rule
60
52
%.bin: