]> code.citadel.org Git - citadel.git/blobdiff - webcit/Makefile.in
Multipart/alternative (possibly nested inside multipart/mixed)
[citadel.git] / webcit / Makefile.in
index 1c31348aae9e8960a1848e5a1245ae314f59e729..59bf665c46f1c4ff98639baf2f2dbe95e89aff9a 100644 (file)
@@ -28,7 +28,7 @@ all: all-progs-recursive webserver setup
 .SUFFIXES: .cpp .c .o
 
 clean:
-       rm -f *.o webcit webserver
+       rm -f *.o webcit webserver setup
        rm -fr locale/*
 
 distclean: clean
@@ -36,34 +36,34 @@ distclean: clean
                po/Makefile \
                $(srcdir)/TAGS
 
-setup: setup.o tools.o
-       $(CC) setup.o tools.o \
+setup: setup.o
+       $(CC) setup.o \
        $(LIBOBJS) $(LIBS) $(LDFLAGS) $(SETUP_LIBS) -o setup
 
-webserver: webserver.o context_loop.o tools.o ical_dezonify.o \
+webserver: webserver.o context_loop.o ical_dezonify.o \
        cookie_conversion.o locate_host.o floors.o summary.o \
        webcit.o auth.o tcp_sockets.o mainmenu.o serv_func.o who.o \
        roomops.o messages.o userlist.o paging.o sysmsgs.o useredit.o \
-       vcard.o vcard_edit.o preferences.o html2html.o listsub.o \
-       mime_parser.o graphics.o netconf.o siteconfig.o subst.o rss.o \
+       vcard_edit.o preferences.o html2html.o listsub.o \
+       graphics.o netconf.o siteconfig.o subst.o rss.o \
        calendar.o calendar_tools.o calendar_view.o event.o smtpqueue.o \
        availability.o iconbar.o crypto.o inetconf.o notes.o wiki.o \
        groupdav_main.o groupdav_get.o groupdav_propfind.o fmt_date.o \
        groupdav_options.o autocompletion.o gettext.o tabs.o sieve.o \
        groupdav_delete.o groupdav_put.o http_datestring.o setup_wizard.o \
-       downloads.o  addressbook_popup.o \
+       downloads.o  addressbook_popup.o pushemail.o sysdep.o html.o \
        $(LIBOBJS)
-       $(CC) webserver.o context_loop.o tools.o cookie_conversion.o \
+       $(CC) webserver.o context_loop.o cookie_conversion.o \
        webcit.o auth.o tcp_sockets.o mainmenu.o serv_func.o who.o listsub.o \
        roomops.o messages.o userlist.o paging.o sysmsgs.o useredit.o \
-       locate_host.o siteconfig.o subst.o vcard.o vcard_edit.o floors.o \
-       mime_parser.o graphics.o netconf.o preferences.o html2html.o rss.o \
+       locate_host.o siteconfig.o subst.o vcard_edit.o floors.o \
+       graphics.o netconf.o preferences.o html2html.o rss.o \
        summary.o calendar.o calendar_tools.o calendar_view.o event.o wiki.o \
        availability.o ical_dezonify.o iconbar.o crypto.o inetconf.o notes.o \
        groupdav_main.o groupdav_get.o groupdav_propfind.o groupdav_delete.o \
        groupdav_options.o autocompletion.o tabs.o smtpqueue.o sieve.o \
        groupdav_put.o http_datestring.o setup_wizard.o fmt_date.o \
-       gettext.o downloads.o addressbook_popup.o \
+       gettext.o downloads.o addressbook_popup.o pushemail.o sysdep.o html.o \
        $(LIBOBJS) $(LIBS) $(LDFLAGS) -o webserver
 
 .c.o:
@@ -115,6 +115,7 @@ install-tinymce:
        done
 
 install-locale:
+       cd po; make
        for i in `find locale -type d | grep -v .svn` \
                ; do \
                test -d $(DESTDIR)$(LOCALEDIR)/$$i || mkdir -p $(DESTDIR)$(LOCALEDIR)/$$i; \