mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
Makefile(s) updated
git-svn-id: svn://ultimatepp.org/upp/trunk@14361 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a161985f9e
commit
9cc69ba3b7
2 changed files with 4 additions and 4 deletions
4
Makefile
4
Makefile
|
|
@ -1,14 +1,14 @@
|
|||
UPPDIR1 = ./uppsrc/
|
||||
|
||||
UPPOUT = .cache/upp.out/
|
||||
CINC = -I$(UPPDIR1) `pkg-config --cflags freetype2` `pkg-config --cflags x11` `pkg-config --cflags fontconfig` `pkg-config --cflags xcb` `pkg-config --cflags expat` `pkg-config --cflags xinerama` `pkg-config --cflags xrender` `pkg-config --cflags xft` `pkg-config --cflags xdmcp` `pkg-config --cflags xext` `pkg-config --cflags gtk+-3.0` `pkg-config --cflags libnotify` `pkg-config --cflags libpng` -I/usr/local/include -I./ -I.cache/upp.out
|
||||
CINC = -I$(UPPDIR1) `pkg-config --cflags freetype2` `pkg-config --cflags x11` `pkg-config --cflags fontconfig` `pkg-config --cflags xcb` `pkg-config --cflags expat` `pkg-config --cflags xinerama` `pkg-config --cflags xrender` `pkg-config --cflags xft` `pkg-config --cflags xdmcp` `pkg-config --cflags xext` `pkg-config --cflags gtk+-3.0` `pkg-config --cflags libnotify` `pkg-config --cflags libpng` -I./ -I.cache/upp.out
|
||||
Macro = -DflagGUI -DflagGCC -DflagSHARED -DflagPOSIX -DflagLINUX
|
||||
CXX = c++
|
||||
LINKER = $(CXX)
|
||||
CFLAGS = -O3 -ffunction-sections -fdata-sections
|
||||
CXXFLAGS = -O3 -ffunction-sections -fdata-sections -std=c++14
|
||||
LDFLAGS = -Wl,--gc-sections $(LINKOPTIONS)
|
||||
LIBPATH = -L"/usr/local/lib"
|
||||
LIBPATH =
|
||||
AR = ar -sr
|
||||
|
||||
OutDir_ide = $(UPPOUT)ide/GCC-Gcc-Gui-Linux-Main-Posix-Shared/
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
UPPDIR1 = ./uppsrc/
|
||||
|
||||
UPPOUT = .cache/upp.out/
|
||||
CINC = -I$(UPPDIR1) -I/usr/local/include -I./ -I.cache/upp.out
|
||||
CINC = -I$(UPPDIR1) -I./ -I.cache/upp.out
|
||||
Macro = -DflagGCC -DflagSHARED -DflagPOSIX -DflagLINUX
|
||||
CXX = c++
|
||||
LINKER = $(CXX)
|
||||
CFLAGS = -O3 -ffunction-sections -fdata-sections
|
||||
CXXFLAGS = -O3 -ffunction-sections -fdata-sections -std=c++14
|
||||
LDFLAGS = -Wl,--gc-sections $(LINKOPTIONS)
|
||||
LIBPATH = -L"/usr/local/lib"
|
||||
LIBPATH =
|
||||
AR = ar -sr
|
||||
|
||||
OutDir_umk = $(UPPOUT)umk/GCC-Gcc-Linux-Main-Posix-Shared/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue