You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
671 B
28 lines
671 B
17 years ago
|
message("See 'INSTALL' for configuration options.")
|
||
|
#message("*** Build Configuration:")
|
||
18 years ago
|
TEMPLATE = subdirs
|
||
|
isEmpty(PREFIX){
|
||
|
PREFIX = /usr
|
||
|
}
|
||
17 years ago
|
#isEmpty(KDEDIR){
|
||
|
# KDEDIR = /usr
|
||
|
#}
|
||
18 years ago
|
SUBDIRS += src
|
||
17 years ago
|
#contains(INT_PLUGINS,kde) {
|
||
|
# SUBDIRS +=src/plugins/kde
|
||
|
# message("Build KDE Plugin: yes")
|
||
|
#}
|
||
|
#!contains(INT_PLUGINS,kde) {
|
||
|
# message("Build KDE Plugin: no")
|
||
|
#}
|
||
|
#contains(INT_PLUGINS,gtk) {
|
||
|
# SUBDIRS +=src/plugins/gnome
|
||
|
# message("Build Gnome Plugin: yes")
|
||
|
#}
|
||
|
#!contains(INT_PLUGINS,gtk) {
|
||
|
# message("Build Gnome Plugin: no")
|
||
|
#}
|
||
18 years ago
|
message("Install Prefix:" $$PREFIX)
|
||
17 years ago
|
#message("KDE Prefix:" $$KDEDIR)
|
||
18 years ago
|
message("*** Makefile successfully generated.")
|
||
|
message("*** Start make now.")
|