File: Makefile.am

package info (click to toggle)
gwenview 0.12.0-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,988 kB
  • ctags: 567
  • sloc: sh: 10,632; cpp: 3,213; perl: 1,804; python: 258; makefile: 82
file content (17 lines) | stat: -rw-r--r-- 712 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
####### kdevelop will overwrite this part!!! (begin)##########

SUBDIRS = gwenview po desktopfiles doc

EXTRA_DIST = AUTHORS ChangeLog COPYING INSTALL NEWS README TODO CREDITS

####### kdevelop will overwrite this part!!! (end)############
$(top_srcdir)/configure.in: configure.in.in $(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)/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
 
MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 SUBDIRS