head	1.6;
access;
symbols
	RELEASE_20040105_red:1.4.0.4
	RELEASE_20040105:1.4.0.2
	verder:1.1.1
	start:1.1.1.2
	nhttpd:1.1.1;
locks; strict;
comment	@# @;


1.6
date	2005.01.18.08.41.45;	author nonun;	state Exp;
branches;
next	1.5;

1.5
date	2005.01.18.08.37.47;	author nonun;	state dead;
branches;
next	1.4;

1.4
date	2004.01.04.22.35.56;	author redbaron;	state Exp;
branches;
next	1.3;

1.3
date	2003.10.24.02.41.38;	author nonun;	state Exp;
branches;
next	1.2;

1.2
date	2003.10.21.05.12.22;	author nonun;	state dead;
branches;
next	1.1;

1.1
date	2003.07.11.04.48.04;	author nonun;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2003.07.11.04.48.04;	author nonun;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2003.10.27.08.32.02;	author redbaron;	state Exp;
branches;
next	;


desc
@@


1.6
log
@*** empty log message ***
@
text
@OBJECTS = libhttpd.o libxml.o main.o config.o util.o common.o thread.o mime.o log.o

NONBLOCK = -D__NONBLOCK

LINGER = -D__LINGER

RELEASE = __RELEASE
#RELEASE = __DEBUG

TARGET = ../nhttpd

CFLAGS = -I../include -I/sw/include -I/usr/include -I/usr/include/libxml2 -L/sw/lib -L/usr/lib
LIBS = -lpthread -lm -lxml2

###############################################################################################

CFLAGS += -D_REENTRANT -D$(RELEASE) $(NONBLOCK) $(LINGER) -Wall

all: $(TARGET)

$(TARGET): $(OBJECTS) $(OBJECTS_MIDWARE)
	$(CC) -o $(TARGET) $(OBJECTS) $(OBJECTS_MIDWARE) $(CPPFLAGS) $(LIBS)

clean: 
	rm -f $(OBJECTS) $(OBJECTS_MIDWARE) $(TARGET)

@


1.5
log
@*** empty log message ***
@
text
@d1 1
a1 2
OBJECTS = libhttpd.o conf.o nhttpd.o
INC_DIR = ../include/
d3 1
a3 2
RELEASE = __DEBUG
#RELEASE = __RELEASE
d5 4
a8 1
CFLAGS = -D_REENTRANT -D$(RELEASE) -Wall -I$(INC_DIR)
a9 1
LIBS = -lpthread -lm
d12 6
d21 5
a25 2
$(TARGET): $(OBJECTS)
	$(CC) $(CFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS)
a26 2
clean:
	rm -f $(OBJECTS) $(TARGET)
@


1.4
log
@get_conf() func move to conf.c file
@
text
@@


1.3
log
@*** empty log message ***
@
text
@d1 1
a1 1
OBJECTS = libhttpd.o nhttpd.o
@


1.2
log
@*** empty log message ***
@
text
@d9 1
a9 1
LIBS = -lpthread
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@
@
text
@@


1.1.1.2
log
@Comment Add
@
text
@d9 1
a9 1
LIBS = -lpthread -lm
@

