From b0c02de6b768a4cb35fae967ae8bac14660b2cc6 Mon Sep 17 00:00:00 2001 From: harlekin Date: Fri, 15 Feb 2002 16:34:42 +0000 Subject: *** empty log message *** --- (limited to 'core/pim/today/Makefile') diff --git a/core/pim/today/Makefile b/core/pim/today/Makefile deleted file mode 100644 index a209255..0000000 --- a/core/pim/today/Makefile +++ b/dev/null @@ -1,171 +0,0 @@ -############################################################################# -# Makefile for building today -# Generated by tmake at 02:49, 2002/02/15 -# Project: today -# Template: app -############################################################################# - -####### Compiler, tools and options - -CC = arm-linux-gcc -CXX = arm-linux-g++ -CFLAGS = -pipe -Wall -W -O2 -DNO_DEBUG -CXXFLAGS= -pipe -DQT_QWS_EBX -DQT_QWS_CUSTOM -DQWS -fno-exceptions -fno-rtti -Wall -W -O2 -DNO_DEBUG -INCPATH = -I$(QPEDIR)/include -I$(QTDIR)/include -LINK = arm-linux-gcc -LFLAGS = -LIBS = $(SUBLIBS) -L$(QTDIR)/lib -lqpe -lqte -MOC = $(QTDIR)/bin/moc -UIC = $(QTDIR)/bin/uic - -TAR = tar -cf -GZIP = gzip -9f - -####### Files - -HEADERS = today.h \ - TodoItem.h \ - minidom.h \ - todaybase.h \ - todayconfig.h -SOURCES = main.cpp \ - today.cpp \ - todaybase.cpp \ - todayconfig.cpp \ - minidom.c \ - TodoItem.cpp -OBJECTS = main.o \ - today.o \ - todaybase.o \ - todayconfig.o \ - minidom.o \ - TodoItem.o -INTERFACES = -UICDECLS = -UICIMPLS = -SRCMOC = moc_today.cpp \ - moc_todaybase.cpp \ - moc_todayconfig.cpp -OBJMOC = moc_today.o \ - moc_todaybase.o \ - moc_todayconfig.o -DIST = -TARGET = today -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: Makefile - -Makefile: today.pro - tmake today.pro -o Makefile - -dist: - $(TAR) today.tar today.pro $(SOURCES) $(HEADERS) $(INTERFACES) $(DIST) - $(GZIP) today.tar - -clean: - -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) $(TARGET) - -rm -f *~ core - -####### Sub-libraries - - -###### Combined headers - - -####### Compile - -main.o: main.cpp \ - today.h \ - todaybase.h \ - /home/max/qtopia/opie/include/qpe/datebookdb.h \ - /home/max/qtopia/opie/include/qpe/event.h \ - /home/max/qtopia/opie/include/qpe/palmtoprecord.h \ - /home/max/qtopia/opie/include/qpe/timeconversion.h \ - /home/max/qtopia/opie/include/qpe/qpcglobal.h \ - TodoItem.h \ - todayconfig.h \ - /home/max/qtopia/opie/include/qpe/qpeapplication.h - -today.o: today.cpp \ - today.h \ - todaybase.h \ - /home/max/qtopia/opie/include/qpe/datebookdb.h \ - /home/max/qtopia/opie/include/qpe/event.h \ - /home/max/qtopia/opie/include/qpe/palmtoprecord.h \ - /home/max/qtopia/opie/include/qpe/timeconversion.h \ - /home/max/qtopia/opie/include/qpe/qpcglobal.h \ - TodoItem.h \ - todayconfig.h \ - minidom.h \ - /home/max/qtopia/opie/include/qpe/timestring.h \ - /home/max/qtopia/opie/include/qpe/config.h \ - /home/max/qtopia/opie/include/qpe/qprocess.h - -todaybase.o: todaybase.cpp \ - todaybase.h \ - /home/max/qtopia/opie/include/qpe/resource.h - -todayconfig.o: todayconfig.cpp \ - todayconfig.h - -minidom.o: minidom.c \ - minidom.h - -TodoItem.o: TodoItem.cpp \ - TodoItem.h - -moc_today.o: moc_today.cpp \ - today.h \ - todaybase.h \ - /home/max/qtopia/opie/include/qpe/datebookdb.h \ - /home/max/qtopia/opie/include/qpe/event.h \ - /home/max/qtopia/opie/include/qpe/palmtoprecord.h \ - /home/max/qtopia/opie/include/qpe/timeconversion.h \ - /home/max/qtopia/opie/include/qpe/qpcglobal.h \ - TodoItem.h \ - todayconfig.h - -moc_todaybase.o: moc_todaybase.cpp \ - todaybase.h - -moc_todayconfig.o: moc_todayconfig.cpp \ - todayconfig.h - -moc_today.cpp: today.h - $(MOC) today.h -o moc_today.cpp - -moc_todaybase.cpp: todaybase.h - $(MOC) todaybase.h -o moc_todaybase.cpp - -moc_todayconfig.cpp: todayconfig.h - $(MOC) todayconfig.h -o moc_todayconfig.cpp - -- cgit v0.9.0.2