summaryrefslogtreecommitdiff
path: root/libdecor/build
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-02-16 08:06:16 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-02-16 08:56:37 +0100
commit02adfc056026ac8a56622fe2c0f2261543a99758 (patch)
treea5b04222f4bdb92bf60977392f31204aa5c95ea2 /libdecor/build
parent87f8b742cd3740eeb56ab369806108b7c2c16891 (diff)
Wayland: remove libdecor/demo/* from FLTK source tree
Diffstat (limited to 'libdecor/build')
-rw-r--r--libdecor/build/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/libdecor/build/Makefile b/libdecor/build/Makefile
index dfbd20de7..f25f84168 100644
--- a/libdecor/build/Makefile
+++ b/libdecor/build/Makefile
@@ -1,7 +1,7 @@
#
# Library Makefile for the Fast Light Tool Kit (FLTK).
#
-# Copyright 2022 by Bill Spitzak and others.
+# Copyright 2022-2023 by Bill Spitzak and others.
#
# This library is free software. Distribution and use rights are outlined in
# the file "COPYING" which should have been included with this file. If this
@@ -38,7 +38,6 @@ Linux_NOPIE = -no-pie
FreeBSD_NOPIE =
NOPIE = ${${UNAME}_NOPIE}
-# Don't build libdecor demo programs automatically: demo $(GLWLDEMO)
all : $(OBJECTS)
depend:
@@ -81,18 +80,10 @@ cursor-settings.o : ../src/cursor-settings.c
$(PROTOCOLS)/unstable/text-input/text-input-unstable-v3.xml \
../../src/text-input-client-protocol.h
-demo : ../demo/demo.c $(OBJECTS)
- $(CC) -o demo ../demo/demo.c -D_GNU_SOURCE -I../.. -I../src -I. -I../../src $(EXTRA_DECOR) $(OBJECTS) $(LDLIBS) -lm -rdynamic $(NOPIE) -Wl,--defsym=fl_libdecor_using_weston=0
-
-egl : ../demo/egl.c $(OBJECTS)
- $(CC) -o egl ../demo/egl.c -D_GNU_SOURCE -I../.. -I../src -I. -I../../src $(EXTRA_DECOR) $(OBJECTS) $(GLDLIBS) -lm -rdynamic $(NOPIE) -Wl,--defsym=fl_libdecor_using_weston=0
-
-
install:
echo "Nothing to install"
uninstall:
clean:
- $(RM) *.o ../../src/xdg-*.c ../../src/xdg-*.h ../../src/xdg-*.o ../../src/text-input-* demo egl
- rm -r -f linux
+ $(RM) *.o ../../src/xdg-*.c ../../src/xdg-*.h ../../src/xdg-*.o ../../src/text-input-*