libApp/tools/project.conf
2011-03-28 00:02:42 +00:00

17 lines
310 B
Plaintext

targets=AppBroker,AppClient
cppflags_force=-I ../include
cflags_force=-W
cflags=-Wall -g -O2 -pedantic
ldflags_force=-lApp -L../src
ldflags=-L$(PREFIX)/lib -Wl,-rpath,$(PREFIX)/lib
dist=Makefile,README
[AppBroker]
type=binary
sources=appbroker.c
install=$(BINDIR)
[AppClient]
type=binary
sources=appclient.c