aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.cvs
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2001-03-02 03:24:56 +0000
committerFritz Elfert <felfert@to.com>2001-03-02 03:24:56 +0000
commit3d112ccd63138a6c461146da18ba0dee89a90be1 (patch)
tree599954b0e30bbafb4cfb67745182831bc3c4cbf7 /Makefile.cvs
parent46045e41ea97a354a415145383ce6b712ea4372c (diff)
downloadplptools-3d112ccd63138a6c461146da18ba0dee89a90be1.tar.gz
plptools-3d112ccd63138a6c461146da18ba0dee89a90be1.tar.bz2
plptools-3d112ccd63138a6c461146da18ba0dee89a90be1.zip
Added more tooltips and NLS stuff.
Diffstat (limited to 'Makefile.cvs')
-rw-r--r--Makefile.cvs22
1 files changed, 7 insertions, 15 deletions
diff --git a/Makefile.cvs b/Makefile.cvs
index 59aa90b..90ec741 100644
--- a/Makefile.cvs
+++ b/Makefile.cvs
@@ -1,5 +1,5 @@
LIBTOOLFILES = conf/config.guess conf/config.sub conf/ltconfig conf/ltmain.sh
-AUTOMAKEFILES = conf/install-sh conf/missing conf/mkinstalldirs
+AUTOMAKEFILES = conf/mkinstalldirs conf/missing conf/install-sh
CONFIGHIN = include/config.h.in
ACLOCAL = conf/aclocal.m4
@@ -11,33 +11,25 @@ build: devel
make
devel: $(LIBTOOLFILES) $(AUTOMAKEFILES)
- aclocal -I conf/m4/plptools -I conf/m4/kde
- autoheader
- automake
- make -C kde2 -f Makefile.am am_edit
autoconf
touch include/stamp-h.in
dist: $(LIBTOOLFILES) $(AUTOMAKEFILES)
- aclocal -I conf/m4/plptools -I conf/m4/kde
- aclocal -I conf/m4/plptools -I conf/m4/kde
- autoheader
- automake --include-deps
- make -C kde2 -f Makefile.am am_edit
autoconf
touch include/stamp-h.in
./configure --enable-kde
$(MAKE) dist
$(ACLOCAL):
- aclocal
+ aclocal -I conf/m4/plptools -I conf/m4/kde
$(CONFIGHIN): acconfig.h
autoheader
$(LIBTOOLFILES):
- gettextize
- libtoolize --copy --force
+ -gettextize
+ libtoolize
-$(AUTOMAKEFILES): $(CONFIGHIN)
- -automake --add-missing --copy
+$(AUTOMAKEFILES): $(ACLOCAL) $(CONFIGHIN)
+ automake --add-missing
+ make -C kde2 -f Makefile.am am_edit