/[soft]/mgasoft/tags/0.1/Makefile
ViewVC logotype

Annotation of /mgasoft/tags/0.1/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2906 - (hide annotations) (download)
Sun Feb 5 23:05:22 2012 UTC (12 years, 2 months ago) by boklm
File size: 261 byte(s)
mgasoft version 0.1
1 boklm 2905 BINFILES=mgasoft mgasoft-publish
2     CFGFILES=mgasoft.conf
3    
4     sysconfdir=/etc
5     bindir=/usr/bin
6    
7     all:
8    
9    
10     install:
11     install -d $(DESTDIR)$(bindir) $(DESTDIR)$(sysconfdir)
12     install -m 755 $(BINFILES) $(DESTDIR)$(bindir)
13     install -m 644 $(CFGFILES) $(DESTDIR)$(sysconfdir)

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.30