configure/tests/binary/project.conf

28 lines
325 B
Plaintext

targets=test,test2,test3,test4
dist=Makefile
[test]
type=binary
sources=test.c,main.c
install=$(BINDIR)
[test2]
type=binary
sources=test2.m
ldflags=-lobjc
[test3]
type=binary
sources=test3.cpp
ldflags=-ldl -lsocket -lm
[test4]
type=binary
sources=test4.asm,test4.S
[test4.asm]
asflags=-m32
[test4.S]
cppflags=-nostdinc