File: Makefile.am

package info (click to toggle)
guichan 0.8.2-20
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 3,724 kB
  • sloc: cpp: 15,578; sh: 10,130; makefile: 255
file content (30 lines) | stat: -rw-r--r-- 658 bytes parent folder | download | duplicates (11)
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
EXTRA_DIST =                  		\
	Makefile.examples		\
	action.hpp			\
	allegro.hpp			\
	allegroaction.cpp		\
	allegrohelloworld.cpp 		\
	allegrowidgets.cpp		\
	darkbitslogo_by_haiko.bmp	\
	fixedfont.bmp			\
	gui-chan.bmp			\
	helloworld.hpp			\
	hge.hpp				\
	hgeaction.cpp			\
	hgehelloworld.cpp		\
	hgewidgets.cpp			\
	openglallegro.hpp		\
	openglallegroaction.cpp		\
	openglallegrohelloworld.cpp	\
	openglallegrowidgets.cpp	\
	openglsdl.hpp			\
	openglsdlaction.cpp		\
	openglsdlhelloworld.cpp		\
	openglsdlwidgets.cpp		\
	openlayer.hpp			\
	openlayerwidgets.cpp		\
	sdl.hpp				\
	sdlaction.cpp			\
	sdlhelloworld.cpp		\
	sdlwidgets.cpp			\
	widgets.hpp