# LeoCAD configuration file # include version.mk CC := gcc CXX := g++ OS := -DLC_LINUX OSDIR := linux # (Add a -g for debugging) CPPFLAGS += -O2 -Wall # Add compile options, such as -I option to include jpeglib's headers # CPPFLAGS += -I/home/fred/jpeglib # Add linker options, such as -L option to include jpeglib's libraries # LDFLAGS += -L/home/fred/jpeglib