diff options
Diffstat (limited to 'blfs/Makefile')
-rw-r--r-- | blfs/Makefile | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/blfs/Makefile b/blfs/Makefile index 5fc89f3..7057155 100644 --- a/blfs/Makefile +++ b/blfs/Makefile @@ -1,13 +1,7 @@ targets = wpa_supplicant wget desktop-file-utils \ libpwquality OpenSSH shared-mime-info Systemd-Extras -include Xorg.Makefile - -all : LFS $(targets) -allx : LFS $(targets) $(xtargets) - -LFS : - @echo $@ +all : $(targets) $(xorg) $(qt5) $(kde) $(utils) apache-ant : GLib java @echo $@ @@ -115,7 +109,7 @@ git : asciidoc cURL PCRE2 Subversion Tk Valgrind xmlto @echo $@ GLib : docbook-xml docbook-xsl GDB GTK-Doc libxslt PCRE \ - #gobject-introspection shared-mime-info desktop-file-utils + # gobject-introspection shared-mime-info desktop-file-utils @echo $@ GnuTLS : libseccomp libidn2 libtasn1 libunistring make-ca Nettle p11-kit @@ -141,7 +135,7 @@ GTK-Doc : docbook-xml docbook-xsl itstool libxslt lxml Pygments GTK-Doc-fop : GTK-Doc fop @echo $@ -Guile : GC libunistring #Runtime GDB Emacs +Guile : GC libunistring # Runtime GDB Emacs @echo $@ HarfBuzz : GLib gobject-introspection ICU @@ -205,9 +199,6 @@ libgpg-error : libical : Berkeley_DB Doxygen gobject-introspection ICU Vala @echo $@ -libidn : GTK-Doc java Valgrind - @echo $@ - libidn2 : git GTK-Doc libunistring @echo $@ @@ -460,7 +451,7 @@ sudo : bind-utils Linux-PAM MIT_Kerberos-keyutils OpenLDAP Systemd-Extras : btrfs-progs cURL cryptsetup dbus-xorglibs git GnuTLS iptables \ libcap-pam libgcrypt libidn2 libmicrohttpd libpwquality libxkbcommon lxml \ lz4 make-ca nftables p11-kit PCRE2 Polkit qrencode rsync shadow-pam \ - Valgrind zsh #gnu-efi kexec-tools libfido2 quota-tools Sphinx + Valgrind zsh # gnu-efi kexec-tools libfido2 quota-tools Sphinx @echo $@ Tk : Xorg-Libs @@ -499,7 +490,7 @@ which : whois : libidn2 @echo $@ -wpa_supplicant : #QT5, For Network-Manager: libnl libxml2 +wpa_supplicant : # QT5, For Network-Manager: libnl libxml2 @echo $@ xcb-proto : @@ -533,3 +524,6 @@ zsh : libcap-pam PCRE Valgrind @echo $@ +include Xorg.Makefile +include QT5.Makefile +include KDE.Makefile |