Replace sorry excuse of an Imakefile with a *sane* version of same...

This commit is contained in:
espie 2000-03-31 22:01:13 +00:00
parent db3af33701
commit 789166e04c

View File

@ -1,49 +1,46 @@
*** Imakefile.orig Thu Jan 21 21:27:31 1993 --- Imakefile.orig Thu Jan 21 21:27:31 1993
--- Imakefile Sat Aug 3 14:30:53 1996 +++ Imakefile Fri Mar 31 23:59:44 2000
*************** @@ -4,40 +4,17 @@
*** 7,28 **** /**/# MTI: Build srcs
/**/# Here's what to change to customize the installation... /**/#
/**/# Where do you want this stuff (if the defaults aren't okay)?
-/**/# Here's what to change to customize the installation...
! BINDIR = /home/cur/bri/bin/mbins/${M}bin -/**/# Where do you want this stuff (if the defaults aren't okay)?
! LIBDIR = /home/cur/bri/lib -
! MANDIR = /home/cur/bri/Man -BINDIR = /home/cur/bri/bin/mbins/${M}bin
-LIBDIR = /home/cur/bri/lib
/**/# Where is the Xpm header and library files -MANDIR = /home/cur/bri/Man
/**/# This program needs the Xpm libraries written by Arnaud Le Hors. -
/**/# it can be obtained by anonymous ftp to: export.lcs.mit.edu -/**/# Where is the Xpm header and library files
/**/# and from many other sites. -/**/# This program needs the Xpm libraries written by Arnaud Le Hors.
-/**/# it can be obtained by anonymous ftp to: export.lcs.mit.edu
! XPM_DIR = /home/cur/bri/Xstuff/Progs/bricons/xpm -/**/# and from many other sites.
XPM_INCLUDE_DIR = $(XPM_DIR) -
! XPM_LIB_DIR = $(LIBDIR) -XPM_DIR = /home/cur/bri/Xstuff/Progs/bricons/xpm
-XPM_INCLUDE_DIR = $(XPM_DIR)
/**/# This is -g for debugging or -O for optimization (or nothing). -XPM_LIB_DIR = $(LIBDIR)
-
! CDEBUGFLAGS = -g -/**/# This is -g for debugging or -O for optimization (or nothing).
-
/**/# Nothing to change below here -CDEBUGFLAGS = -g
-
--- 7,28 ---- /**/# Nothing to change below here
/**/# Here's what to change to customize the installation...
/**/# Where do you want this stuff (if the defaults aren't okay)? DEPLIBS = XawClientDepLibs
-EXTRA_INCLUDES = -I$(XPM_INCLUDE_DIR)
! BINDIR = /usr/X11R6/bin -LOCAL_LIBRARIES = -L$(XPM_LIB_DIR) -lXpm XawClientLibs
! LIBDIR = /usr/X11R6/lib +EXTRA_INCLUDES = -I$(XPMINCDIR)/X11
! MANDIR = /usr/X11R6/man/man1 +LOCAL_LIBRARIES = -L$(XPMLIBDIR) -lXpm XawClientLibs
/**/# Where is the Xpm header and library files SRCS = main.c \
/**/# This program needs the Xpm libraries written by Arnaud Le Hors. action.c \
/**/# it can be obtained by anonymous ftp to: export.lcs.mit.edu buttons.c \
/**/# and from many other sites. gen.c \
- parser.c \
! XPM_DIR = /usr/X11R6/include/X11 - gen.h \
XPM_INCLUDE_DIR = $(XPM_DIR) - trans.h \
! XPM_LIB_DIR = /usr/X11R6/lib - widgets.h
+ parser.c
/**/# This is -g for debugging or -O for optimization (or nothing).
OBJS = main.o \
! CDEBUGFLAGS = -O2 buttons.o \
/**/# Nothing to change below here