forked from ederc/xmalloc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
44 lines (35 loc) · 883 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
# Copyright 2012 Christian Eder
#
# This file is part of XMALLOC, 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)
SUBDIRS= . m4 src doc tests
OBJEXT=".lo .o"
ACLOCAL_AMFLAGS=-I m4
bin_SCRIPTS=xmalloc-config
EXTRA_DIST=PROJECTS
CLEANFILES= \
tags \
*~
distclean-local:
rm -rf autom4te.cache
DISTCLEANFILES= \
_configs.sed \
config.sub \
config.guess \
configure.in \
configure \
Makefile.in \
xmalloc-config xmalloc-config~ \
include/xmalloc-config.h* \
include/stamp-h1a \
doc/index.html \
doc/apa.html \
doc/apb.html \
doc/apc.html \
doc/html/* \
doc/latex/* \
*~
ctags:
ctags -R *
all-am: ctags