Sha256: eb8d574c8487cfc28a1fbfc8d58701765e053e12bca3675329b37115e9a5e1c1

Contents?: true

Size: 447 Bytes

Versions: 8

Compression:

Stored size: 447 Bytes

Contents

# 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 man; $(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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
curses-1.4.7 vendor/PDCurses/Makefile
curses-1.4.5 vendor/PDCurses/Makefile
curses-1.4.4 vendor/PDCurses/Makefile
curses-1.4.4.beta.1 vendor/PDCurses/Makefile
curses-1.4.3 vendor/PDCurses/Makefile
curses-1.4.2 vendor/PDCurses/Makefile
curses-1.4.1 vendor/PDCurses/Makefile
curses-1.4.0 vendor/PDCurses/Makefile