-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMakefile.am
More file actions
34 lines (27 loc) · 1014 Bytes
/
Makefile.am
File metadata and controls
34 lines (27 loc) · 1014 Bytes
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
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src
if REPLACE_CPP
SUBDIRS += tests .
man_page = mcpp-gcc
else
man_page = mcpp
endif
man1_MANS = $(man_page).1
EXTRA_DIST = $(top_srcdir)/LICENSE $(top_srcdir)/INSTALL* \
$(top_srcdir)/ChangeLog.old $(top_srcdir)/NEWS \
$(top_srcdir)/mcpp.1 $(top_srcdir)/mcpp-gcc.1 $(top_srcdir)/config \
$(top_srcdir)/src/preproc.c $(top_srcdir)/src/noconfig.H \
$(top_srcdir)/src/cc1.c $(top_srcdir)/src/*set_mcpp.sh \
$(top_srcdir)/src/testmain.c $(top_srcdir)/src/mcpp_lib.def \
$(top_srcdir)/tests/*_test.sh $(top_srcdir)/noconfig \
$(top_srcdir)/cpp-test $(top_srcdir)/test-t \
$(top_srcdir)/test-c $(top_srcdir)/test-l $(top_srcdir)/tool \
$(top_srcdir)/doc $(top_srcdir)/doc-jp
dist_doc_DATA = README NEWS doc/mcpp-summary.pdf
dist_html_DATA = \
doc/cpp-test.html \
doc/mcpp-manual.html \
doc/mcpp-porting.html
htmljadir = $(htmldir)/doc-jp
dist_htmlja_DATA = doc-jp/mcpp-manual.html