Sort the targets
This commit is contained in:
parent
52d9711511
commit
a263c7615f
|
@ -34,6 +34,14 @@ cflags=`pkg-config --cflags libDesktop` -fPIE
|
|||
ldflags=`pkg-config --libs libDesktop` -lintl -L$(OBJDIR). -Wl,-rpath,$(LIBDIR) -lPanel -pie
|
||||
install=$(BINDIR)
|
||||
|
||||
[run]
|
||||
type=binary
|
||||
sources=run.c
|
||||
cppflags=-D PREFIX=\"$(PREFIX)\"
|
||||
cflags=`pkg-config --cflags libDesktop` -fPIE
|
||||
ldflags=`pkg-config --libs libDesktop` -lintl -pie
|
||||
install=$(BINDIR)
|
||||
|
||||
#sources
|
||||
[main.c]
|
||||
depends=../include/Panel.h,panel.h,../config.h
|
||||
|
@ -53,11 +61,3 @@ install=$(BINDIR)
|
|||
|
||||
[panelctl.c]
|
||||
depends=../include/Panel.h,panel.h,../config.h
|
||||
|
||||
[run]
|
||||
type=binary
|
||||
sources=run.c
|
||||
cppflags=-D PREFIX=\"$(PREFIX)\"
|
||||
cflags=`pkg-config --cflags libDesktop` -fPIE
|
||||
ldflags=`pkg-config --libs libDesktop` -lintl -pie
|
||||
install=$(BINDIR)
|
||||
|
|
Loading…
Reference in New Issue
Block a user