
EXPORTS = SDL.x
HEADERS = \
	../../../../include/SDL/SDL.h \
	../../../../include/SDL/SDL_active.h \
	../../../../include/SDL/SDL_audio.h \
	../../../../include/SDL/SDL_byteorder.h \
	../../../../include/SDL/SDL_cdrom.h \
	../../../../include/SDL/SDL_copying.h \
	../../../../include/SDL/SDL_endian.h \
	../../../../include/SDL/SDL_error.h \
	../../../../include/SDL/SDL_events.h \
	../../../../include/SDL/SDL_keyboard.h \
	../../../../include/SDL/SDL_keysym.h \
	../../../../include/SDL/SDL_mouse.h \
	../../../../include/SDL/SDL_mutex.h \
	../../../../include/SDL/SDL_quit.h \
	../../../../include/SDL/SDL_rwops.h \
	../../../../include/SDL/SDL_syswm.h \
	../../../../include/SDL/SDL_thread.h \
	../../../../include/SDL/SDL_timer.h \
	../../../../include/SDL/SDL_types.h \
	../../../../include/SDL/SDL_version.h \
	../../../../include/SDL/SDL_video.h


all: $(EXPORTS)

$(EXPORTS): $(HEADERS)
	perl gendef.pl $(HEADERS) >$@ || rm $@

clean:
	rm -f $(EXPORTS)
