Changeset 14

Show
Ignore:
Timestamp:
04/25/07 12:23:11 (2 years ago)
Author:
daboo
Message:

Add an option to have both static and shared libraries built.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • JX/trunk/ACE/Makefile

    r3 r14  
    4040        @${RM} -r ACE_wrappers/ace/libACE.so ACE_wrappers/ace/.shobj/ 
    4141else 
     42ifdef J_BUILD_BOTH_LIB 
     43  jxinstall: shared static 
     44else 
    4245ifdef J_BUILD_SHARED_LIB 
    4346  jxinstall: shared 
    4447else 
    4548  jxinstall: static 
     49endif 
    4650endif 
    4751endif