[wellylug] make nothing
Edouard Chalaron
e.chalaron at paradise.net.nz
Mon Mar 3 14:26:48 NZDT 2003
Hi
Got a piece of soft with no ./configure neither any doc....
There is a Makefile showing :
******************************************
CC = cc
CFLAGS = -g
LDFLAGS = -g
KLATTSRCS = klatt.c parwave.c hplay.c
KLATTOBJS = klatt.o parwave.o hplay.o
UKLATTOBJS = uklatt.o parwave.o hplay.o
SWKLATTOBJS = swklatt.o parwave.o hplay.o
GENSRCS = gen.c features.c lex.yy.c rules.c plosives.c fricatives.c\
sonorants.c vowel.c
GENOBJS = gen.o features.o lex.yy.o rules.o plosives.o fricatives.o\
sonorants.o vowel.o
LIBS = -ll -lm
# -lcurses -ltermcap
#LIBS = -laudio
all: klatt gen
uklatt: $(UKLATTOBJS)
$(CC) $(LDFLAGS) -o uklatt $(UKLATTOBJS) $(LIBS)
klatt: $(KLATTOBJS)
$(CC) $(LDFLAGS) -o klatt $(KLATTOBJS) $(LIBS)
etc........;;
*****************************
I tried a "make all" and "make klatt" or "make whatever" and ended up with a
"no rules"
Can someone light this up for me please ?
thanks
Edouard
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get 128 Bit SSL Encryption!
http://us.click.yahoo.com/LIgTpC/vN2EAA/xGHJAA/0XFolB/TM
---------------------------------------------------------------------~->
.-. Wellington
/V\ Linux
// \\ Users
/( )\ Group
^^-^^
http://wlug.paradise.net.nz/
To unsubscribe from this group, send an email to:
wellylug-unsubscribe at egroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
More information about the wellylug
mailing list