Makefile (c28b1c1007883baea05bff4bc7b20d354c4b47a1) Makefile (74b12befba61a7276842be6cde19586313898cab)
1# Makefile for QEMU.
2
3ifneq ($(wildcard config-host.mak),)
4# Put the all: rule here so that config-host.mak can contain dependencies.
5all: build-all
6include config-host.mak
7include $(SRC_PATH)/rules.mak
8config-host.mak: configure

--- 238 unchanged lines hidden (view full) ---

247KEYMAPS=da en-gb et fr fr-ch is lt modifiers no pt-br sv \
248ar de en-us fi fr-be hr it lv nl pl ru th \
249common de-ch es fo fr-ca hu ja mk nl-be pt sl tr
250
251ifdef INSTALL_BLOBS
252BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
253video.x openbios-sparc32 openbios-sparc64 openbios-ppc \
254pxe-ne2k_pci.bin pxe-rtl8139.bin pxe-pcnet.bin pxe-e1000.bin \
1# Makefile for QEMU.
2
3ifneq ($(wildcard config-host.mak),)
4# Put the all: rule here so that config-host.mak can contain dependencies.
5all: build-all
6include config-host.mak
7include $(SRC_PATH)/rules.mak
8config-host.mak: configure

--- 238 unchanged lines hidden (view full) ---

247KEYMAPS=da en-gb et fr fr-ch is lt modifiers no pt-br sv \
248ar de en-us fi fr-be hr it lv nl pl ru th \
249common de-ch es fo fr-ca hu ja mk nl-be pt sl tr
250
251ifdef INSTALL_BLOBS
252BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
253video.x openbios-sparc32 openbios-sparc64 openbios-ppc \
254pxe-ne2k_pci.bin pxe-rtl8139.bin pxe-pcnet.bin pxe-e1000.bin \
255pxe-virtio.bin pxe-eepro100.bin pxe-pcnet.bin \
255bamboo.dtb petalogix-s3adsp1800.dtb \
256multiboot.bin
257else
258BLOBS=
259endif
260
261install-doc: $(DOCS)
262 $(INSTALL_DIR) "$(DESTDIR)$(docdir)"

--- 154 unchanged lines hidden ---
256bamboo.dtb petalogix-s3adsp1800.dtb \
257multiboot.bin
258else
259BLOBS=
260endif
261
262install-doc: $(DOCS)
263 $(INSTALL_DIR) "$(DESTDIR)$(docdir)"

--- 154 unchanged lines hidden ---