Add weapon cycling bindings for mouse and joystick buttons. Add weapon cycling bindi...
[chocolate-doom.git] / pkg / Makefile.am
blob9775fa777096615fdce6b533fa38ff74fb7149d7
2 OSX_FILES=                                                              \
3 osx/Resources/128x128.png                                               \
4 osx/Resources/app.icns                                                  \
5 osx/Resources/app.png                                                   \
6 osx/Resources/wadfile.icns                                              \
7 osx/Resources/wadfile.png                                               \
8 osx/Resources/launcher.nib/classes.nib                                  \
9 osx/Resources/launcher.nib/info.nib                                     \
10 osx/Resources/launcher.nib/keyedobjects.nib                             \
11 osx/GNUmakefile                                                         \
12 osx/Info.plist.in       osx/Info-gnustep.plist.in                       \
13 osx/PkgInfo                                                             \
14 osx/cp-with-libs                                                        \
15 osx/main.m                                                              \
16 osx/AppController.m     osx/AppController.h                             \
17 osx/Execute.m           osx/Execute.h                                   \
18 osx/IWADController.m    osx/IWADController.h                            \
19 osx/IWADLocation.m      osx/IWADLocation.h                              \
20 osx/LauncherManager.m   osx/LauncherManager.h
22 WINCE_FILES=                                                            \
23 wince/GNUmakefile                                                       \
24 wince/wince-cab.cfg                                                     \
25 wince/wince-cabgen
27 WIN32_FILES=                                                            \
28 win32/GNUmakefile                                                       \
29 win32/README
31 EXTRA_DIST=$(OSX_FILES) $(WINCE_FILES) $(WIN32_FILES)