--- xcb/Makefile.std 2002/10/10 10:07:02 1.1 +++ xcb/Makefile.std 2002/11/25 15:30:19 1.2 @@ -1,12 +1,12 @@ # -# $Header: /schmorpforge/xcb/Makefile.std,v 1.1 2002/10/10 10:07:02 root Exp $ +# $Header: /schmorpforge/xcb/Makefile.std,v 1.2 2002/11/25 15:30:19 root Exp $ CPP = /lib/cpp INCS = HDRS = cb.h patchlevel.h SRCS = xcb.c OBJS = xcb.o -MISC = README CHANGES xcb.man Xcb.ad.base Imakefile Makefile.std +MISC = README Changes xcb.man Xcb.ad.base Imakefile Makefile.std DISTN = $(MISC) $(SRCS) $(HDRS) # Add your favourite compiler flags here, and select either the @@ -19,8 +19,8 @@ # These are the libraries required for linking. Select one. # -LIBS = -lXaw -lXmu -lXt -lXext -lX11 # Athena libraries -#LIBS = -lXm -lXt -lX11 # Motif libraries +LIBS = -lXaw -lXt -lXext -lX11 # Athena libraries +#LIBS = -lXm -lXt -lX11 # Motif libraries all: xcb @@ -50,8 +50,8 @@ shar -c -f part -p -x X $(DISTN) tar: - mkdir xcb-2.3 - cp $(DISTN) xcb-2.3 - tar -cf xcb-2.3.tar xcb-2.3 - gzip -9 xcb-2.3.tar - rm -rf xcb-2.3 + mkdir xcb-2.4 + cp $(DISTN) xcb-2.4 + tar -cf xcb-2.4.tar xcb-2.4 + gzip -9 xcb-2.4.tar + rm -rf xcb-2.4