improved makefile dependencies checking, posterous connector

This commit is contained in:
friendica 2011-11-14 19:13:54 -08:00
parent bbb8a4537f
commit a18b91b73e
6 changed files with 475 additions and 13 deletions

View file

@ -1,15 +1,4 @@
# Build addons packages
SRC = buglink fortunate nsfw sniper uhremotestorage \
calc impressum oembed statusnet widgets \
communityhome js_upload piwik tictac wppost \
convert ldapauth poormancron tumblr \
facebook membersince randplace twitter
DESTS = $(addsuffix .tgz,$(SRC))
all:
@./buildtgz
all: $(DESTS)
%.tgz: %
@echo -n Creating $@...
@tar czf $@ $<
@echo " Done."