[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
showimg 0.9.5-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 21,460 kB
  • ctags: 13,090
  • sloc: ansic: 65,847; cpp: 57,092; sh: 12,591; perl: 2,715; yacc: 2,307; makefile: 549; lex: 286
file content (28 lines) | stat: -rw-r--r-- 869 bytes parent folder | download | duplicates (2)
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
28
if compile_showimgdb
kexidb_dir=kexi
showimgdb_dir=showimgdb
endif

SUBDIRS =  $(kexidb_dir) $(showimgdb_dir) showimg showimgapp showimgpart

EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO

AUTOMAKE_OPTIONS = foreign 

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

COMPILE_FIRST = $(kexidb_dir) $(showimgdb_dir) showimg showimgapp showimgpart
COMPILE_BEFORE_showimgapp = showimg

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

messages: rc.cpp
	$(EXTRACTRC) `find . -name "*.rc" -o -name "*.ui"` > rc.cpp
	LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
	if test -n "$$LIST"; then \
		$(XGETTEXT) $$LIST -o $(podir)/showimg.pot; \
	fi
	rm -f tips.cpp
	rm -f rc.cpp