CFILES = $(wildcard *.c readstat/*.c readstat/sas/*.c readstat/spss/*.c readstat/stata/*.c)
CPPFILES = $(wildcard *.cpp)

SOURCES = $(CFILES) $(CPPFILES)

# This must be defined identically in Makevars.win
OBJECTS = $(CFILES:.c=.o) $(CPPFILES:.cpp=.o)

PKG_CFLAGS = -Ireadstat
PKG_CXXFLAGS = -Ireadstat
