Skip to content
Snippets Groups Projects
Commit bce3640e authored by Oliver Bock's avatar Oliver Bock
Browse files

Using freetype-config for dynamic Makefile (lib/include) settings

parent c0c7d680
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,8 @@ BOINC_PREFIX ?= /home/oliver/development/aei/boinc
CXX ?= g++
# variables
LIBS = -L${BOINC_PREFIX}/lib -Bstatic $(shell sdl-config --static-libs) -lfreetype -lOGLFT -lboinc_api -lboinc -Wl,-Bdynamic -lGL -lGLU
CPPFLAGS = -DOGLFT_NO_SOLID -DOGLFT_NO_QT -I/usr/include $(shell sdl-config --cflags) -I/usr/include/freetype2 -I${BOINC_PREFIX}/include/BOINC
LIBS = -L${BOINC_PREFIX}/lib -Bstatic $(shell sdl-config --static-libs) $(shell freetype-config --libs) -lOGLFT -lboinc_api -lboinc -Wl,-Bdynamic -lGL -lGLU
CPPFLAGS = -DOGLFT_NO_SOLID -DOGLFT_NO_QT -I/usr/include $(shell sdl-config --cflags) $(shell freetype-config --cflags) -I${BOINC_PREFIX}/include/BOINC
DEPS = Makefile
OBJS = starlist.o snr_list.o pulsar_list.o AbstractGraphicsEngine.o GraphicsEngineFactory.o Starsphere.o StarsphereS5R3.o WindowManager.o ${RESOURCESPEC}.o Resource.o ResourceFactory.o BOINCClientAdapter.o EinsteinS5R3Adapter.o
DEBUGFLAGSCPP = -pg -ggdb -O0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment