aboutsummaryrefslogtreecommitdiffstats
path: root/libibex/Makefile.am
blob: c9e81659877c844b47a6af3d6ffb530b056b69ff (plain) (blame)
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

noinst_LTLIBRARIES = libibex.la

libibex_la_SOURCES = file.c index.c find.c words.c ibex.h
libibex_la_LDFLAGS = -static

noinst_HEADERS = ibex_internal.h

INCLUDES = -I$(srcdir) $(GLIB_CFLAGS) $(UNICODE_CFLAGS) \
        -DG_LOG_DOMAIN=\"libibex\"


noinst_PROGRAMS = mkindex lookup

mkindex_SOURCES = mkindex.c
mkindex_LDADD = libibex.la $(GLIB_LIBS) $(UNICODE_LIBS)

lookup_SOURCES = lookup.c
lookup_LDADD = libibex.la $(GLIB_LIBS) $(UNICODE_LIBS)

type='submit' value='search'/>
path: root/www/grafana3
Commit message (Expand)AuthorAgeFilesLines
* Fix www/grafana3 to use the right phantomjs binaries.brd2017-01-302-1/+10
* For www/grafana3 create the run directory on startup for systems wherebrd2017-01-202-1/+2
* Convert to GH_TUPLE.mat2016-12-131-166/+54
* Add extra patch for the rc scriptgirgen2016-10-272-1/+2
* Update Grafana to 3.1.1girgen2016-10-274-586/+38121
* ${RM} already has -f.mat2016-10-211-1/+1
* - Add patch to install CLI toolkmoore2016-07-022-0/+4