Changeset 472 for trunk/Makefile
- Timestamp:
- 02/22/08 11:44:16 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r444 r472 1 # Where to build 2 # 1 3 TMPDIR = /tmp 2 WEBDIR = var/www/ganglia3 4 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 # 8 WEBDIR = /var/www/ganglia 9 10 VERSION = 0.3 5 11 RELEASE = 1 6 12 7 13 REQUIRED = ./jobarchived ./jobmond ./web 8 14 9 debian: deb-jobmond deb-jobarchived deb-webfrontend 15 deb: deb-jobmond deb-jobarchived deb-webfrontend 16 rpm: rpm-jobmond rpm-jobarchived rpm-webfrontend 10 17 11 rpm: rpm-jobmond rpm-jobarchived rpm-webfrontend 12 13 all: tarball debian rpm 18 all: tarball deb rpm 14 19 15 20 tarball: tarball-gzip tarball-bzip
Note: See TracChangeset
for help on using the changeset viewer.