ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/xcb/Imakefile
Revision: 1.1
Committed: Thu Oct 10 10:07:02 2002 UTC (21 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.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)