Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 294 Bytes

Makefile.am

File metadata and controls

10 lines (6 loc) · 294 Bytes
 
Sep 11, 2001
Sep 11, 2001
1
2
3
4
5
6
7
8
## Makefile.am for the darwin/MacOS X joystick driver for SDL
noinst_LTLIBRARIES = libjoystick_darwin.la
libjoystick_darwin_la_SOURCES = $(SRCS)
# The SDL joystick driver sources
SRCS = SDL_sysjoystick.c
Sep 23, 2001
Sep 23, 2001
9
10
AM_CPPFLAGS = -no-cpp-precomp -I/System/Library/Frameworks/Kernel.framework/Headers/