Changeset 1777:e7a9669095f5 in roaraudio


Ignore:
Timestamp:
05/19/09 17:33:01 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use linker command in $L

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/Makefile

    r1776 r1777  
    2222 
    2323roarcat: roarcat.o 
     24        $L 
    2425roarcatad: roarcatad.o 
     26        $L 
    2527roarcat2sock: roarcat2sock.o 
     28        $L 
    2629roarcatsendfile: roarcatsendfile.o 
     30        $L 
    2731roarcatplay: roarcatplay.o 
     32        $L 
    2833roarcatpassfh: roarcatpassfh.o 
     34        $L 
    2935roarcatvio: roarcatvio.o 
     36        $L 
    3037roarradio: roarradio.o 
     38        $L 
    3139roarctl: roarctl.o 
     40        $L 
    3241roarmon: roarmon.o 
     42        $L 
    3343roarmonhttp: roarmonhttp.o 
     44        $L 
    3445roarbidir: roarbidir.o 
     46        $L 
    3547roarfilt: roarfilt.o 
    3648        ${CC} ${LDFLAGS} -o roarfilt roarfilt.o $(DSPLIBS) 
     
    4052        ${CC} ${LDFLAGS} -o roarvumeter roarvumeter.o $(DSPLIBS) 
    4153roarsockconnect: roarsockconnect.o 
     54        $L 
    4255roartypes: roartypes.o 
     56        $L 
    4357roarsocktypes: roarsocktypes.o 
     58        $L 
    4459roar-config: roar-config.o 
     60        $L 
    4561roarvorbis: roarvorbis.o 
    4662        ${CC} ${LDFLAGS} -o roarvorbis roarvorbis.o $(VORBISLIBS) 
     
    5066        ${CC} ${LDFLAGS} -o polytest polytest.o $(DSPLIBS) 
    5167pinentrytest: pinentrytest.o 
     68        $L 
    5269zcattest: zcattest.o 
     70        $L 
    5371pgptest: pgptest.o 
     72        $L 
    5473pipetest: pipetest.o 
     74        $L 
    5575roarfctest: roarfctest.o 
    5676        ${CC} ${LDFLAGS} -o roarfctest roarfctest.o $(DSPLIBS) 
Note: See TracChangeset for help on using the changeset viewer.