Brian Paul | a70ad91 | 2004-03-26 15:16:35 +0000 | [diff] [blame^] | 1 | # Configuration for HPUX v9, shared libs |
| 2 | |
| 3 | include $(TOP)/configs/default |
| 4 | |
| 5 | CONFIG_NAME = hpux9 |
| 6 | |
| 7 | # Compiler and flags |
| 8 | CC = cc |
| 9 | # XXX fix this |
| 10 | CXX = c++ |
| 11 | |
| 12 | CFLAGS = +z +O3 +Olibcalls +ESlit -Aa +Onolimit -D_HPUX_SOURCE -I/usr/include/X11R5 -DUSE_XSHM |
| 13 | CXXFLAGS = +z +O3 +Olibcalls +ESlit -Aa +Onolimit -D_HPUX_SOURCE -I/usr/include/X11R5 |
| 14 | |
| 15 | APP_LIB_DEPS = -L$(LIB_DIR) -L/usr/lib/X11R5 -s -Wl,+s,-B,nonfatal,-B,immediate -lXext -lXmu -lXi -lX11 -lm |
| 16 | |