mirror of
https://github.com/mpv-player/mpv
synced 2025-02-07 15:41:55 +00:00
Simplify includes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19054 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
102c66bd41
commit
2fafc2ae06
@ -19,13 +19,13 @@ EXTRA_INC += $(DVB_INC)
|
||||
endif
|
||||
OBJS=$(SRCS:.c=.o)
|
||||
|
||||
CFLAGS = $(OPTFLAGS) -I. -I.. -I../libmpcodecs
|
||||
CFLAGS = $(OPTFLAGS) -I. -I.. -I../libmpcodecs $(FREETYPE_INC)
|
||||
|
||||
.SUFFIXES: .c .o
|
||||
|
||||
|
||||
.c.o:
|
||||
$(CC) -c $(CFLAGS) $(FREETYPE_INC) -o $@ $<
|
||||
$(CC) -c $(CFLAGS) -o $@ $<
|
||||
|
||||
$(LIBNAME): $(OBJS)
|
||||
$(AR) r $(LIBNAME) $(OBJS)
|
||||
@ -42,7 +42,7 @@ distclean: clean
|
||||
dep: depend
|
||||
|
||||
depend:
|
||||
$(CC) -MM $(CFLAGS) $(FREETYPE_INC) $(SRCS) 1>.depend
|
||||
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
|
||||
|
||||
#
|
||||
# include dependency files if they exist
|
||||
|
Loading…
Reference in New Issue
Block a user