From a4c678976a3e3fd5afec1a9595a1a80ed621a5e2 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Wed, 25 Aug 2004 12:15:50 +0000 Subject: - remove bogus mak and pro files - fix build order - fix binary name - add bogus include files --- (limited to 'noncore/apps/opie-reader/AportisCodec.omak') diff --git a/noncore/apps/opie-reader/AportisCodec.omak b/noncore/apps/opie-reader/AportisCodec.omak deleted file mode 100644 index 2de7cd6..0000000 --- a/noncore/apps/opie-reader/AportisCodec.omak +++ b/dev/null @@ -1,139 +0,0 @@ -############################################################################# -# Makefile for building libAportis.so.1.0.0 -# Generated by tmake at 15:14, 2004/05/08 -# Project: AportisCodec.opro -# Template: lib -############################################################################# - -####### Compiler, tools and options - -CC = arm-linux-gcc -CXX = arm-linux-g++ -CFLAGS = -pipe -Wall -W -O3 -fPIC -DNO_DEBUG -CXXFLAGS= -pipe -DQT_QWS_EBX -DQT_QWS_CUSTOM -DQWS -fno-exceptions -fno-rtti -Wall -W -O3 -fPIC -DNO_DEBUG -INCPATH = -IOREADERINC -I$(QTDIR)/include -LINK = arm-linux-gcc -LFLAGS = -shared -Wl,-soname,libAportis.so.1 -LIBS = $(SUBLIBS) -L$(QTDIR)/lib -lreader_pdb -lreader_codec -lqte -AR = arm-linux-ar cqs -RANLIB = -MOC = $(QTDIR)/bin/moc -UIC = $(QTDIR)/bin/uic - -TAR = tar -cf -GZIP = gzip -9f - -####### Files - -HEADERS = Aportis.h \ - CExpander.h \ - OREADERINC/useqpe.h \ - config.h \ - ustring.h \ - StyleConsts.h \ - Markups.h \ - names.h \ - linktype.h \ - pdb.h \ - my_list.h \ - Bkmks.h \ - Filedata.h -SOURCES = Aportis.cpp -OBJECTS = OREADEROBJS/Aportis.o -INTERFACES = -UICDECLS = -UICIMPLS = -SRCMOC = -OBJMOC = -DIST = -TARGET = libAportis.so.1.0.0 -TARGETA = $(QTDIR)/plugins/reader/codecs/libAportis.a -TARGETD = libAportis.so.1.0.0 -TARGET0 = libAportis.so -TARGET1 = libAportis.so.1 -TARGET2 = libAportis.so.1.0 -INTERFACE_DECL_PATH = . - -####### Implicit rules - -.SUFFIXES: .cpp .cxx .cc .C .c - -.cpp.o: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< - -.cxx.o: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< - -.cc.o: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< - -.C.o: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< - -.c.o: - $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< - -####### Build rules - - -all: $(QTDIR)/plugins/reader/codecs/libAportis.so.1.0.0 - -$(QTDIR)/plugins/reader/codecs/libAportis.so.1.0.0: $(OBJECTS) $(OBJMOC) $(SUBLIBS) - -rm -f $(TARGET) $(TARGET0) $(TARGET1) $(TARGET2) - $(LINK) $(LFLAGS) -o $(TARGETD) $(OBJECTS) $(OBJMOC) $(LIBS) - -ln -s $(TARGET) $(TARGET0) - -ln -s $(TARGET) $(TARGET1) - -ln -s $(TARGET) $(TARGET2) - -rm -f $(QTDIR)/plugins/reader/codecs/$(TARGET) - -rm -f $(QTDIR)/plugins/reader/codecs/$(TARGET0) - -rm -f $(QTDIR)/plugins/reader/codecs/$(TARGET1) - -rm -f $(QTDIR)/plugins/reader/codecs/$(TARGET2) - -mv $(TARGET) $(TARGET0) $(TARGET1) $(TARGET2) $(QTDIR)/plugins/reader/codecs/ - -staticlib: $(TARGETA) - -$(TARGETA): $(UICDECLS) $(OBJECTS) $(OBJMOC) - -rm -f $(TARGETA) - $(AR) $(TARGETA) $(OBJECTS) $(OBJMOC) - -moc: $(SRCMOC) - -tmake: AportisCodec.omak - -AportisCodec.omak: AportisCodec.opro - tmake AportisCodec.opro -o AportisCodec.omak - -dist: - $(TAR) AportisCodec.opro.tar AportisCodec.opro.pro $(SOURCES) $(HEADERS) $(INTERFACES) $(DIST) - $(GZIP) AportisCodec.opro.tar - -clean: - -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) $(TARGET) - -rm -f $(TARGET0) $(TARGET1) $(TARGET2) $(TARGETA) - -rm -f *~ core - -####### Sub-libraries - - -###### Combined headers - - -####### Compile - -OREADEROBJS/Aportis.o: Aportis.cpp \ - Aportis.h \ - CExpander.h \ - OREADERINC/useqpe.h \ - config.h \ - ustring.h \ - StyleConsts.h \ - Markups.h \ - names.h \ - linktype.h \ - pdb.h \ - my_list.h \ - Bkmks.h \ - Filedata.h \ - OREADERINC/static.h - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o OREADEROBJS/Aportis.o Aportis.cpp - -- cgit v0.9.0.2