-
Notifications
You must be signed in to change notification settings - Fork 5
/
Makefile.am
85 lines (73 loc) · 3.06 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# vim: noexpandtab
SUBDIRS = src
DOCS = AUTHORS ChangeLog COPYING INSTALL NEWS README KNOWNBUGS TODO
# Data that needs to be distributed and won't be packed up.
# Note that webupdater is not supported on non-win32 so we
# don't ship it!
nobase_dist_pkgdata_DATA = data/pak-$(VERSION).pke data/tips.txt
# EXTRA_DIST
# those go into pak-VERSION.pke but ship it into tarball nevertheless
# this list should be equal to data/pak-VERSION.include
apppak = \
data/cpma/hudspecs.dat \
data/cpma/docs/README.superhud \
data/cpma/texture/background_16x10.jpg \
data/cpma/texture/background_4x3.jpg \
data/model/dfegg.mde \
data/model/README \
data/texture/default.tga \
data/texture/model.tga \
data/docs/README.hudspecs
# we aren't using the webupdater on linux..
# but provide it in distributed file nevertheless
webupdater = \
data/webupdater/local.xml \
data/webupdater/webupdatedlg.xrc \
webupdater/include/wx/checked_dis.xpm \
webupdater/include/wx/checkedlistctrl.h \
webupdater/include/wx/checked.xpm \
webupdater/include/wx/download.h \
webupdater/include/wx/installer.h \
webupdater/include/wx/md5.h \
webupdater/include/wx/stdactions.h \
webupdater/include/wx/unchecked_dis.xpm \
webupdater/include/wx/unchecked.xpm \
webupdater/include/wx/webupdatectrl.h \
webupdater/include/wx/webupdatedef.h \
webupdater/include/wx/webupdatedlg.h \
webupdater/include/wx/webupdate.h \
webupdater/src/app.ico \
webupdater/src/app.rc \
webupdater/src/app.xpm \
webupdater/src/checkedlistctrl.cpp \
webupdater/src/download.cpp \
webupdater/src/installer.cpp \
webupdater/src/md5.cpp \
webupdater/src/stdactions.cpp \
webupdater/src/webapp.cpp \
webupdater/src/webupdate.cpp \
webupdater/src/webupdatectrl.cpp \
webupdater/src/webupdatedlg.cpp \
webupdater/src/webupdatedlg.xrc \
webupdater/src/www.xpm
# not compiled but supply in distribution nevertheless
source = \
src/convertdialog.wxg \
src/elementsctrlbase.wxg \
src/pakfiledialog.wxg \
src/prefsdialog_tmp.wxg
dist_noinst_DATA = \
data/pak-$(VERSION).include \
$(apppak) \
$(source) \
create-pak.sh \
superhudeditor.sln \
superhudeditor.vcproj \
superhudeditor.cbp \
superhudeditor.nsi \
Microsoft.VC90.CRT/Microsoft.VC90.CRT.manifest \
Microsoft.VC90.CRT/msvcm90.dll \
Microsoft.VC90.CRT/msvcp90.dll \
Microsoft.VC90.CRT/msvcr90.dll \
$(webupdater) \
www/webupdater/remote.xml