Home | History | Annotate | Download | only in libgsm

Lines Matching defs:TLS

124 TLS	= $(ROOT)/tls
158 $(TLS)/taste.h
190 $(TLS)/sour.c \
191 $(TLS)/ginger.c \
192 $(TLS)/sour1.dta \
193 $(TLS)/sour2.dta \
194 $(TLS)/bitter.c \
195 $(TLS)/bitter.dta \
196 $(TLS)/taste.c \
197 $(TLS)/sweet.c \
253 $(TLS)/bitter.dta \
292 misc: $(TLS)/sweet $(TLS)/bitter $(TLS)/sour $(TLS)/ginger \
436 $(TLS)/sweet: $(TLS)/sweet.o $(TLS)/taste.o
437 $(LD) $(LFLAGS) -o $(TLS)/sweet \
438 $(TLS)/sweet.o $(TLS)/taste.o $(LDLIB)
440 $(TLS)/bitter: $(TLS)/bitter.o $(TLS)/taste.o
441 $(LD) $(LFLAGS) -o $(TLS)/bitter \
442 $(TLS)/bitter.o $(TLS)/taste.o $(LDLIB)
447 $(TLS)/ginger: $(TLS)/ginger.o $(TLS)/taste.o
448 $(LD) $(LFLAGS) -o $(TLS)/ginger \
449 $(TLS)/ginger.o $(TLS)/taste.o $(LDLIB)
451 $(TLS)/sour: $(TLS)/sour.o $(TLS)/taste.o
452 $(LD) $(LFLAGS) -o $(TLS)/sour \
453 $(TLS)/sour.o $(TLS)/taste.o $(LDLIB)