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

Contents of /mgasoft/tags/0.1/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2906 - (show annotations) (download)
Sun Feb 5 23:05:22 2012 UTC (12 years, 1 month ago) by boklm
File size: 261 byte(s)
mgasoft version 0.1
1 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