summaryrefslogtreecommitdiff
path: root/branch-3.0-2011/examples/Makefile
diff options
context:
space:
mode:
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