X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2FMakefile;h=1b92ab5f570286cf6e8d59694d0f2c97fcefb743;hb=f33343df3525e01f05ecf80628cd46b6e5841001;hp=423e7128d6bb3331714591388424339e36eef94b;hpb=d6978d316016d0c96753ace2a2e474c50bd40c42;p=cocanwiki.git diff --git a/scripts/Makefile b/scripts/Makefile index 423e712..1b92ab5 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,5 +1,5 @@ # Makefile for COCANWIKI. -# $Id: Makefile,v 1.9 2004/09/08 14:47:47 rich Exp $ +# $Id: Makefile,v 1.25 2004/09/24 17:07:10 rich Exp $ include ../Makefile.config @@ -8,6 +8,7 @@ OCAMLCFLAGS := -w s -I +apache -I +pcre -I +dbi -I +extlib CPP := cpp LIB_OBJS := \ + cocanwiki_cgi_args.cmo \ cocanwiki_date.cmo \ cocanwiki_version.cmo \ cocanwiki_files.cmo \ @@ -15,20 +16,39 @@ LIB_OBJS := \ cocanwiki_images.cmo \ cocanwiki_template.cmo \ cocanwiki_ok.cmo \ + cocanwiki_server_settings.cmo \ cocanwiki.cmo \ cocanwiki_diff.cmo \ cocanwiki_emailnotify.cmo \ wikilib.cmo \ cgi_expires.cmo -OBJS := create.cmo \ +OBJS := 00-TEMPLATE.cmo \ + contact.cmo \ + contact_show.cmo \ + contacts.cmo \ + create.cmo \ create_form.cmo \ + create_contact.cmo \ + create_contact_form.cmo \ + create_user.cmo \ + create_user_form.cmo \ + delete_contact.cmo \ + delete_contact_form.cmo \ delete_file.cmo \ delete_file_form.cmo \ delete_image.cmo \ delete_image_form.cmo \ + delete_user.cmo \ + delete_user_form.cmo \ diff.cmo \ edit.cmo \ + edit_contact.cmo \ + edit_contact_form.cmo \ + edit_host_css.cmo \ + edit_host_css_form.cmo \ + edit_host_settings.cmo \ + edit_host_settings_form.cmo \ edit_page_css.cmo \ edit_page_css_form.cmo \ edit_sitemenu.cmo \ @@ -40,20 +60,38 @@ OBJS := create.cmo \ forgot_password_form.cmo \ history.cmo \ hoststyle.cmo \ + host_menu.cmo \ image.cmo \ images.cmo \ + largest_pages.cmo \ login.cmo \ login_form.cmo \ logout.cmo \ + mailing_list_confirm.cmo \ + mailing_list_form.cmo \ + mailing_list_send.cmo \ + mailing_list_unsubscribe.cmo \ + mailing_list_view.cmo \ page.cmo \ + page_email_confirm.cmo \ + page_email_form.cmo \ + page_email_send.cmo \ + page_email_unsubscribe.cmo \ pagestyle.cmo \ preview.cmo \ recent.cmo \ restore.cmo \ restore_form.cmo \ + rss.cmo \ search.cmo \ + send_feedback.cmo \ + send_feedback_form.cmo \ + set_password.cmo \ + set_password_form.cmo \ signup.cmo \ sitemap.cmo \ + stats.cmo \ + stats_top.cmo \ undelete_file.cmo \ undelete_file_form.cmo \ undelete_image.cmo \