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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
#1########################################################!@#$
#### Makefile.am generated automatically by KDEStudio ####
#### WARNING! All changes made in this part will be lost! ####
##############################################################
noinst_LIBRARIES = libserver.a
INCLUDES = $(all_includes)\
-I$(top_srcdir)/libs/mailparsers\
-I$(top_srcdir)/libs/netaccess\
-I$(top_srcdir)/libs/protocols\
-I$(top_srcdir)/libs/htmlprocessing\
-I$(top_srcdir)/libs/comm\
-I$(top_srcdir)/libs/clientskel\
-I$(top_srcdir)/src\
-I$(top_srcdir)/data\
-I$(top_srcdir)/icons
CXXFLAGS = -Wall
CFLAGS = -Wall
DEFS = -I. -I$(srcdir) -I$(top_srcdir)
libserver_a_METASOURCES = AUTO
libserver_a_SOURCES = \
attributemarshall.cpp\
blockdev.cpp\
collectionmanager.cpp\
datacollection.cpp\
eventprocessor.cpp\
filefolder.cpp\
indexclass.cpp\
messagedescriptor.cpp\
messagedevice.cpp\
messagefactory.cpp\
orb.cpp\
orb_copy.cpp\
orb_create.cpp\
orb_get.cpp\
orb_move.cpp\
orb_remove.cpp\
orb_send.cpp\
orb_set.cpp\
servercommgate.cpp\
servernotifier.cpp\
serverrmi.cpp\
serverrmistub.cpp\
syncfileiohandler.cpp\
transactionserver.cpp\
urlmanager.cpp\
mailfolder.cpp\
localmailfolder.cpp\
remotemailfolder.cpp
EXTRA_DIST = \
attributemarshall.cpp\
attributemarshall.h\
blockdev.cpp\
blockdev.h\
collectionmanager.cpp\
collectionmanager.h\
datacollection.cpp\
datacollection.h\
eventprocessor.cpp\
eventprocessor.h\
filefolder.cpp\
filefolder.h\
indexclass.cpp\
indexclass.h\
messagedescriptor.cpp\
messagedescriptor.h\
messagedevice.cpp\
messagedevice.h\
messagefactory.cpp\
messagefactory.h\
orb.cpp\
orb.h\
orb_copy.cpp\
orb_create.cpp\
orb_get.cpp\
orb_move.cpp\
orb_remove.cpp\
orb_send.cpp\
orb_set.cpp\
servercommgate.cpp\
servercommgate.h\
servernotifier.cpp\
servernotifier.h\
serverrmi.cpp\
serverrmi.h\
serverrmistub.cpp\
serverrmistub.h\
syncfileiohandler.cpp\
syncfileiohandler.h\
transactionserver.cpp\
transactionserver.h\
urlmanager.cpp\
urlmanager.h\
config.h\
mailfolder.cpp\
mailfolder.h\
localmailfolder.cpp\
localmailfolder.h\
remotemailfolder.cpp\
remotemailfolder.h
##############################################################
#### END KDEStudio part ####
#2########################################################!@#$
|