git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
removed cd.. (prevented abort on error)
[swftools.git]
/
Makefile.in
1
top_builddir = ..
2
srcdir = @srcdir@
3
top_srcdir = @top_srcdir@
4
include ./Makefile.common
5
6
all install uninstall clean:
7
@echo making $@ in lib...
8
cd lib;$(MAKE) $@
9
@echo making $@ in src...
10
cd src;$(MAKE) $@
11
@echo making $@ in pdf2swf...
12
cd pdf2swf;$(MAKE) $@
13
@echo making $@ in avi2swf...
14
cd avi2swf;$(MAKE) $@
15
@echo making $@ in swfs...
16
cd swfs;$(MAKE) $@
17
@$(MAKE) $@-local
18
19
clean-local:
20
rm -f config.cache
21
22
uninstall-local:
23
rm -rf $(pkgdatadir)
24
25
all-local:
26
install-local:
27