File: Makefile.in

package info (click to toggle)
swftools 0.9.2%2Bgit20130725-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,680 kB
  • ctags: 17,348
  • sloc: ansic: 108,712; sh: 8,494; cpp: 8,040; yacc: 2,260; lisp: 904; makefile: 601; python: 300
file content (37 lines) | stat: -rw-r--r-- 892 bytes parent folder | download | duplicates (3)
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
29
30
31
32
33
34
35
36
37
top_builddir = ..
srcdir = @srcdir@
top_srcdir = @top_srcdir@
include ./Makefile.common

all install uninstall clean:
	@echo making $@ in m4...
	cd m4;$(MAKE) $@
	@echo making $@ in lib...
	cd lib;$(MAKE) $@
	@echo making $@ in lib...
	cd lib;$(MAKE) $@
#	@echo making $@ in lib/python...
#	cd lib/python;$(MAKE) $@
	@echo making $@ in lib/ruby...
	cd src;$(MAKE) $@
	@echo making $@ in swfs...
	cd swfs;$(MAKE) $@
	@$(MAKE) $@-local

distclean:
	$(MAKE) clean
	rm -f config.status config.cache config.h Makefile Makefile.common libtool
	rm -f lib/readers/Makefile lib/lame/Makefile lib/python/Makefile lib/Makefile src/Makefile avi2swf/Makefile pdf2swf/fonts/Makefile

clean-local:
	rm -f config.cache gmon.out

uninstall-local:
	rm -rf $(pkgdatadir)

all-local:
	@true
install-local:
	@true

.PHONY: all install uninstall clean distclean clean-local uninstall-local all-local install-local