1 # Configuration for AIX with gcc
3 include $(TOP)/configs/default
12 CXXFLAGS = -O2 -DAIXV3
14 # Work around aliasing bugs - developers should comment this out
15 CFLAGS += -fno-strict-aliasing
16 CXXFLAGS += -fno-strict-aliasing
18 MKLIB_OPTIONS = -arch aix-gcc
19 GL_LIB_DEPS = -lX11 -lXext -lm
20 GLU_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) -lm