1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-31 04:02:06 +00:00

Clean up CFLAGS handling.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21194 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-24 20:19:29 +00:00
parent 1383d92f0a
commit d7a50788df

View File

@ -1,10 +1,7 @@
include ../config.mak
# Generated automatically from Makefile.in by configure.
DEFINES=-DMPLAYER -D__WINE__ #-Ddbg_printf=__vprintf \
#-DTRACE=__vprintf # -DDETAILED_OUT
CFLAGS=-I. -I.. $(OPTFLAGS)
CFLAGS=-I. -I.. -DMPLAYER -D__WINE__ $(OPTFLAGS)
#CFLAGS+=-Ddbg_printf=__vprintf -DTRACE=__vprintf -DDETAILED_OUT
SRCS= driver.c afl.c vfl.c
ifneq ($(TARGET_WIN32),yes)
@ -23,7 +20,7 @@ clean:
distclean: clean
.c.o:
$(CC) $(CFLAGS) $(DEFINES) -c $<
$(CC) $(CFLAGS) -c $<
libloader.a: $(OBJS) stubs.s
$(CC) -c ./stubs.s -o stubs.o