Skip to content

Latest commit

 

History

History
46 lines (43 loc) · 839 Bytes

Makefile.am

File metadata and controls

46 lines (43 loc) · 839 Bytes
 
Apr 26, 2001
Apr 26, 2001
1
2
3
4
5
6
7
8
9
10
11
12
# 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 \
Feb 6, 2006
Feb 6, 2006
13
SDL_config.h \
Apr 26, 2001
Apr 26, 2001
14
SDL_copying.h \
Nov 18, 2003
Nov 18, 2003
15
SDL_cpuinfo.h \
Apr 26, 2001
Apr 26, 2001
16
17
18
19
20
21
22
SDL_endian.h \
SDL_error.h \
SDL_events.h \
SDL_getenv.h \
SDL_joystick.h \
SDL_keyboard.h \
SDL_keysym.h \
Jul 22, 2003
Jul 22, 2003
23
SDL_loadso.h \
Apr 26, 2001
Apr 26, 2001
24
25
26
SDL_main.h \
SDL_mouse.h \
SDL_mutex.h \
Mar 5, 2002
Mar 5, 2002
27
SDL_name.h \
Oct 25, 2001
Oct 25, 2001
28
SDL_opengl.h \
Apr 26, 2001
Apr 26, 2001
29
30
SDL_quit.h \
SDL_rwops.h \
Feb 9, 2006
Feb 9, 2006
31
SDL_stdinc.h \
Feb 6, 2006
Feb 6, 2006
32
33
SDL_stdlib.h \
SDL_string.h \
Apr 26, 2001
Apr 26, 2001
34
35
36
37
38
39
SDL_syswm.h \
SDL_thread.h \
SDL_timer.h \
SDL_types.h \
SDL_version.h \
SDL_video.h \
Feb 6, 2006
Feb 6, 2006
40
SDL_windows.h \
Apr 26, 2001
Apr 26, 2001
41
42
begin_code.h \
close_code.h
Feb 7, 2006
Feb 7, 2006
43
44
45
46
EXTRA_DIST = \
SDL_config.h.in \
SDL_config.h.minimal