pdcurses-sys 0.7.1

FFI bindings for PDCurses, specifically the win32a implementation.
# Make archives for distribution

include version.mif


PDC_DIR=PDCurses-$(VERDOT)


ZIPFILE = pdcurs$(VER).zip

TARBALL = $(PDC_DIR).tar.gz


all:
	@echo Look in folders for platform-specific build instructions.


manual:
	cd doc; $(MAKE) $(MFLAGS) $@


$(ZIPFILE):
	zip -9ory $(ZIPFILE) *


zip: $(ZIPFILE)


../$(TARBALL):
	(cd ..; tar cvf - $(PDC_DIR)/* | gzip -9 > $(TARBALL))


dist: ../$(TARBALL)


rpm: ../$(TARBALL)

	rpmbuild -ba x11/PDCurses.spec