-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
49 lines (37 loc) · 993 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Copyright 2012 Christian Eder
#
# This file is part of LA-BENCHER, licensed under the GNU General Public
# License version 3. See COPYING for more information.
INCLUDES=-I$(top_srcdir) -I$(top_srcdir)/include -I$(top_builddir)
pkgincludesubdir = $(includedir)/la-bencher
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = la-bencher.pc
SUBDIRS= . m4 src doc tests
OBJEXT=".lo .o"
ACLOCAL_AMFLAGS=-I m4
bin_SCRIPTS=la-bencher-config
EXTRA_DIST=PROJECTS
CLEANFILES= \
tags \
obj/* \
*~
distclean-local:
rm -rf autom4te.cache
rm -rf obj
DISTCLEANFILES= \
_configs.sed \
config.sub \
config.guess \
configure.in \
configure \
ltmain.sh \
Makefile.in \
la-bencher-config la-bencher-config~ \
include/la-bencher-config.h* \
include/stamp-h1a \
doc/index.html \
obj/* \
*~
ctags:
ctags -R *
all-am: ctags