mirror of
https://gitlab.com/klmp200/LO27.git
synced 2025-07-11 21:49:23 +00:00
Changement d'architecture de projet
This commit is contained in:
@ -3,7 +3,7 @@ CFLAGS=-Wall -Werror -pedantic -fpic -g -std=c89
|
||||
|
||||
|
||||
LIBSDIR=-L/usr/lib -L../Libs
|
||||
INCLUDEDIR=-I/usr/include -I. -I../LibAutomaton
|
||||
INCLUDEDIR=-I/usr/include -I. -I../LibMatrix
|
||||
|
||||
#Library variables
|
||||
LIBTARGET=libGui.so
|
||||
@ -11,8 +11,8 @@ LIBSOURCE=pixel
|
||||
LIBSOURCECFILE=$(LIBSOURCE:=.c)
|
||||
LIBSOURCEOFILE=$(LIBSOURCE:=.o)
|
||||
|
||||
DEPENDENCELIST=libAutomaton.so
|
||||
DEPENDENCENAMELIST=Automaton
|
||||
DEPENDENCELIST=libMatrix.so
|
||||
DEPENDENCENAMELIST=Matrix
|
||||
|
||||
EXTLIBS=`sdl2-config --cflags --libs`
|
||||
|
||||
|
Reference in New Issue
Block a user