Mercurial > sdl-ios-xcode
comparison Makefile.in @ 4263:3c12d2e84bcb SDL-1.2
Reverted revision 4880 since this breaks installation on Mac OS X.
We'll just punt the bug for 1.2.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 29 Sep 2009 06:31:29 +0000 |
parents | 42d28f92253b |
children | 0e7b63f8ac75 |
comparison
equal
deleted
inserted
replaced
4262:800f3cb78e45 | 4263:3c12d2e84bcb |
---|---|
46 | 46 |
47 LT_AGE = @LT_AGE@ | 47 LT_AGE = @LT_AGE@ |
48 LT_CURRENT = @LT_CURRENT@ | 48 LT_CURRENT = @LT_CURRENT@ |
49 LT_RELEASE = @LT_RELEASE@ | 49 LT_RELEASE = @LT_RELEASE@ |
50 LT_REVISION = @LT_REVISION@ | 50 LT_REVISION = @LT_REVISION@ |
51 LT_LDFLAGS = -no-undefined -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) | 51 LT_LDFLAGS = -no-undefined -rpath $(DESTDIR)$(libdir) -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) |
52 | 52 |
53 all: $(srcdir)/configure Makefile $(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET) | 53 all: $(srcdir)/configure Makefile $(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET) |
54 | 54 |
55 $(srcdir)/configure: $(srcdir)/configure.in | 55 $(srcdir)/configure: $(srcdir)/configure.in |
56 @echo "Warning, configure.in is out of date" | 56 @echo "Warning, configure.in is out of date" |