diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-08 22:22:08 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-08 22:22:08 +0000 |
commit | f1329e60095df1cdb4327f9e980b5a45c6d66c0f (patch) | |
tree | 8b933ee5bc4c049b84f55e563781269c6343feec | |
parent | c475b0b6c353118b5c54f1fcea374619cd5b03d0 (diff) |
added configure dependencies so it gens generated
svn path=/trunk/; revision=11718
-rw-r--r-- | packages/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/packages/Makefile b/packages/Makefile index 040aa6e9..8f2acf80 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -204,19 +204,14 @@ GEM_NAME = Gem $(gem_src)/src/configure: cd $(gem_src)/src && ./autogen.sh -# each platform currently needs a custom ./configure, so this is commented out -# until the ./configure defaults work on all three platforms -#$(gem_src)/src/Make.config: $(gem_src)/src/Make.config.in -# cd $(gem_src)/src && ./configure --with-pd=$(pd_src) - -$(gem_src)/src/Gem.dll: +$(gem_src)/src/Gem.dll: $(gem_src)/src/configure $(gem_src)/src/Gem.pd_linux: $(gem_src)/src/configure cd $(gem_src)/src && ./configure \ --without-ffmpeg --with-pd=$(pd_src) --disable-NV $(MAKE) -C $(gem_src)/src -$(gem_src)/src/Gem.pd_darwin: +$(gem_src)/src/Gem.pd_darwin: $(gem_src)/src/configure cd $(gem_src)/src && ./configure \ --without-x --without-ImageMagick --without-v4l \ --without-tiff --without-jpeg --without-mpeg --without-mpeg3 \ |