OSDN Git Service

adjust integer's signedness
[tjqt4port/tj2qt4.git] / Makefile.am
index 25c7fca..5c26808 100644 (file)
@@ -2,22 +2,18 @@
 # Chris Schlaeger <cs@suse.de>
 # Klaas Freitag <freitag@suse.de>
 # Stephan Kulow <coolo@kde.org>
-# $Id
+# $Id$
 #
+# This Makefile is only needed when you use source directly out of the
+# subversion repository. It's not needed for the SVN snapshots.
+
 COMPILE_FIRST = taskjuggler
 
-EXTRA_DIST = taskjuggler.kdevprj admin AUTHORS COPYING ChangeLog INSTALL README TODO taskjuggler.lsm 
+EXTRA_DIST = admin AUTHORS COPYING ChangeLog INSTALL README TODO taskjuggler.lsm 
 
 AUTOMAKE_OPTIONS = foreign 
 
-$(top_srcdir)/configure.in: $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.files $(shell test -f $(top_srcdir)/configure.files && sed -e "s%^%\$(top_srcdir)/%" $(top_srcdir)/configure.files) $(top_srcdir)/subdirs
-       cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in
-$(top_srcdir)/subdirs:
-       cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
-$(top_srcdir)/configure.files:
-       cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.files
-$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
-       @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
+include admin/deps.am
 
 MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files 
 
@@ -29,4 +25,5 @@ dist-hook:
        cd $(top_distdir) && perl admin/am_edit -padmin
        cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs
 
-SUBDIRS=$(COMPILE_FIRST) $(TOPSUBDIRS)
+SUBDIRS=$(TOPSUBDIRS)
+