view input/Makefile @ 22001:2934974c366a

Remove illegal definition of underscored-prefixed symbol "__MODULE__": All underscored-prefixed symbols have the right re-defined by the compiler, so it's definitely not safe to use any. ICC doesn't seem to like it, GCC doesn't seem to care. Original thread: date: Jan 25, 2007 2:41 PM subject: [MPlayer-dev-eng] [PATCH] remove illegal underscored-prefixed symbols AND date: 01/25/2007 11:43 AM subject: Re: [MPlayer-dev-eng] [PATCH] compiling with Intel C
author gpoirier
date Fri, 26 Jan 2007 09:21:22 +0000
parents ef59ac68c9b6
children 8bcff5c7e387
line wrap: on
line source


include ../config.mak

LIBNAME = libinput.a

SRCS=input.c
SRCS-$(JOYSTICK) += joystick.c
SRCS-$(LIRC)     += lirc.c

include ../mpcommon.mak