Skip to content

Latest commit

 

History

History
36 lines (34 loc) · 675 Bytes

Makefile.am

File metadata and controls

36 lines (34 loc) · 675 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# The input Makefile for SDL header files
# The directory where the include files will be installed
libSDLincludedir = $(includedir)/SDL
# Which header files to install
libSDLinclude_HEADERS = \
SDL.h \
SDL_active.h \
SDL_audio.h \
SDL_byteorder.h \
SDL_cdrom.h \
SDL_copying.h \
SDL_endian.h \
SDL_error.h \
SDL_events.h \
SDL_getenv.h \
SDL_joystick.h \
SDL_keyboard.h \
SDL_keysym.h \
22
23
24
SDL_main.h \
SDL_mouse.h \
SDL_mutex.h \
27
28
29
30
31
32
33
34
35
36
SDL_quit.h \
SDL_rwops.h \
SDL_syswm.h \
SDL_thread.h \
SDL_timer.h \
SDL_types.h \
SDL_version.h \
SDL_video.h \
begin_code.h \
close_code.h