Changeset 51 for trunk/oarutils/Makefile


Ignore:
Timestamp:
Dec 13, 2011, 10:05:13 AM (12 years ago)
Author:
g7moreau
Message:
  • Add html target
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/oarutils/Makefile

    r50 r51  
    22# General configuration
    33
    4 CC         := mpiCC
    5 CCFLAGS    := -O2
    6 PODFLAG    := -c 'User Contributed OAR Documentation' -r 'LEGI Trokata'
     4CC      := mpiCC
     5CCFLAGS := -O2
     6PODFLAG := -c 'User Contributed OAR Documentation' -r 'LEGI Trokata'
    77
    8 TARGET_C   := mpilauncher
    9 TARGET_MAN := mpilauncher.1 oar-envsh.1 oar-dispatch.1 oar-parexec.1
     8TARGET_C    := mpilauncher
     9TARGET_MAN  := mpilauncher.1    oar-envsh.1    oar-dispatch.1    oar-parexec.1
     10TARGET_HTML := mpilauncher.html oar-envsh.html oar-dispatch.html oar-parexec.html
    1011
    1112PREFIX     :=/opt/oar/current
     
    2223.PHONY: all clean distclean install update sync
    2324
    24 all: $(TARGET_C) $(TARGET_MAN)
     25all: $(TARGET_C) $(TARGET_MAN) $(TARGET_HTML)
    2526
    2627clean:
Note: See TracChangeset for help on using the changeset viewer.