home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / CHIP_CD_2004-12.iso / linux / kpm / kpovmodeler-1.0.tar.tar / kpovmodeler-1.0.tar.tar / kpovmodeler-1.0 / Makefile.am < prev    next >
Makefile  |  2003-02-04  |  2KB  |  46 lines

  1. ## kdegraphics/Makefile.am $Id: Makefile.am.in,v 1.4 2002/08/07 18:29:54 mueller Exp $
  2. ## (C) 1997 Stephan Kulow
  3.  
  4. AUTOMAKE_OPTIONS = foreign 1.5
  5.  
  6. COMPILE_BEFORE_kooka = libkscan
  7. COMPILE_BEFORE_kfaxview = kfax
  8. COMPILE_AFTER_kviewshell = kdvi kfaxview
  9.  
  10. DISTCLEANFILES = inst-apps
  11.  
  12. install-data-local:
  13.     @echo ""
  14.     @echo ""
  15.     @echo ""
  16.     @echo "*************** Important *************************"
  17.     @echo ""
  18.     @echo " add "$(bindir)" to your PATH"
  19.     @echo ""
  20.     @echo " Please report bugs with our web form at"
  21.     @echo " http://bugs.kde.org."
  22.     @echo ""
  23.     @echo " Stephan Kulow <coolo@kde.org> and all the KDE"
  24.     @echo " developers wish you fun with the KDE."                     
  25.     @echo "****************************************************"
  26.     @echo ""
  27.  
  28. $(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
  29.     @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
  30.  
  31. EXTRA_DIST = admin bsd-port debian kdebase.spec.in README.pam kde.pamd 
  32.  
  33. dist-hook:
  34.     cd $(top_distdir) && perl $(top_srcdir)/admin/am_edit -padmin
  35.  
  36. $(top_srcdir)/configure.in: $(top_srcdir)/configure.files $(shell test -f $(top_srcdir)/configure.files && sed -e "s%^%\$(top_srcdir)/%" $(top_srcdir)/configure.files)
  37.     cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in
  38. $(top_srcdir)/subdirs:
  39.     cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
  40. $(top_srcdir)/configure.files:
  41.     cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.files
  42.  
  43. MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 SUBDIRS
  44.  
  45. SUBDIRS=$(TOPSUBDIRS)
  46.