ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/xcb/Makefile.std
(Generate patch)

Comparing xcb/Makefile.std (file contents):
Revision 1.1 by root, Thu Oct 10 10:07:02 2002 UTC vs.
Revision 1.2 by root, Mon Nov 25 15:30:19 2002 UTC

1# 1#
2# $Header: /schmorpforge/xcb/Makefile.std,v 1.1 2002/10/10 10:07:02 root Exp $ 2# $Header: /schmorpforge/xcb/Makefile.std,v 1.2 2002/11/25 15:30:19 root Exp $
3 3
4CPP = /lib/cpp 4CPP = /lib/cpp
5INCS = 5INCS =
6HDRS = cb.h patchlevel.h 6HDRS = cb.h patchlevel.h
7SRCS = xcb.c 7SRCS = xcb.c
8OBJS = xcb.o 8OBJS = xcb.o
9MISC = README CHANGES xcb.man Xcb.ad.base Imakefile Makefile.std 9MISC = README Changes xcb.man Xcb.ad.base Imakefile Makefile.std
10DISTN = $(MISC) $(SRCS) $(HDRS) 10DISTN = $(MISC) $(SRCS) $(HDRS)
11 11
12# Add your favourite compiler flags here, and select either the 12# Add your favourite compiler flags here, and select either the
13# Athena or Motif GUI interface. 13# Athena or Motif GUI interface.
14# 14#
17GUI = -DATHENA 17GUI = -DATHENA
18#GUI = -DMOTIF 18#GUI = -DMOTIF
19 19
20# These are the libraries required for linking. Select one. 20# These are the libraries required for linking. Select one.
21# 21#
22LIBS = -lXaw -lXmu -lXt -lXext -lX11 # Athena libraries 22LIBS = -lXaw -lXt -lXext -lX11 # Athena libraries
23#LIBS = -lXm -lXt -lX11 # Motif libraries 23#LIBS = -lXm -lXt -lX11 # Motif libraries
24 24
25all: xcb 25all: xcb
26 26
27xcb: $(OBJS) 27xcb: $(OBJS)
28 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) 28 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
48 48
49shar: 49shar:
50 shar -c -f part -p -x X $(DISTN) 50 shar -c -f part -p -x X $(DISTN)
51 51
52tar: 52tar:
53 mkdir xcb-2.3 53 mkdir xcb-2.4
54 cp $(DISTN) xcb-2.3 54 cp $(DISTN) xcb-2.4
55 tar -cf xcb-2.3.tar xcb-2.3 55 tar -cf xcb-2.4.tar xcb-2.4
56 gzip -9 xcb-2.3.tar 56 gzip -9 xcb-2.4.tar
57 rm -rf xcb-2.3 57 rm -rf xcb-2.4

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines