forked from pioneerspacesim/pioneer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
35 lines (29 loc) · 823 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
## Process this file with automake to produce Makefile.in
SUBDIRS = contrib $(PLATFORM_SUBDIRS) src data osx
PATH := @MXE_PATH@:$(PATH)
include $(top_srcdir)/Makefile.common
.PHONY: codedoc
codedoc:
@mkdir -p codedoc
@naturaldocs -i ${top_srcdir}/src/ -i ${top_srcdir}/data/libs/ -xi ${top_srcdir}/src/data/ -o HTML codedoc/ -p ${top_srcdir}/nd/ -do -ro -s Default Local
.PHONY: enums
enums:
python scripts/scan_enums.py -r --pattern=*.h -o src/enum_table.cpp src
.PHONY: sgm
sgm:
env SDL_VIDEODRIVER=dummy ./src/modelcompiler$(EXEEXT) -b inplace
EXTRA_DIST = \
AUTHORS.txt \
COMPILING.OSX.txt \
Changelog.txt \
Modelviewer.txt \
Quickstart.txt \
README.txt \
licenses/CC-BY-SA-3.0.txt \
licenses/GPL-3.txt \
licenses/SIL-1.1.txt \
bootstrap \
generic-exec \
Makefile.common \
modelviewer \
pioneer