Changeset 686:5d9713ead023 in roaraudio for libroar/Makefile


Ignore:
Timestamp:
08/27/08 21:00:09 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

moved libroar/midi.* to libroardsp/midi.*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/Makefile

    r590 r686  
    22 
    33TARGETS=libroar.so 
    4 OBJS=libroar.o basic.o stream.o simple.o auth.o socket.o ctl.o buffer.o convert.o poly.o meta.o file.o midi.o acl.o vio.o 
     4OBJS=libroar.o basic.o stream.o simple.o auth.o socket.o ctl.o buffer.o convert.o poly.o meta.o file.o acl.o vio.o 
    55 
    66#DEFINES        = -DDEBUG 
    77INCLUDE = -I../include -I../include/libroar 
    88CFLAGS  = -g -Wall -O2 $(DEFINES) $(INCLUDE) $(INCPATH) -fPIC 
    9 LDFLAGS = -g -shared $(LDPATH) $(lib_dnet) -lm 
     9LDFLAGS = -g -shared $(LDPATH) $(lib_dnet) 
    1010 
    1111all: ${TARGETS} 
Note: See TracChangeset for help on using the changeset viewer.