Changeset 694:945f0cff1fea in roaraudio for libroaresd


Ignore:
Timestamp:
08/28/08 03:58:41 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use $(SHARED) a bit more

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroaresd/Makefile

    r632 r694  
     1include ../Makefile.conf 
     2 
    13TARGETS=libroaresd.so 
    24OBJS=libroaresd.o esdbasic.o esdctl.o esdstream.o esdsample.o esdfile.o 
     
    46#DEFINES        = -DDEBUG 
    57INCLUDE = -I../include -I../include/libroaresd 
    6 CFLAGS  = -g -Wall -O2 $(DEFINES) $(INCLUDE) 
    7 LDFLAGS = -g -shared -lroar $(LDPATH) -L../lib/ 
     8CFLAGS  = -g -Wall -O2 $(DEFINES) $(INCLUDE) $(INCPATH) -fPIC 
     9LDFLAGS = -g -lroar $(LDPATH) -L../lib/ 
    810 
    911all: ${TARGETS} 
Note: See TracChangeset for help on using the changeset viewer.