Changeset 48
- Timestamp:
- Dec 13, 2011, 8:15:43 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/oarutils/Makefile
r41 r48 4 4 PODFLAG=-c 'User Contributed OAR Documentation' -r 'LEGI Trokata' 5 5 6 DESTDIR:=/opt/oar/current 6 7 7 .PHONY: all clean distclean 8 9 .PHONY: all clean distclean install update sync 8 10 9 11 all: mpilauncher mpilauncher.1 oar-envsh.1 oar-dispatch.1 oar-parexec.1 … … 15 17 rm -f mpilauncher 16 18 19 install: update 20 21 update: 22 @install -d -m 0755 -o root -g root $(DESTDIR)/bin 23 @install -d -m 0755 -o root -g root $(DESTDIR)/man/man1 24 install -m 0755 -o root -g root oar-parexec $(DESTDIR)/bin 25 install -m 0755 -o root -g root oar-dispatch $(DESTDIR)/bin 26 install -m 0755 -o root -g root mpilauncher $(DESTDIR)/bin 27 install -m 0644 -o root -g root oar-parexec.1 $(DESTDIR)/man/man1 28 install -m 0644 -o root -g root oar-dispatch.1 $(DESTDIR)/man/man1 29 install -m 0644 -o root -g root mpilauncher.1 $(DESTDIR)/man/man1 30 install -m 0644 -o root -g root oar-envsh.1 $(DESTDIR)/man/man1 31 32 sync: 33 svn update 17 34 18 35 mpilauncher: mpilauncher.o
Note: See TracChangeset
for help on using the changeset viewer.