Changeset 5478:894c5c2b8c42 in roaraudio for tests


Ignore:
Timestamp:
04/23/12 12:30:23 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:
  • Corrected usage of -Wextra (pr0).
  • Updated build options for RAT (pr0).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile

    r5122 r5478  
    33CLIENTS=roar-config roarbidir roarcat roarcatplay roarcatvio roarctl roarfilt roarmon roarradio roarshout roarsin roarsockconnect roartypes roarvorbis roarvumeter roarinterconnect roarlight roarphone 
    44 
     5INCLUDE = -I../include 
     6CFLAGS += -g -Wall $(Wextra) $(OPTI_O) $(DEFINES) $(INCLUDE) $(INCPATH) $(fPIC) 
     7LDFLAGS+= -g -Wall $(Wextra) $(OPTI_O) -L../lib $(LDPATH) 
    58 
    69all: 
     
    2225 
    2326test-rat: rat.o test-rat.o 
    24         $(CC) -Wall -Wextra -O2 -g -o rat-rat rat.o test-rat.o 
     27        $(CC) $(LDFLAGS) -o rat-rat rat.o test-rat.o 
    2528        $(EXEC_HELPER) ./rat-rat 
    2629 
Note: See TracChangeset for help on using the changeset viewer.