Code cleanup
This commit is contained in:
parent
ff82cb5d8b
commit
0a492ebf52
|
@ -1,6 +1,7 @@
|
||||||
targets=Clock.pot,fr.mo
|
targets=Clock.pot,fr.mo
|
||||||
dist=Makefile,gettext.sh,POTFILES,fr.po
|
dist=Makefile,gettext.sh,POTFILES,fr.po
|
||||||
|
|
||||||
|
#targets
|
||||||
[Clock.pot]
|
[Clock.pot]
|
||||||
type=script
|
type=script
|
||||||
script=./gettext.sh
|
script=./gettext.sh
|
||||||
|
|
|
@ -9,11 +9,13 @@ cflags_force=-W `pkg-config --cflags libSystem gtk+-3.0`
|
||||||
ldflags_force=`pkg-config --libs libSystem gtk+-3.0` -lintl
|
ldflags_force=`pkg-config --libs libSystem gtk+-3.0` -lintl
|
||||||
dist=Makefile,clock.h
|
dist=Makefile,clock.h
|
||||||
|
|
||||||
|
#targets
|
||||||
[clock]
|
[clock]
|
||||||
type=binary
|
type=binary
|
||||||
sources=clock.c,main.c
|
sources=clock.c,main.c
|
||||||
install=$(BINDIR)
|
install=$(BINDIR)
|
||||||
|
|
||||||
|
#sources
|
||||||
[clock.c]
|
[clock.c]
|
||||||
depends=clock.h
|
depends=clock.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user