Changeset 29 for trunk/oar/Makefile
- Timestamp:
- Nov 30, 2011, 10:42:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/oar/Makefile
r24 r29 7 7 .PHONY: all clean distclean 8 8 9 all: mpilauncher mpilauncher.1 9 all: mpilauncher mpilauncher.1 oar-envsh.1 10 10 11 11 clean: … … 23 23 24 24 %.1: %.cpp 25 grep '^.\*' $< | sed -e 's/^..//; s/^.//' | pod2man -n $* $(PODFLAG) > $@ 25 sed -re 's#^[/ ]\* ?##; s#^// ?##' $< | pod2man -n $* $(PODFLAG) > $@ 26 27 %.1: % 28 pod2man -n $* $(PODFLAG) $< > $@ 26 29 27 30 # astyle --style=banner -s3 mpilauncher.cpp
Note: See TracChangeset
for help on using the changeset viewer.