Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:RedDwarf
libSGE
libSGE-030809-examples_makefile.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libSGE-030809-examples_makefile.patch of Package libSGE
--- examples/Makefile +++ examples/Makefile @@ -1,24 +1,10 @@ # Makefile for the SGE library examples -include ../Makefile.conf - -CFLAGS += $(SGE_CFLAGS) -I./../ -LIBS =-L./../ -lSGE $(SGE_LIBS) - -TARGETS = fire bitmapfont collision blib rotate speedtest sprite sprite2 poly -C_TARGETS = - -ifneq ($(USE_FT),n) - TARGETS += basics blitting input alpha inputdeluxe - ifeq ($(C_COMP),y) - C_TARGETS = basics_c - endif -endif - -ifeq ($(USE_IMG),y) - TARGETS += sfont -endif +CFLAGS = `sdl-config --cflags` +LIBS = `sdl-config --libs` -lSGE +TARGETS = fire bitmapfont collision blib rotate speedtest sprite sprite2 poly basics blitting input alpha inputdeluxe sfont +C_TARGETS = basics_c OBJECTS = $(addsuffix .o, $(TARGETS)) C_OBJECTS = $(addsuffix .o, $(C_TARGETS))
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor