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 107 108 109 110 111 112 113 114
|
#1########################################################!@#$
#### Makefile.am generated automatically by KDEStudio ####
#### WARNING! All changes made in this part will be lost! ####
##############################################################
noinst_LIBRARIES = libccenter.a
INCLUDES = $(all_includes)\
-I$(top_srcdir)/libs/mailparsers\
-I$(top_srcdir)/libs/protocols\
-I$(top_srcdir)/libs/addressbook\
-I$(top_srcdir)/libs/tools\
-I$(top_srcdir)/libs/eyelib\
-I$(top_srcdir)/libs/comm\
-I$(top_srcdir)/libs/clientskel\
-I$(top_srcdir)/libs/client\
-I$(top_srcdir)/src\
-I$(top_srcdir)/data\
-I$(top_srcdir)/icons
CXXFLAGS = -Wall
CFLAGS = -Wall
DEFS = -I. -I$(srcdir) -I$(top_srcdir)
libccenter_a_METASOURCES = AUTO
libccenter_a_SOURCES = \
accountsconfig.cpp\
accountsconfigbase.cpp\
addressbookconfig.cpp\
addressbookconfigbase.cpp\
ccenter.cpp\
ccenterbase.cpp\
clearhistorydialog.cpp\
clearhistorydialogbase.cpp\
composerconfig.cpp\
composerconfigbase.cpp\
contactsconfig.cpp\
contactsconfigbase.cpp\
editaccountdialog.cpp\
editaccountdialogbase.cpp\
groupsconfig.cpp\
groupsconfigbase.cpp\
htmlconfig.cpp\
htmlconfigbase.cpp\
mailconfig.cpp\
mailconfigbase.cpp\
notesconfig.cpp\
notesconfigbase.cpp\
pop3wizard.cpp\
pop3wizardbase.cpp\
srconfig.cpp\
srconfigbase.cpp\
imap4wizard.cpp\
imap4wizardbase.cpp
EXTRA_DIST = \
accountsconfig.cpp\
accountsconfig.h\
accountsconfigbase.cpp\
accountsconfigbase.h\
addressbookconfig.cpp\
addressbookconfig.h\
addressbookconfigbase.cpp\
addressbookconfigbase.h\
ccenter.cpp\
ccenter.h\
ccenterbase.cpp\
ccenterbase.h\
clearhistorydialog.cpp\
clearhistorydialog.h\
clearhistorydialogbase.cpp\
clearhistorydialogbase.h\
composerconfig.cpp\
composerconfig.h\
composerconfigbase.cpp\
composerconfigbase.h\
contactsconfig.cpp\
contactsconfig.h\
contactsconfigbase.cpp\
contactsconfigbase.h\
editaccountdialog.cpp\
editaccountdialog.h\
editaccountdialogbase.cpp\
editaccountdialogbase.h\
groupsconfig.cpp\
groupsconfig.h\
groupsconfigbase.cpp\
groupsconfigbase.h\
htmlconfig.cpp\
htmlconfig.h\
htmlconfigbase.cpp\
htmlconfigbase.h\
mailconfig.cpp\
mailconfig.h\
mailconfigbase.cpp\
mailconfigbase.h\
notesconfig.cpp\
notesconfig.h\
notesconfigbase.cpp\
notesconfigbase.h\
pop3wizard.cpp\
pop3wizard.h\
pop3wizardbase.cpp\
pop3wizardbase.h\
srconfig.cpp\
srconfig.h\
srconfigbase.cpp\
srconfigbase.h\
imap4wizard.cpp\
imap4wizard.h\
imap4wizardbase.cpp\
imap4wizardbase.h
##############################################################
#### END KDEStudio part ####
#2########################################################!@#$
|