Changeset 2050:2a4791050950 in roaraudio for libroarsndio


Ignore:
Timestamp:
06/27/09 23:50:05 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use $SHARED_SUFFIX in most important makefiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarsndio/Makefile

    r1773 r2050  
    11include ../Makefile.conf 
    22 
    3 SLIB=libroarsndio.so 
     3SLIB=libroarsndio$(SHARED_SUFFIX) 
    44 
    55TARGETS=$(SLIB) libroarsndio.a 
     
    1919new: clean all 
    2020 
    21 libroarsndio.so: ${OBJS} 
    22         ${CC} ${LDFLAGS} -o libroarsndio.so ${OBJS} ${LIBS} 
     21$(SLIB): ${OBJS} 
     22        ${CC} ${LDFLAGS} -o $(SLIB) ${OBJS} ${LIBS} 
    2323libroarsndio.a: ${OBJS} 
    2424        ${AR} cru libroarsndio.a ${OBJS} 
Note: See TracChangeset for help on using the changeset viewer.