File: Makefile.am

package info (click to toggle)
krusader 1.70.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 14,928 kB
  • ctags: 5,290
  • sloc: cpp: 39,375; sh: 9,079; perl: 2,724; ansic: 1,136; makefile: 452; xml: 81
file content (27 lines) | stat: -rw-r--r-- 816 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
####### kdevelop will overwrite this part!!! (begin)##########

# the condition for this is found in configure.in.in
if with_tar
TARDIR = tar
endif

SUBDIRS = krusader po pics doc krArc iso $(TARDIR)

EXTRA_DIST = krusader.kdevprj admin AUTHORS COPYING ChangeLog INSTALL README TODO krusader.lsm krusader.spec 

####### 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

MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files 

package-messages:
	$(MAKE) -f admin/Makefile.common package-messages
	$(MAKE) -C po merge

dist-hook:
	cd $(top_distdir) && perl admin/am_edit -padmin
	cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs

include admin/deps.am