SHELL = /bin/sh

DISTFILES = autoconf.h.in bios_entry.h dos2linux.h dosemu.h emu_arch.h \
emu_bios.h emu_bitops.h emu_cpu.h emu_debug.h emu_defs.h emu_detach.h \
emu_disks.h emu_dpmi.h emu_ems.h emu_env.h emu_hgc.h emu_hlt.h emu_inifile.h \
emu_int.h emu_iodev.h emu_ipx.h emu_keyb.h emu_keymaps.h emu_lpt.h \
emu_mem.h emu_mouse.h emu_net.h emu_phase.h emu_pic.h emu_pktdrvr.h \
emu_port.h emu_serial.h emu_shared.h emu_signal.h emu_termio.h emu_timers.h \
emu_video.h emu_xms.h extern.h libvga.h macros86.h slang.h vc.h emu_misc.h \
gcursor.h Makefile

all:
.PHONY: all

clean:
.PHONY: clean

distclean:
	@rm -f version.h config.make.h stamp-h.in
.PHONY: distclean

realclean: distclean
.PHONY: realclean

dist:
	@mkdir ../../`cat ../../.fname`/src/include
	@ln $(DISTFILES) ../../`cat ../../.fname`/src/include
.PHONY: dist

ls:
	@echo $(DISTFILES)
.PHONY: ls
