$(TOPDIR), make, tmpl/tex/en_technical: Make the uclient examples work

This commit is contained in:
Jan Lindemann 2001-07-16 20:58:56 +00:00 committed by Jan Lindemann
commit a9cdceebeb
4 changed files with 26 additions and 17 deletions

View file

@ -24,16 +24,16 @@ MEMBERS = $(LIB)($(OBJ))
PREFIX = ../
#MEMWATCH = -DMEMWATCH -DMW_STDIO
#YAMD = yamd-
EFENCE = -lefence
#CFLAGS = -DNDEBUG -O2 -g $(INCLUDE) $(LOCAL_CFLAGS) #production
CFLAGS = -Wall -D_DEBUG_ $(MEMWATCH) -g $(INCLUDE) $(LOCAL_CFLAGS)
CPPFLAGS = -Wall -D_DEBUG_ $(MEMWATCH) -g $(INCLUDE) $(LOCAL_CPPFLAGS)
LDFFTW = -lrfftw -lfftw -lm
#LDAUDIO = -laudiofile
LDFLAGS = -L$(LIBDIR) -l$(LIBNAME) -lg++
LDFLAGS = -L$(LIBDIR) $(EFENCE) -l$(LIBNAME) -lg++
LDREST = -ldl $(LDAUDIO) $(LDFFTW) $(LOCAL_LDFLAGS)
CC = $(YAMD)gcc
CPP = c++
CPP = $(YAMD)g++
RM = rm
AR = ar
INSTALL = install