summaryrefslogtreecommitdiff
path: root/core/multimedia/opieplayer/libflash/Makefile.in
Side-by-side diff
Diffstat (limited to 'core/multimedia/opieplayer/libflash/Makefile.in') (more/less context) (ignore whitespace changes)
-rw-r--r--core/multimedia/opieplayer/libflash/Makefile.in9
1 files changed, 3 insertions, 6 deletions
diff --git a/core/multimedia/opieplayer/libflash/Makefile.in b/core/multimedia/opieplayer/libflash/Makefile.in
index 52c8557..0947454 100644
--- a/core/multimedia/opieplayer/libflash/Makefile.in
+++ b/core/multimedia/opieplayer/libflash/Makefile.in
@@ -1,57 +1,57 @@
#############################################################################
####### Compiler, tools and options
CXX = $(SYSCONF_CXX) $(QT_CXX_MT)
CXXFLAGS= $(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS) $(SYSCONF_CXXFLAGS_LIB)
CC = $(SYSCONF_CC) $(QT_C_MT)
CFLAGS = $(SYSCONF_CFLAGS) $(SYSCONF_CFLAGS_LIB)
-INCPATH = -I$(QPEDIR)/include
+INCPATH = -I$(OPIEDIR)/include -I..
LFLAGS = $(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT)
LIBS = $(SUBLIBS) -lqpe $(SYSCONF_LIBS_QT) $(SYSCONF_LIBS_QTAPP)
MOC = $(SYSCONF_MOC)
UIC = $(SYSCONF_UIC)
####### Target
DESTDIR = ../../plugins/codecs/
VER_MAJ = 1
VER_MIN = 0
VER_PATCH = 0
TARGET = flashplugin
TARGET1 = lib$(TARGET).so.$(VER_MAJ)
####### Files
HEADERS = libflashplugin.h \
libflashpluginimpl.h
SOURCES = libflashplugin.cpp \
libflashpluginimpl.cpp \
adpcm.cc \
character.cc \
flash.cc \
graphic16.cc \
matrix.cc \
script.cc \
sprite.cc \
bitmap.cc \
cxform.cc \
font.cc \
graphic24.cc \
movie.cc \
shape.cc \
sqrt.cc \
button.cc \
displaylist.cc \
graphic.cc \
graphic32.cc \
program.cc \
sound.cc \
text.cc
OBJECTS = libflashplugin.o \
libflashpluginimpl.o \
adpcm.o \
character.o \
flash.o \
graphic16.o \
matrix.o \
@@ -100,105 +100,102 @@ OBJMOC =
####### Build rules
all: $(DESTDIR)$(SYSCONF_LINK_TARGET)
$(DESTDIR)$(SYSCONF_LINK_TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS)
$(SYSCONF_LINK_LIB)
moc: $(SRCMOC)
tmake: Makefile.in
Makefile.in: libflash.pro
tmake libflash.pro -o Makefile.in
clean:
-rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS)
-rm -f *~ core
-rm -f allmoc.cpp
####### Extension Modules
listpromodules:
@echo
listallmodules:
@echo
listaddonpromodules:
@echo
listaddonentmodules:
@echo
REQUIRES=
####### Sub-libraries
###### Combined headers
####### Compile
libflashplugin.o: libflashplugin.cpp \
libflashplugin.h \
- flash.h \
- ../mediaplayerplugininterface.h
+ flash.h
libflashpluginimpl.o: libflashpluginimpl.cpp \
libflashplugin.h \
flash.h \
- ../mediaplayerplugininterface.h \
- libflashpluginimpl.h \
- ../mediaplayerplugininterface.h
+ libflashpluginimpl.h
adpcm.o: adpcm.cc \
swf.h \
flash.h \
matrix.h \
cxform.h \
rect.h \
jpeglib.h \
jconfig.h \
jmorecfg.h \
jerror.h \
graphic.h \
character.h \
bitmap.h \
shape.h \
displaylist.h \
sound.h \
button.h \
font.h \
text.h \
adpcm.h \
program.h \
sprite.h \
script.h \
movie.h
character.o: character.cc \
swf.h \
flash.h \
matrix.h \
cxform.h \
rect.h \
jpeglib.h \
jconfig.h \
jmorecfg.h \
jerror.h \
graphic.h \
character.h \
bitmap.h \
shape.h \
displaylist.h \
sound.h \
button.h \
font.h \
text.h \
adpcm.h \
program.h \
sprite.h \