From c1ae4414d4ac6504992434b949b252c30daf0c48 Mon Sep 17 00:00:00 2001 From: Wincent Balin Date: Thu, 3 Jun 2010 00:39:13 +0000 Subject: pdbox: Source cleanup. Removed unneeded files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26497 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/pdbox/PDa/extra/makefile | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 apps/plugins/pdbox/PDa/extra/makefile (limited to 'apps/plugins/pdbox/PDa/extra/makefile') diff --git a/apps/plugins/pdbox/PDa/extra/makefile b/apps/plugins/pdbox/PDa/extra/makefile deleted file mode 100644 index 4bd6ed0960..0000000000 --- a/apps/plugins/pdbox/PDa/extra/makefile +++ /dev/null @@ -1,34 +0,0 @@ - -VERSION = 0.2 -SOURCE = $(shell ls *.c) -TARGETS = $(SOURCE:.c=.pd_linux) - -EXT= pd_linux - -AFLAGS = -g -O2 -I./ -DFIXEDPOINT -EFLAGS = -shared -Wl,-export-dynamic -PREFIX = /usr - - -all: $(TARGETS) - -clean: - -rm $(TARGETS) - -rm *.o *~ - -tar: clean - cd ..;tar czvf PDa-externals-$(VERSION).tgz PDa-externals - -upload: tar - scp ../PDa-externals-$(VERSION).tgz gige@xdv.org:~/www/pda/release - -install: - install -d $(DESTDIR)/$(PREFIX)/lib/pd/extra - cp $(TARGETS) $(DESTDIR)/$(PREFIX)/lib/pd/extra - -%.$(EXT) : %.o - $(CC) -o $@ $(EFLAGS) $+ - -%.o : %.c - $(CC) -c $(AFLAGS) $(CFLAGS) $+ - -- cgit v1.2.3