aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.cvs
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2007-11-20 21:46:24 +0000
committerReuben Thomas <rrt@sc3d.org>2007-11-20 21:46:24 +0000
commit9b3b244c2e3efa825e4e18eb535b3388e5c12d92 (patch)
tree8eb9162e93cb27277d3d12e5cd99b2e1892a8590 /Makefile.cvs
parenteea033ab8466a060694b4946f8fdc6d80d239d82 (diff)
downloadplptools-9b3b244c2e3efa825e4e18eb535b3388e5c12d92.tar.gz
plptools-9b3b244c2e3efa825e4e18eb535b3388e5c12d92.tar.bz2
plptools-9b3b244c2e3efa825e4e18eb535b3388e5c12d92.zip
Remove more traces of KDE.
Diffstat (limited to 'Makefile.cvs')
-rw-r--r--Makefile.cvs10
1 files changed, 4 insertions, 6 deletions
diff --git a/Makefile.cvs b/Makefile.cvs
index dbeb33d..c09eec5 100644
--- a/Makefile.cvs
+++ b/Makefile.cvs
@@ -7,16 +7,15 @@ GETTEXTDEP = conf/Makefile.am.in conf/configure.in.in
all:
@echo "Use make devel for development, make dist for distribution"
- @echo $(KDEVER)
strictbuild: devel
rm -f config.cache
- ./configure --prefix=/usr --mandir=/usr/share/man --enable-debug --enable-kde --enable-strict
+ ./configure --prefix=/usr --mandir=/usr/share/man --enable-debug --enable-strict
${MAKE}
build: devel
rm -f config.cache
- ./configure --prefix=/usr --mandir=/usr/share/man --enable-debug --enable-kde
+ ./configure --prefix=/usr --mandir=/usr/share/man --enable-debug
${MAKE}
buildnox: devel
@@ -31,7 +30,7 @@ devel: $(GETTEXT) $(LIBTOOLFILES) $(AUTOMAKEFILES)
dist: $(GETTEXT) $(LIBTOOLFILES) $(AUTOMAKEFILES)
autoconf
touch include/stamp-h.in
- ./configure --enable-kde
+ ./configure
$(MAKE) dist
htmldoc:
@@ -41,7 +40,7 @@ htmldoc:
done
$(ACLOCAL):
- aclocal -I conf/m4/plptools -I conf/m4/kde $(M4SUB)
+ aclocal -I conf/m4/plptools $(M4SUB)
$(CONFIGHIN): acconfig.h configure.in
autoheader
@@ -60,4 +59,3 @@ $(GETTEXT): $(GETTEXTDEP)
$(AUTOMAKEFILES): $(ACLOCAL) $(CONFIGHIN)
automake --add-missing
- ${MAKE} -C kde2 -f Makefile.am am_edit