Changeset 472


Ignore:
Timestamp:
02/22/08 11:44:16 (16 years ago)
Author:
bastiaans
Message:

Makefile:

  • some small cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r444 r472  
     1# Where to build
     2#
    13TMPDIR = /tmp
    2 WEBDIR = var/www/ganglia
    34
    4 VERSION = 0.2.1
     5# What is the location of the Ganglia web frontend
     6# i.e.: where to we install Job Monarch's web frontend addon
     7#
     8WEBDIR = /var/www/ganglia
     9
     10VERSION = 0.3
    511RELEASE = 1
    612
    713REQUIRED = ./jobarchived ./jobmond ./web
    814
    9 debian: deb-jobmond deb-jobarchived deb-webfrontend
     15deb:    deb-jobmond deb-jobarchived deb-webfrontend
     16rpm:    rpm-jobmond rpm-jobarchived rpm-webfrontend
    1017
    11 rpm: rpm-jobmond rpm-jobarchived rpm-webfrontend
    12 
    13 all:    tarball debian rpm
     18all:    tarball deb rpm
    1419
    1520tarball:        tarball-gzip tarball-bzip
Note: See TracChangeset for help on using the changeset viewer.