summaryrefslogtreecommitdiff
path: root/noncore/tools/calc2
authorkergoth <kergoth>2002-01-28 17:00:58 (UTC)
committer kergoth <kergoth>2002-01-28 17:00:58 (UTC)
commit9a6a1d4f300d41085f55d1c979322aef65d7d462 (patch) (side-by-side diff)
treed478a0e56d269ff56d3323b8fbb4bf653e29e649 /noncore/tools/calc2
parent0d82486f1ba36684f26be3d1e742dfb0446c30e9 (diff)
downloadopie-9a6a1d4f300d41085f55d1c979322aef65d7d462.zip
opie-9a6a1d4f300d41085f55d1c979322aef65d7d462.tar.gz
opie-9a6a1d4f300d41085f55d1c979322aef65d7d462.tar.bz2
Committing in .
Removed Files: calc2/Makefile calc2/binary/Makefile Log Message: Removed files which should be generated.
Diffstat (limited to 'noncore/tools/calc2') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/calc2/Makefile138
-rw-r--r--noncore/tools/calc2/binary/Makefile146
2 files changed, 0 insertions, 284 deletions
diff --git a/noncore/tools/calc2/Makefile b/noncore/tools/calc2/Makefile
deleted file mode 100644
index 1e31a2f..0000000
--- a/noncore/tools/calc2/Makefile
+++ b/dev/null
@@ -1,138 +0,0 @@
-#############################################################################
-# Makefile for building calc
-# Generated by tmake at 12:06, 2001/11/26
-# Project: calc
-# Template: app
-#############################################################################
-
-####### Compiler, tools and options
-
-CC = gcc
-CXX = g++
-CFLAGS = -pipe -Wall -W -O2 -DNO_DEBUG
-CXXFLAGS= -pipe -DQWS -fno-exceptions -fno-rtti -Wall -W -O2 -DNO_DEBUG
-INCPATH = -I$(QPEDIR)/include -I$(QTDIR)/include
-LINK = gcc
-LFLAGS =
-LIBS = $(SUBLIBS) -L$(QTDIR)/lib -lqpe -Wl,-export-dynamic -lqte
-MOC = $(QTDIR)/bin/moc
-UIC = $(QTDIR)/bin/uic
-
-TAR = tar -cf
-GZIP = gzip -9f
-
-####### Files
-
-HEADERS = calc.h \
- plugininterface.h \
- instruction.h \
- engine.h \
- stdinstructions.h
-SOURCES = calc.cpp \
- main.cpp \
- engine.cpp
-OBJECTS = calc.o \
- main.o \
- engine.o
-INTERFACES =
-UICDECLS =
-UICIMPLS =
-SRCMOC = moc_calc.cpp \
- moc_engine.cpp
-OBJMOC = moc_calc.o \
- moc_engine.o
-DIST =
-TARGET = calc
-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: $(TARGET)
-
-$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC)
- $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS)
-
-moc: $(SRCMOC)
-
-tmake:
- tmake calc.pro
-
-dist:
- $(TAR) calc.tar calc.pro $(SOURCES) $(HEADERS) $(INTERFACES) $(DIST)
- $(GZIP) calc.tar
-
-clean:
- -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) $(TARGET)
- -rm -f *~ core
-
-####### Sub-libraries
-
-
-###### Combined headers
-
-
-####### Compile
-
-calc.o: calc.cpp \
- /home/luke/builds/2.3.2-emb/qpe/include/qpe/qpeapplication.h \
- calc.h \
- /home/luke/builds/2.3.2-emb/qpe/include/qpe/qlibrary.h \
- /home/luke/builds/2.3.2-emb/qpe/include/qpe/qcom.h \
- /home/luke/builds/2.3.2-emb/qpe/include/qpe/quuid.h \
- engine.h \
- instruction.h \
- plugininterface.h
-
-main.o: main.cpp \
- /home/luke/builds/2.3.2-emb/qpe/include/qpe/qpeapplication.h \
- calc.h \
- /home/luke/builds/2.3.2-emb/qpe/include/qpe/qlibrary.h \
- /home/luke/builds/2.3.2-emb/qpe/include/qpe/qcom.h \
- /home/luke/builds/2.3.2-emb/qpe/include/qpe/quuid.h \
- engine.h \
- instruction.h \
- plugininterface.h
-
-engine.o: engine.cpp \
- engine.h \
- instruction.h
-
-moc_calc.o: moc_calc.cpp \
- calc.h \
- /home/luke/builds/2.3.2-emb/qpe/include/qpe/qlibrary.h \
- /home/luke/builds/2.3.2-emb/qpe/include/qpe/qcom.h \
- /home/luke/builds/2.3.2-emb/qpe/include/qpe/quuid.h \
- engine.h \
- instruction.h \
- plugininterface.h
-
-moc_engine.o: moc_engine.cpp \
- engine.h \
- instruction.h
-
-moc_calc.cpp: calc.h
- $(MOC) calc.h -o moc_calc.cpp
-
-moc_engine.cpp: engine.h
- $(MOC) engine.h -o moc_engine.cpp
-
diff --git a/noncore/tools/calc2/binary/Makefile b/noncore/tools/calc2/binary/Makefile
deleted file mode 100644
index 93cc0d5..0000000
--- a/noncore/tools/calc2/binary/Makefile
+++ b/dev/null
@@ -1,146 +0,0 @@
-#############################################################################
-# Makefile for building libbinary.so.1.0.0
-# Generated by tmake at 12:03, 2001/11/22
-# Project: binary
-# Template: lib
-#############################################################################
-
-####### Compiler, tools and options
-
-CC = gcc
-CXX = g++
-CFLAGS = -pipe -Wall -W -O2 -fPIC -DNO_DEBUG
-CXXFLAGS= -pipe -DQWS -fno-exceptions -fno-rtti -Wall -W -O2 -fPIC -DNO_DEBUG
-INCPATH = -I$(QPEDIR)/include -I$(QPEDIR)/calc2 -I$(QTDIR)/include
-LINK = gcc
-LFLAGS = -shared -Wl,-soname,libbinary.so.1
-LIBS = $(SUBLIBS) -L$(QTDIR)/lib -lqte
-AR = ar cqs
-RANLIB =
-MOC = $(QTDIR)/bin/moc
-UIC = $(QTDIR)/bin/uic
-
-TAR = tar -cf
-GZIP = gzip -9f
-
-####### Files
-
-HEADERS = binaryimpl.h \
- binaryfactory.h
-SOURCES = binaryimpl.cpp \
- binaryfactory.cpp
-OBJECTS = binaryimpl.o \
- binaryfactory.o \
- binary.o
-INTERFACES = binary.ui
-UICDECLS = binary.h
-UICIMPLS = binary.cpp
-SRCMOC = moc_binaryimpl.cpp \
- moc_binary.cpp
-OBJMOC = moc_binaryimpl.o \
- moc_binary.o
-DIST =
-TARGET = libbinary.so.1.0.0
-TARGETA = $(QPEDIR)/plugins/calculator/libbinary.a
-TARGETD = libbinary.so.1.0.0
-TARGET0 = libbinary.so
-TARGET1 = libbinary.so.1
-TARGET2 = libbinary.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: $(QPEDIR)/plugins/calculator/libbinary.so.1.0.0
-
-$(QPEDIR)/plugins/calculator/libbinary.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 $(QPEDIR)/plugins/calculator/$(TARGET)
- -rm -f $(QPEDIR)/plugins/calculator/$(TARGET0)
- -rm -f $(QPEDIR)/plugins/calculator/$(TARGET1)
- -rm -f $(QPEDIR)/plugins/calculator/$(TARGET2)
- -mv $(TARGET) $(TARGET0) $(TARGET1) $(TARGET2) $(QPEDIR)/plugins/calculator/
-
-staticlib: $(TARGETA)
-
-$(TARGETA): $(UICDECLS) $(OBJECTS) $(OBJMOC)
- -rm -f $(TARGETA)
- $(AR) $(TARGETA) $(OBJECTS) $(OBJMOC)
-
-moc: $(SRCMOC)
-
-tmake:
- tmake binary.pro
-
-dist:
- $(TAR) binary.tar binary.pro $(SOURCES) $(HEADERS) $(INTERFACES) $(DIST)
- $(GZIP) binary.tar
-
-clean:
- -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) $(TARGET)
- -rm -f $(TARGET0) $(TARGET1) $(TARGET2) $(TARGETA)
- -rm -f *~ core
-
-####### Sub-libraries
-
-
-###### Combined headers
-
-
-####### Compile
-
-binaryimpl.o: binaryimpl.cpp \
- binaryimpl.h \
- binary.h
-
-binaryfactory.o: binaryfactory.cpp \
- binaryfactory.h \
- binaryimpl.h \
- binary.h
-
-binary.h: binary.ui
- $(UIC) binary.ui -o $(INTERFACE_DECL_PATH)/binary.h
-
-binary.cpp: binary.ui
- $(UIC) binary.ui -i binary.h -o binary.cpp
-
-binary.o: binary.cpp \
- binary.h \
- binary.ui
-
-moc_binaryimpl.o: moc_binaryimpl.cpp \
- binaryimpl.h \
- binary.h
-
-moc_binary.o: moc_binary.cpp \
- binary.h
-
-moc_binaryimpl.cpp: binaryimpl.h
- $(MOC) binaryimpl.h -o moc_binaryimpl.cpp
-
-moc_binary.cpp: binary.h
- $(MOC) binary.h -o moc_binary.cpp
-