1 |
|
2 |
# Add your favourite compiler flags here, and select either the |
3 |
# Athena or Motif GUI interface. |
4 |
# |
5 |
DEFINES = $(GUI) # -DXVIEW |
6 |
GUI = -DATHENA |
7 |
#GUI = -DMOTIF |
8 |
|
9 |
# These are the libraries required for linking. Select one. |
10 |
# |
11 |
DEPLIBS = $(DEPXALIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB) |
12 |
LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) |
13 |
#DEPLIBS = $(DEPMOTIFLIB) $(DEPXTOOLLIB) $(DEPXLIB) |
14 |
#LOCAL_LIBRARIES = $(MOTIFLIB) $(XTOOLLIB) $(XLIB) |
15 |
|
16 |
SYS_LIBRARIES = |
17 |
SRCS = xcb.c |
18 |
OBJS = xcb.o |
19 |
|
20 |
ComplexProgramTarget(xcb) |
21 |
|
22 |
Xcb.ad: Xcb.ad.base |
23 |
$(CPP) -P Xcb.ad.base $(GUI) > $@ # -P removes line directives. |
24 |
|
25 |
InstallAppDefaults(Xcb) |