From 3ef9014a5d0c39625164e610f2c680758e2107c1 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 27 Dec 2010 15:03:59 +0000 Subject: 'make distclean' cleans Xcode leftovers git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8122 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- Makefile | 3 + documentation/TODO.doc | 324 ------------------------------------------------- 2 files changed, 3 insertions(+), 324 deletions(-) delete mode 100644 documentation/TODO.doc diff --git a/Makefile b/Makefile index f98f34c3b..a70196334 100644 --- a/Makefile +++ b/Makefile @@ -88,6 +88,9 @@ distclean: clean $(RM) test/`basename $$file .fl`.cxx; \ $(RM) test/`basename $$file .fl`.h; \ done + $(RM) -r ide/Xcode3/build + $(RM) ide/Xcode3/FLTK.xcodeproj/*.pbxuser + $(RM) ide/Xcode3/FLTK.xcodeproj/*.perspective* fltk-config: configure configh.in fltk-config.in if test -f config.status; then \ diff --git a/documentation/TODO.doc b/documentation/TODO.doc deleted file mode 100644 index f791b4dc8..000000000 --- a/documentation/TODO.doc +++ /dev/null @@ -1,324 +0,0 @@ -File list divided into smaller workpackages for being solved by new STRs -to visit one package of files search for 'WP' -WP1 -> WP11 : Widgets, Image and other classes, 7 to 8 files per WP. -WP12,13 : other documentation: 10 to 11 files per WP. - -Developer Notes: -=============== -- We must put the Doxygen comments wherever the implementation is. -So class, typedef, enum, and inline docs go in the -header. -Most other stuff goes into the source. -- The doxygen comments syntaxs used are: -/** */ for standard comments and ///< for post decl. short comments -- We use \a for parameters citation in the description -- We must not use doxygen tags between a \htmlonly \endhmltonly pair of tags - -TODO in pdf gen: -================ - - Fix the batchmode not currently working - - Fix the 2 pages garbage at the beginning - - Improve pdf - - Improve Makefile - -- In Progress Work List (add your WP and name here): ALL DONE -==================================================== - - - WP1 (Fabien) DONE - - WP2 (Fabien) DONE - - WP3 (engelsman) DONE - - WP4 (Fabien) DONE - - WP5 (Fabien) DONE - - WP6 (Fabien) DONE - - WP7 (Fabien) DONE - - WP8 (Fabien) DONE - - WP9 (Fabien) DONE - - WP10 (Fabien) DONE - - WP11 (Fabien) DONE - - WP12 (Albrecht) DONE (usable, but links must still be checked) - - WP13 (Albrecht) DONE (usable, but links must still be checked) - -Please drop a note at STR 2037, whenever you take over a WP. - -URL for STR 2037: http://www.fltk.org/str.php?L2037 - -WP1>---------------------------------------------------------- -Fl_Widget.html -Fl_Group.html -Fl_Window.html -Fl_Single_Window.html -Fl_Double_Window.html -Fl_Overlay_Window.html -Fl_Gl_Window.html -Fl.html -WP2>---------------------------------------------------------- -Fl_Browser.html -Fl_Browser_.html -Fl_Check_Browser.html -Fl_Hold_Browser.html -Fl_Select_Browser.html -Fl_File_Browser.html -Fl_File_Chooser.html -Fl_Multi_Browser.html -WP3>---------------------------------------------------------- -Fl_Button.html -Fl_Chart.html -Fl_Check_Button.html -Fl_Choice.html -Fl_Clock.html -Fl_Clock_Output.html -Fl_Color_Chooser.html -Fl_Counter.html -WP4>---------------------------------------------------------- -Fl_Dial.html -Fl_End.html -Fl_File_Icon.html -Fl_Free.html -Fl_Pack.html -Fl_Positioner.html -Fl_Tabs.html -Fl_Tile.html -WP5>---------------------------------------------------------- -Fl_Bitmap.html -Fl_Pixmap.html -Fl_Image.html -Fl_BMP_Image.html -Fl_GIF_Image.html -Fl_XBM_Image.html -Fl_XPM_Image.html -Fl_PNG_Image.html -WP6>---------------------------------------------------------- -Fl_PNM_Image.html -Fl_RGB_Image.html -Fl_JPEG_Image.html -Fl_Shared_Image.html -Fl_Preferences.html -Fl_Help_Dialog.html -Fl_Help_View.html -Fl_Light_Button.html -WP7>---------------------------------------------------------- -Fl_Menu_.html -Fl_Menu_Bar.html -Fl_Menu_Button.html -Fl_Menu_Item.html -Fl_Menu_Window.html -Fl_Progress.html -Fl_Timer.html -WP8>---------------------------------------------------------- -Fl_Valuator.html -Fl_Box.html -Fl_Repeat_Button.html -Fl_Return_Button.html -Fl_Round_Button.html -Fl_Scroll.html -Fl_Scrollbar.html -WP9>---------------------------------------------------------- -Fl_Input_.html -Fl_Input.html -Fl_Input_Choice.html -Fl_Int_Input.html -Fl_File_Input.html -Fl_Float_Input.html -Fl_Secret_Input.html -Fl_Multiline_Input.html -WP10>---------------------------------------------------------- -Fl_Value_Input.html -Fl_Multiline_Output.html -Fl_Output.html -Fl_Value_Output.html -Fl_Value_Slider.html -Fl_Roller.html -Fl_Slider.html -Fl_Adjuster.html -WP11>---------------------------------------------------------- -Fl_Spinner.html -Fl_Tooltip.html -Fl_Text_Buffer.html -Fl_Text_Display.html -Fl_Text_Editor.html -Fl_Tiled_Image.html -Fl_Toggle_Button.html -Fl_Wizard.html -WP12>---------------------------------------------------------- -advanced.html -basics.html -common.html -drawing.html -editor.html -enumerations.html -events.html -examples.html -fluid.html -forms.html -functions.html -WP13>---------------------------------------------------------- -glut.html -index.html -intro.html -license.html -migration.html -opengl.html -osissues.html -preface.html -subclassing.html -widgets.html ----------------------------------------------