summaryrefslogtreecommitdiff
path: root/examples/X11/gtk--/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/X11/gtk--/Makefile')
-rw-r--r--examples/X11/gtk--/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/X11/gtk--/Makefile b/examples/X11/gtk--/Makefile
deleted file mode 100644
index 5415f1a..0000000
--- a/examples/X11/gtk--/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-
-root := ../../..
-subdirs := simplefrontend
-pre-targets :=
-include ${root}/Makefile.cfg
-
-
-s = $(c) $(cpp)
-d = $(c:%.c=%.d) $(cpp:%.cpp=%.d)
-o = $(c:%.c=%.o) $(cpp:%.cpp=%.o)
-
-
-ifneq ($(nodeps),yes)
--include $(d)
-endif