Mercurial > sdl-ios-xcode
comparison src/joystick/Makefile.am @ 0:74212992fb08
Initial revision
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Thu, 26 Apr 2001 16:45:43 +0000 |
parents | |
children | 6e28dae59e3b |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:74212992fb08 |
---|---|
1 | |
2 ## Makefile.am for the SDL joystick library | |
3 | |
4 noinst_LTLIBRARIES = libjoystick.la | |
5 | |
6 # Define which subdirectories need to be built | |
7 SUBDIRS = @JOYSTICK_SUBDIRS@ | |
8 DIST_SUBDIRS = dummy beos linux macos win32 | |
9 | |
10 DRIVERS = @JOYSTICK_DRIVERS@ | |
11 | |
12 # Include the architecture-independent sources | |
13 COMMON_SRCS = \ | |
14 SDL_joystick.c \ | |
15 SDL_joystick_c.h \ | |
16 SDL_sysjoystick.h | |
17 | |
18 libjoystick_la_SOURCES = $(COMMON_SRCS) | |
19 libjoystick_la_LIBADD = $(DRIVERS) | |
20 libjoystick_la_DEPENDENCIES = $(DRIVERS) |