mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Makefile(s) updated
This commit is contained in:
parent
c79217cd4d
commit
0bb537283e
4 changed files with 32 additions and 16 deletions
|
|
@ -1,10 +1,14 @@
|
|||
UPPDIR1 = ./uppsrc/
|
||||
UPPDIR2 = /home/cxl/.config/u++/theide/UppHub/gdal/
|
||||
UPPDIR3 = /home/cxl/.config/u++/theide/UppHub/eigen/
|
||||
UPPDIR4 = /home/cxl/.config/u++/theide/UppHub/Functions4U/
|
||||
UPPDIR2 = /home/cxl/.config/u++/theide/UppHub/MessageCtrl/
|
||||
UPPDIR3 = /home/cxl/.config/u++/theide/UppHub/gdal/
|
||||
UPPDIR4 = /home/cxl/.config/u++/theide/UppHub/eigen/
|
||||
UPPDIR5 = /home/cxl/.config/u++/theide/UppHub/TerminalCtrl/
|
||||
UPPDIR6 = /home/cxl/.config/u++/theide/UppHub/Functions4U/
|
||||
UPPDIR7 = /home/cxl/.config/u++/theide/UppHub/Bobcat/
|
||||
UPPDIR8 = /home/cxl/.config/u++/theide/UppHub/Turtle/
|
||||
|
||||
UPPOUT = .cache/upp.out/
|
||||
CINC = -I$(UPPDIR1) -I$(UPPDIR2) -I$(UPPDIR3) -I$(UPPDIR4) `pkg-config --cflags libpng` `pkg-config --cflags freetype2` `pkg-config --cflags fontconfig` `pkg-config --cflags x11` `pkg-config --cflags xcb` `pkg-config --cflags expat` -I./ -I$(UPPOUT)
|
||||
CINC = -I$(UPPDIR1) -I$(UPPDIR2) -I$(UPPDIR3) -I$(UPPDIR4) -I$(UPPDIR5) -I$(UPPDIR6) -I$(UPPDIR7) -I$(UPPDIR8) `pkg-config --cflags libpng` `pkg-config --cflags freetype2` `pkg-config --cflags fontconfig` `pkg-config --cflags x11` `pkg-config --cflags xcb` `pkg-config --cflags expat` -I./ -I$(UPPOUT)
|
||||
Macro = -DflagGCC -DflagSHARED -DflagPOSIX -DflagLINUX
|
||||
CXX = c++
|
||||
LINKER = $(CXX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue