Changeset 1619:b9221bf21268 in roaraudio


Ignore:
Timestamp:
04/26/09 04:14:07 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roarify

Location:
roarclients
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • roarclients/.cvsignore

    r1307 r1619  
    2626zcattest 
    2727pipetest 
     28 
     29roarify 
  • roarclients/Makefile

    r1367 r1619  
    11TARGETS=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 
     2TOOLS=roarify 
    23 
    34include ../Makefile.conf 
     
    89LDFLAGS = -g -L../lib/ $(LDPATH) -lroar 
    910 
    10 all: ${TARGETS} 
    11         cp $(cp_v) ${TARGETS} ../lib/ 
     11all: ${TARGETS} $(TOOLS) 
     12        cp $(cp_v) ${TARGETS} $(TOOLS) ../lib/ 
    1213clean: 
    1314        rm -f ${TARGETS} *.o 
     
    4849roarfctest: roarfctest.o 
    4950        ${CC} ${LDFLAGS} -o roarfctest roarfctest.o $(lib_m) -lroardsp 
     51 
     52roarify.sht: 
     53roarify: roarify.sht 
     54        sed 's#%%%PREFIX_COMP%%%#$(PREFIX_COMP)#g' < roarify.sht > roarify 
     55        chmod +rx roarify 
Note: See TracChangeset for help on using the changeset viewer.