Changeset 2046:173ee399825b in roaraudio


Ignore:
Timestamp:
06/22/09 19:57:46 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added a start for a light control tool

Location:
roarclients
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/Makefile

    r1777 r2046  
    1 TARGETS=roarcat roarcatad roarcat2sock roarcatsendfile roarcatplay roarcatpassfh roarbidir roarctl roarmon roarsockconnect roartypes roarvorbis roarvumeter roarfilt roarsin roar-config polytest roarsocktypes roarshout roarradio roarfctest roarmonhttp pinentrytest zcattest pgptest roarcatvio pipetest 
     1TARGETS=roarcat roarcatad roarcat2sock roarcatsendfile roarcatplay roarcatpassfh roarbidir roarctl roarlight roarmon roarsockconnect roartypes roarvorbis roarvumeter roarfilt roarsin roar-config polytest roarsocktypes roarshout roarradio roarfctest roarmonhttp pinentrytest zcattest pgptest roarcatvio pipetest 
    22TOOLS=roarify 
    33 
     
    88CFLAGS    += -g -Wall -O2 $(DEFINES) $(INCLUDE) $(INCPATH) 
    99LDFLAGS    = -g -L../lib/ $(LDPATH) -lroar 
    10 LIBS       = -lroar $(lib_wsock32) $(lib_ws2_32) 
    11 DSPLIBS    = -lroardsp -lm $(LIBS) 
     10NETLIBS    = $(lib_wsock32) $(lib_ws2_32) 
     11LIBS       = -lroar $(NETLIBS) 
     12DSPLIBS    = -lroardsp   -lm $(LIBS) 
     13LIGHTLIBS  = -lroarlight -lm $(LIBS) 
    1214SHOUTLIBS  = $(lib_shout) $(LIBS) 
    1315VORBISLIBS = $(lib_vorbisfile) $(lib_vorbis) $(lib_ogg) $(LIBS) 
     
    6567polytest: polytest.o 
    6668        ${CC} ${LDFLAGS} -o polytest polytest.o $(DSPLIBS) 
     69roarlight: roarlight.o 
     70        ${CC} ${LDFLAGS} -o roarlight roarlight.o $(LIGHTLIBS) 
    6771pinentrytest: pinentrytest.o 
    6872        $L 
Note: See TracChangeset for help on using the changeset viewer.