comparison src/main/macos/Makefile.am @ 1134:55a86cfe6277

Forgot to add this with the previous Carbon/Cocoa/X11 commit.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 08 Sep 2005 06:17:23 +0000
parents
children
comparison
equal deleted inserted replaced
1133:609c060fd2a2 1134:55a86cfe6277
1 # On OS X, install the SDL.rsrc.
2
3 EXTRA_DIST = SDL_main.c SDL.rsrc
4
5 rsrcdatadir = $(datadir)/sdl
6 rsrcdata_DATA = \
7 SDL.rsrc
8
9 SDL.rsrc: SDL.r
10 /Developer/Tools/Rez -o $@ -useDF $<
11
12 # The rsrc and export directory need to be copied into place
13 # when building a distribution.
14 dist-hook:
15 cp -rp SDL.rsrc $(distdir)
16 cp -rp exports $(distdir)
17 (cd $(distdir)/exports && rm -rf `find . -name CVS`)