2018-10-11 15:04:44 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
|
|
|
SUBDIRS = avl httpp log net thread timing
|
|
|
|
|
2018-10-12 09:25:16 +00:00
|
|
|
lib_LTLIBRARIES = libigloo.la
|
2018-10-11 15:04:44 +02:00
|
|
|
|
2018-10-26 13:59:15 +02:00
|
|
|
pkginclude_HEADERS = include/igloo.h
|
|
|
|
|
2018-10-12 09:25:16 +00:00
|
|
|
libigloo_la_SOURCES = libigloo.c
|
|
|
|
libigloo_la_LIBADD = \
|
2018-10-11 15:04:44 +02:00
|
|
|
avl/libiceavl.la \
|
|
|
|
httpp/libicehttpp.la \
|
|
|
|
log/libicelog.la \
|
|
|
|
net/libicenet.la \
|
|
|
|
thread/libicethread.la \
|
|
|
|
timing/libicetiming.la
|
|
|
|
|
2018-10-12 09:25:16 +00:00
|
|
|
pkgconfig_DATA = igloo.pc
|
2018-10-11 15:04:44 +02:00
|
|
|
|
|
|
|
static:
|
|
|
|
$(MAKE) all LDFLAGS="${LDFLAGS} -all-static"
|