Code cleanup
This commit is contained in:
parent
1e5d5d3d75
commit
a0de1ab697
|
@ -5,11 +5,13 @@ ldflags_force=`pkg-config --libs libDesktop`
|
||||||
ldflags=-pie -Wl,-z,relro -Wl,-z,now
|
ldflags=-pie -Wl,-z,relro -Wl,-z,now
|
||||||
dist=Makefile,calendar.h,event.h,window.h
|
dist=Makefile,calendar.h,event.h,window.h
|
||||||
|
|
||||||
|
#targets
|
||||||
[calendar]
|
[calendar]
|
||||||
type=binary
|
type=binary
|
||||||
sources=calendar.c,event.c,window.c,main.c
|
sources=calendar.c,event.c,window.c,main.c
|
||||||
install=$(BINDIR)
|
install=$(BINDIR)
|
||||||
|
|
||||||
|
#sources
|
||||||
[calendar.c]
|
[calendar.c]
|
||||||
depends=calendar.h,event.h,../config.h
|
depends=calendar.h,event.h,../config.h
|
||||||
cflags=-fPIC
|
cflags=-fPIC
|
||||||
|
|
|
@ -5,10 +5,12 @@ ldflags_force=`pkg-config --libs libDesktop`
|
||||||
ldflags=-Wl,-z,relro -Wl,-z,now
|
ldflags=-Wl,-z,relro -Wl,-z,now
|
||||||
dist=Makefile
|
dist=Makefile
|
||||||
|
|
||||||
|
#targets
|
||||||
[calendar]
|
[calendar]
|
||||||
type=plugin
|
type=plugin
|
||||||
sources=calendar.c
|
sources=calendar.c
|
||||||
install=$(LIBDIR)/Mailer/plugins
|
install=$(LIBDIR)/Mailer/plugins
|
||||||
|
|
||||||
|
#sources
|
||||||
[calendar.c]
|
[calendar.c]
|
||||||
depends=../src/calendar.h,../src/calendar.c,../src/event.c
|
depends=../src/calendar.h,../src/calendar.c,../src/event.c
|
||||||
|
|
Loading…
Reference in New Issue
Block a user