portability fixes
[rrq/rrqmisc.git] / logic / Makefile
1 LIBRARY = librrqlogic.a
2 LIBOBJS += Tuple.o TupleSchema.o Relation.o
3 LIBOBJS += Binding.o BindingTable.o
4 LIBOBJS += Query.o
5 LIBOBJS += AssignQuery.o RelationQuery.o
6 LIBOBJS += NotQuery.o AndQuery.o OrQuery.o
7 #LIBOBJS += View.o
8
9 default: $(LIBRARY)
10
11 all: default
12
13 include ../common.mk