aboutsummaryrefslogtreecommitdiffstats
path: root/util/Makefile.am
blob: 6247f1f2e539137a6ccd8408366959f0c459447a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## Process this file with automake to produce Makefile.in

INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl
EXTRA_DIST = README

noinst_LTLIBRARIES = libutil.la

libutil_la_LDFLAGS =
libutil_la_SOURCES = logger.c fileutil.c miscutil.c strgutil.c	\
		     ttyio.c  errors.c iobuf.c \
		     http.c simple-gettext.c w32reg.c


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@