From 22e2a8c435e6907aae8fb43c54341f8ec55e6231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 14 Nov 2005 18:17:29 +0000 Subject: moved most logic from individual makefiles into Make.include svn path=/trunk/externals/iemlib/; revision=3892 --- src/iem_mp3/makefile | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) (limited to 'src/iem_mp3') diff --git a/src/iem_mp3/makefile b/src/iem_mp3/makefile index 955e508..700376d 100644 --- a/src/iem_mp3/makefile +++ b/src/iem_mp3/makefile @@ -1,39 +1,4 @@ -current: all +TARGET = iem_mp3 -.SUFFIXES: .pd_linux include ../../Make.include -INCLUDE = -I. -I$(PDSOURCE) - -# the sources - -SRC = sigmp3play.c \ - iem_mp3.c - -TARGET = iem_mp3.pd_linux - - -OBJ = $(SRC:.c=.o) - -# -# ------------------ targets ------------------------------------ -# - -clean: - -rm ../../lib/$(TARGET) $(TARGET) - -rm *.o - -all: $(OBJ) - - @echo :: $(OBJ) - - ld $(LDFLAGS) -o $(TARGET) *.o $(LIB) - strip --strip-unneeded $(TARGET) - cp $(TARGET) ../../lib - -$(OBJ) : %.o : %.c - touch $*.c - cc $(CFLAGS) $(INCLUDE) -c -o $*.o $*.c - - - -- cgit v1.2.1