X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2FMakefile;h=9e92ca218bf70c1123625dfc3390aff0bde1dd5a;hb=591dad4597f28e469a054a900cb3d52e7cc0b56f;hp=de06781b859ef2461eb8871445996048a93e7bb0;hpb=867889b6d04b6381c74974e338672ee02d61920e;p=cocanwiki.git diff --git a/scripts/Makefile b/scripts/Makefile index de06781..9e92ca2 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,10 +1,11 @@ # Makefile for COCANWIKI. -# $Id: Makefile,v 1.15 2004/09/21 13:01:15 rich Exp $ +# $Id: Makefile,v 1.37 2004/10/10 16:14:43 rich Exp $ include ../Makefile.config OCAMLC := ocamlc -OCAMLCFLAGS := -w s -I +apache -I +pcre -I +dbi -I +extlib +# XXX Move GregorianDate out of +merjis. +OCAMLCFLAGS := -w s -I +apache -I +pcre -I +dbi -I +extlib -I +merjis CPP := cpp LIB_OBJS := \ @@ -15,20 +16,30 @@ 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 := 00-TEMPLATE.cmo \ + cocanwiki_links.cmo \ + cocanwiki_create_host.cmo \ + cocanwiki_ext_calendar.cmo + +OBJS := \ + broken_links.cmo \ + change_password.cmo \ + change_password_form.cmo \ contact.cmo \ contact_show.cmo \ contacts.cmo \ - create.cmo \ - create_form.cmo \ + crash.cmo \ + create_contact.cmo \ + create_contact_form.cmo \ create_user.cmo \ create_user_form.cmo \ + dead_ends.cmo \ + delete_contact.cmo \ + delete_contact_form.cmo \ delete_file.cmo \ delete_file_form.cmo \ delete_image.cmo \ @@ -37,8 +48,16 @@ OBJS := 00-TEMPLATE.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_page_title.cmo \ + edit_page_title_form.cmo \ edit_sitemenu.cmo \ edit_user.cmo \ edit_user_form.cmo \ @@ -48,15 +67,28 @@ OBJS := 00-TEMPLATE.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 \ + rebuild_links.cmo \ recent.cmo \ + recently_visited.cmo \ restore.cmo \ restore_form.cmo \ rss.cmo \ @@ -67,6 +99,8 @@ OBJS := 00-TEMPLATE.cmo \ set_password_form.cmo \ signup.cmo \ sitemap.cmo \ + stats.cmo \ + stats_top.cmo \ undelete_file.cmo \ undelete_file_form.cmo \ undelete_image.cmo \ @@ -75,7 +109,11 @@ OBJS := 00-TEMPLATE.cmo \ upload_file_form.cmo \ upload_image.cmo \ upload_image_form.cmo \ - users.cmo + users.cmo \ + what_links_here.cmo + +# Not working: +# visualise_links.cmo ADMIN_OBJS := \ admin/admin.cmo \