all: target # load the config variables include ../Makefile.defs # target info TARGET = libpf.$(DLEXT) TARGET_DIR = $(PREFIX)/lib LDFLAGS = $(LDFLAGS_SHARED) $(LIBS) $(DEBUG_LIBS) # source file directory relative to the project root dir. MODULE = libpf # set source files sources = debug.c forth.c image.c mem.c plugin.c setup.c error.c \ stream.c read.c write.c select.c matrix.c \ symbol.c type.c list.c \ packet.c class.c stack.c string.c unix.c bitgrid.c # build rules. needs to have the variables above defined include $(BUILDDIR)/Makefile.rules