Makefile #1

  • //
  • guest/
  • matthew_rice/
  • p4modules/
  • Makefile
  • View
  • Commits
  • Open Download .zip Download (296 B)
	PREFIX=/usr
	PM=make -f Makefile.lib

all: Makefile.lib
	$(PM)

Makefile.lib:: Makefile.PL
	perl Makefile.PL

install::
	$(PM) install

install::
	mkdir -p $(PREFIX)/bin
	install -m 0555 bin/* $(PREFIX)/bin

clean::
	-$(PM) clean
	-rm -f MANIFEST

dist::
	$(PM) dist

manifest::
	$(PM) manifest
# Change User Description Committed
#1 843 Matthew Rice Matt's cvs2p4 1.2.25 release