OSDN Git Service

adjust integer's signedness
[tjqt4port/tj2qt4.git] / Makefile.am
index 492cc4a..5c26808 100644 (file)
@@ -1,20 +1,19 @@
-####### kdevelop will overwrite this part!!! (begin)##########
+# Makefile.am for TaskJuggler
+# Chris Schlaeger <cs@suse.de>
+# Klaas Freitag <freitag@suse.de>
+# Stephan Kulow <coolo@kde.org>
+# $Id$
+#
+# This Makefile is only needed when you use source directly out of the
+# subversion repository. It's not needed for the SVN snapshots.
 
-SUBDIRS = taskjuggler docs TestSuite
+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 
 
-####### kdevelop will overwrite this part!!! (end)############
-# not a GNU package. You can remove this line, if 
-# have all needed files, that a GNU package needs
 AUTOMAKE_OPTIONS = foreign 
 
-$(top_srcdir)/configure.in: $(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
+include admin/deps.am
 
 MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files 
 
@@ -25,3 +24,6 @@ package-messages:
 dist-hook:
        cd $(top_distdir) && perl admin/am_edit -padmin
        cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs
+
+SUBDIRS=$(TOPSUBDIRS)
+