/[soft]/mgatools/trunk/Makefile
ViewVC logotype

Annotation of /mgatools/trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1067 - (hide annotations) (download)
Sun May 1 22:01:54 2011 UTC (12 years, 11 months ago) by boklm
File size: 725 byte(s)
add makefile
1 boklm 1067 NAME = mgatools
2     VERSION=0.1
3    
4     ALL =
5    
6     PERL_VENDORLIB=$(shell eval "`perl -V:installvendorlib`"; echo $$installvendorlib)
7    
8     install: $(ALL)
9     install -d $(DESTDIR)/usr/bin
10     install mgaiso-addmd5 $(DESTDIR)/usr/bin
11     install mgaiso-checkmd5 $(DESTDIR)/usr/bin
12     install clean-rpmsrate $(DESTDIR)/usr/bin
13     install -d $(DESTDIR)/$(PERL_VENDORLIB)/MGATools
14     for i in rpmsrate.pm iso.pm; do install pm/MGATools/$$i $(DESTDIR)/$(PERL_VENDORLIB)/MGATools/; done
15    
16     localdist: dist
17    
18     clean:
19     -rm -f *~
20     cleandist: clean
21     rm -rf $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.bz2
22    
23     tar:
24     tar cjf $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION)
25     rm -rf $(NAME)-$(VERSION)
26    
27     dist: cleandist export tar
28    
29     export:
30     svn export -q -rBASE . $(NAME)-$(VERSION)
31    

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.30