summaryrefslogtreecommitdiff
path: root/branch-3.0-2011/examples/Makefile
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2011-01-08 16:31:55 +0000
committerMatthias Melcher <fltk@matthiasm.com>2011-01-08 16:31:55 +0000
commit0b6b69caaa4de4cd3bf5a2e2ebb1a94b1132e823 (patch)
tree4846fe3e800834b33783921688014c7b9cd2ee69 /branch-3.0-2011/examples/Makefile
parent2dc664935d8109767c2d107c6b644082fe06ac05 (diff)
Accidentaly copied here
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8219 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'branch-3.0-2011/examples/Makefile')
-rw-r--r--branch-3.0-2011/examples/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/branch-3.0-2011/examples/Makefile b/branch-3.0-2011/examples/Makefile
deleted file mode 100644
index 3949df80a..000000000
--- a/branch-3.0-2011/examples/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-include ../makeinclude
-
-ALL = howto-add_fd-and-popen$(EXEEXT) \
- howto-parse-args$(EXEEXT) \
- howto-text-over-image-button$(EXEEXT) \
- menubar-add$(EXEEXT) \
- nativefilechooser-simple-app$(EXEEXT) \
- table-as-container$(EXEEXT) \
- table-simple$(EXEEXT) \
- table-sort$(EXEEXT) \
- table-spreadsheet$(EXEEXT) \
- table-spreadsheet-with-keyboard-nav$(EXEEXT) \
- tabs-simple$(EXEEXT) \
- textdisplay-with-colors$(EXEEXT) \
- texteditor-simple$(EXEEXT) \
- tree-simple$(EXEEXT) \
- wizard-simple$(EXEEXT)
-
-# default target -- build everything
-default all: $(ALL)
-
-# clean everything
-clean:
- $(RM) $(ALL)
- $(RM) *.o
- $(RM) core