Changeset 1620:fab4abb48429 in roaraudio for Makefile


Ignore:
Timestamp:
04/26/09 04:15:58 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added PREFIX_COMP to install target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r1618 r1620  
    2727        cp $(cp_v) lib/roar*     $(PREFIX_BIN) 
    2828        cp $(cp_v) lib/lib*.so*  $(PREFIX_LIB) 
     29        sh -c 'cd lib; for file in $(COMP_LIB); do for i in "" .{0,1}; do ln -fs $(PREFIX_LIB)/$$file.so $(PREFIX_COMP)/`echo $$file | sed s/roar//`.so$$i; done; done' 
    2930        sh -c 'for file in include/roar* include/lib*; do cp $(cp_v) -r $$file $(PREFIX_INC)/; done' 
    3031        cd doc; make install; cd .. 
Note: See TracChangeset for help on using the changeset viewer.