Reorganize the tree splitting stuff on its own dir.

--HG--
extra : convert_revision : 87473fb499c42deaf0285f5559dc1cd8d67ab436
This commit is contained in:
Juan RP
2008-12-21 23:57:02 +01:00
parent 9019592d9d
commit e7cf222ac9
35 changed files with 98 additions and 69 deletions

8
vars.mk Normal file
View File

@@ -0,0 +1,8 @@
# Common variables.
PREFIX ?= /usr/local
BINDIR ?= $(PREFIX)/bin
LIBDIR ?= $(PREFIX)/lib
CPPFLAGS += -I../include
CFLAGS += -O2 -Wall -Werror -fPIC -DPIC