mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
[612/906] remove GNUstep makefiles
This commit is contained in:
parent
b36b9f4a4a
commit
517db226fe
1 changed files with 0 additions and 27 deletions
|
@ -1,27 +0,0 @@
|
|||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
SUBPROJECT_NAME = gstlibsgstgl
|
||||
|
||||
gstlibsgstgl_C_FILES = \
|
||||
gstgldisplay.c \
|
||||
gstglbuffer.c \
|
||||
gstglfilter.c \
|
||||
gstglmixer.c \
|
||||
gstglshadervariables.c \
|
||||
gstglshader.c
|
||||
|
||||
gstlibsgstgl_OBJC_FILES = gstglwindow_cocoa.m
|
||||
|
||||
ifeq ($(GNUSTEP_TARGET_OS), mingw32)
|
||||
gstlibsgstgl_INCLUDE_DIRS = \
|
||||
-I../../../win32/common \
|
||||
-IC:/gstreamer/include/libxml2 \
|
||||
-IC:/gstreamer/include/glib-2.0 \
|
||||
-IC:/gstreamer/lib/glib-2.0/include \
|
||||
-IC:/gstreamer/include \
|
||||
-IC:/gstreamer/include/gstreamer-0.10
|
||||
endif
|
||||
|
||||
gstlibsgstgl_CFLAGS = -Wall -DHAVE_CONFIG_H
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/subproject.make
|
Loading…
Reference in a new issue