diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-03-09 17:38:37 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-03-09 17:38:37 +0000 |
commit | 2899101b0799fc5ad2740852142aa95215e1d5e7 (patch) | |
tree | b7d02b9aed040ae31ce0c10ccb6a68d87f7b10b2 /src/Makefile | |
parent | 6965154beaf3f53a5c51696d43e4900515cef586 (diff) |
fixed build-system
svn path=/trunk/externals/iem/iem_ambi/; revision=4671
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index 8e18398..9d90699 100644 --- a/src/Makefile +++ b/src/Makefile @@ -11,8 +11,8 @@ Make.config: Make.config.in configure ./configure endif -iem_bin_ambi_sources.c iem_bin_ambi_sources.h: - ./makesource.sh +iem_ambi_sources.c iem_ambi_sources.h: + sh ./makesource.sh configure: configure.ac autoconf @@ -46,7 +46,7 @@ TARGETS = $(SOURCES:.c=.o) all: $(LIBNAME) cp $(LIBNAME).$(EXT) .. -$(LIBNAME): $(TARGETS) iem_bin_ambi_sources.c iem_bin_ambi_sources.h +$(LIBNAME): $(TARGETS) iem_ambi_sources.c iem_ambi_sources.h $(LD) $(LFLAGS) -o $(LIBNAME).$(EXT) *.o $(LIBS) $(STRIP) $(STRIPFLAGS) $(LIBNAME).$(EXT) |