configure/src/project.conf

26 lines
498 B
Plaintext

targets=configure,makedepend
cppflags=
cflags_force=-W `pkg-config --cflags libSystem`
cflags=-Wall -g -O2 -pedantic
ldflags_force=`pkg-config --libs libSystem`
ldflags=
dist=Makefile,configure.h,makefile.h,settings.h
[configure]
type=binary
sources=configure.c,makefile.c,settings.c
install=$(BINDIR)
[configure.c]
depends=configure.h,makefile.h,../config.h
[makefile.c]
depends=configure.h,settings.h,../config.h
[settings.c]
depends=settings.h
[makedepend]
type=binary
sources=makedepend.c