aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/powermanga/powermanga-0.79/powermanga.pro
blob: d6c90290a53cc4d3a85fce699cf43d04d1e97882 (plain)
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
TEMPLATE        = app
CONFIG          = qt warn_on release
HEADERS         = \
		  src/caractere.hpp \
		  src/cercle.hpp \
		  src/chaine.hpp \
		  src/etbfonte1.hpp \
		  src/gfxroutines.hpp \
		  src/linux.hpp \
		  src/powermanga.hpp \
		  src/score.hpp

SOURCES         = \
		  src/afficheEtoiles.cpp \
		  src/bonus.cpp \
		  src/caractere.cpp \
		  src/chaine.cpp \
		  src/congratulations.cpp \
		  src/courbe.cpp \
		  src/displayFonte.cpp \
		  src/eclairExecution.cpp \
		  src/ennemis_execution.cpp \
		  src/etbfonte1.cpp \
		  src/explosionExecution.cpp \
		  src/fntscrol.cpp \
		  src/gardien12.cpp \
		  src/gardien13.cpp \
		  src/gardien14.cpp \
		  src/gardiens.cpp \
		  src/gfxbase.cpp \
		  src/gfxroutines.cpp \
		  src/grille.cpp \
		  src/initialiseGameOver.cpp \
		  src/inits_game.cpp \
		  src/keymap.cpp \
		  src/linuxroutines.cpp \
		  src/main.cpp \
		  src/menu.cpp \
		  src/metors.cpp \
		  src/onde.cpp \
		  src/options.cpp \
		  src/playanim.cpp \
		  src/powermanga.cpp \
		  src/powmangasub1.cpp \
		  src/powmangasub2.cpp \
		  src/score.cpp \
		  src/sdl_mixer.cpp \
		  src/sdl_tlk.cpp \
		  src/special_enemy.cpp \
		  src/tirsExecutions.cpp \
		  src/tirsJoueur.cpp \
		  src/touchesTriches.cpp \
		  src/vaisseau.cpp \
		  src/xwindow.cpp
		  
INCLUDEPATH     += $(QPEDIR)/include
DEPENDPATH      += $(QPEDIR)/include

CFLAGS      	+= `$(QPEDIR)/bin/sdl-config --cflags`
LIBS            += -lSDLmain -lSDL -lSDL_mixer -lpthread -lqpe
OBJECTS_DIR  	= obj
MOC_DIR      	= moc
TARGET          = powermanga
VERSION		= 0.79