forked from PEBBL/pebbl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
46 lines (33 loc) · 942 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
#
# CAUTION!
#
# This file should only be edited in the bootstrap/packages directory!
#
include $(srcdir)/config/MakeMacros.mk
TOPBIN=${top_srcdir}/bin
CONFIGDIR=${top_srcdir}/config
TOPINC=include
#
# location of m4 macros
#
ACLOCAL_AMFLAGS= -I config
SUBDIRS = . tpl packages doc
nodist_include_HEADERS = ${top_builddir}/include/acro_config.h
all-local:
@if test -e userapps/Makefile.am ; then cd userapps && $(MAKE) ; fi
@if test -d $(TOPINC) ; then : ; else mkdir $(TOPINC) ; fi
docs:
@cd doc && $(MAKE) docs
@cd packages && $(MAKE) docs
DISTCLEANFILES = _configs.sed include/acro_config.h
MAINTAINERCLEANFILES = aclocal.m4 configure Makefile.in
EXTRA_DIST=config/MakeMacros.mk bin/cp_u\
bin/checkCopyright\
config \
setup \
bootstrap
dist-hook:
@cd $(distdir)/config && rm -rf $$(find . -name .svn)
@cd $(distdir)/bootstrap && rm -rf $$(find . -name .svn)
python:
@cd tpl && $(MAKE) python