summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2024-12-22 23:39:42 +0100
committerTomas Bzatek <tbzatek@redhat.com>2024-12-22 23:39:42 +0100
commit6475cd8e422b88e8d0fa3499195e6392bd3bbf12 (patch)
tree47a3e35742789b118a7f285778f6cab6af597707 /Makefile
parent7943ac1f6c2fa954c1e526169014e0680d1593d1 (diff)
downloadtuxcmd-6475cd8e422b88e8d0fa3499195e6392bd3bbf12.tar.xz
Drop Kylix support
A piece of history, will be remembered.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile b/Makefile
index c01430e..bb9dd96 100644
--- a/Makefile
+++ b/Makefile
@@ -21,10 +21,6 @@
# Specify paths
DEFAULT_DESTDIR=/usr
-# following paths are optional; needed only for Kylix compilation
-KYLIXPREFIX=/usr/local/kylix3
-GTK2FORPASCAL_LIBDIR=./gtk2
-
### End of user writeable section
@@ -63,14 +59,6 @@ debug: tuxcmd
final_debug: EXTRA_CFLAGS = -g -gl -gv -O3
final_debug: tuxcmd
-kylix::
- $(KYLIXPREFIX)/bin/dcc -DKYLIX -V -H -W -$$X+ -$$I+ -$$D+ -$$I+ -$$L+ -$$M+ -$$Q+ -$$R+ -$$W+ -$$Y+ \
- -U$(GTK2FORPASCAL_LIBDIR)/glib -U$(GTK2FORPASCAL_LIBDIR)/pango \
- -U$(GTK2FORPASCAL_LIBDIR)/atk -U$(GTK2FORPASCAL_LIBDIR)/gtk+/gtk \
- -U$(GTK2FORPASCAL_LIBDIR)/gtk+/gdk -U$(GTK2FORPASCAL_LIBDIR)/gtk+/gdk-pixbuf \
- -U$(KYLIXPREFIX)/lib \
- -U./libgtk_kylix -U./translations -U./vfs -U./compat ./tuxcmd.dpr
-
modules::
(cd "vfs" && $(MAKE) `echo $@ | sed s/-recursive//` ) || exit 1;
@@ -85,7 +73,6 @@ clean cleandir:
( cd vfs && rm -f $(CLEAN_OBJS) )
( cd libgtk_kylix && rm -f $(CLEAN_OBJS) )
( cd translations && rm -f $(CLEAN_OBJS) )
- ( cd compat && rm -f $(CLEAN_OBJS) )
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(DESTDIR)/share/icons/hicolor
@@ -135,7 +122,6 @@ help::
@echo "Following targets are available:"
@echo
@echo " tuxcmd Build tuxcmd with FreePascal [default]"
- @echo " kylix Build tuxcmd with Kylix (needs paths setup in Makefile)"
@echo " install Install tuxcmd to the system (DESTDIR overrides default path)"
@echo " uninstall Remove tuxcmd from the system (DESTDIR overrides default path)"
@echo " clean Cleanup the build structure"