Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 460656 | Differences between
and this patch

Collapse All | Expand All

(-)src/Makefile (-5 / +3 lines)
Lines 20-35 Link Here
20
20
21
# $Id: Makefile,v 2.16 2002/08/11 15:57:07 jehsom Exp $
21
# $Id: Makefile,v 2.16 2002/08/11 15:57:07 jehsom Exp $
22
22
23
23
CFLAGS := $(CFLAGS) -I../include -I. -O -W -Wall -D_REENTRANT
24
CFLAGS = -I../include -I. -O -W -Wall -g -D_REENTRANT #-pg -a
24
LDFLAGS := $(LDFLAGS) -lfl -lpthread
25
LDFLAGS = -lfl -lpthread # -flex for linux, solaris ?
25
LEX_CFLAGS = -I../include -I. -D_REENTRANT
26
LEX_CFLAGS = -I../include -I. -g -D_REENTRANT #-pg -a
27
26
28
# in Linux, LFLAGS is empty. In Solaris, LFLAGS = -lnsl -lsocket
27
# in Linux, LFLAGS is empty. In Solaris, LFLAGS = -lnsl -lsocket
29
#LFLAGS = -lnsl -lsocket
28
#LFLAGS = -lnsl -lsocket
30
29
31
VPATH	= .:../include
30
VPATH	= .:../include
32
CC      := gcc
33
LEX     = flex
31
LEX     = flex
34
YACC    = yacc
32
YACC    = yacc
35
INCLUDE := $(wildcard ../include/*.h)
33
INCLUDE := $(wildcard ../include/*.h)

Return to bug 460656