PKG_CPPFLAGS = -I"nllpk"
SOURCES_CPP = radial.cpp nonradial.cpp nllpk/routines.cpp nllpk/simplexMethod.cpp
SOURCES_C = init.c
OBJECTS = $(SOURCES_CPP:.cpp=.o) $(SOURCES_C:.c=.o)
