1997-11-18 15:06:00 +01:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
1998-10-21 19:34:36 +02:00
|
|
|
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl
|
2000-01-24 12:55:49 +01:00
|
|
|
EXTRA_DIST = README
|
1997-11-18 15:06:00 +01:00
|
|
|
|
2000-12-19 19:28:36 +01:00
|
|
|
noinst_LIBRARIES = libutil.a
|
1997-11-18 15:06:00 +01:00
|
|
|
|
2000-12-19 19:28:36 +01:00
|
|
|
libutil_a_SOURCES = logger.c fileutil.c miscutil.c strgutil.c \
|
2000-01-24 12:55:49 +01:00
|
|
|
ttyio.c errors.c iobuf.c \
|
2000-07-14 19:34:53 +02:00
|
|
|
http.c simple-gettext.c w32reg.c
|
1997-11-18 15:06:00 +01:00
|
|
|
|
|
|
|
|
1999-01-16 09:29:29 +01:00
|
|
|
http-test: http.c
|
|
|
|
gcc -DHAVE_CONFIG_H -I. -I. -I.. $(INCLUDES) -g -Wall -DTEST \
|
|
|
|
-o http-test http.c libutil.a ../mpi/libmpi.a @INTLLIBS@
|
|
|
|
|
1997-11-18 15:06:00 +01:00
|
|
|
|
|
|
|
|
1999-12-08 22:03:03 +01:00
|
|
|
|
|
|
|
|