home *** CD-ROM | disk | FTP | other *** search
- *** Makefile.orig Mon Nov 9 13:47:50 1992
- --- Makefile Mon Nov 9 13:52:37 1992
- ***************
- *** 20,32 ****
-
- DESTDIR=
- TARGETS= delete undelete expunge purge lsdel
- ! INSTALLDIR= /usr/bin
- ! MANDIR= /usr/man
- TMPDIR= /tmp
- MANSECT= 1
- ! CC= cc
- DEPEND= /usr/bin/X11/makedepend
- ! COMPILE_ET= compile_et
- LINT= lint
- MALLOC=
- DEFINES= $(MALLOC)
- --- 20,32 ----
-
- DESTDIR=
- TARGETS= delete undelete expunge purge lsdel
- ! INSTALLDIR= <installdir>/bin
- ! MANDIR= <installsharedir>/man
- TMPDIR= /tmp
- MANSECT= 1
- ! CC= gcc
- DEPEND= /usr/bin/X11/makedepend
- ! COMPILE_ET= ../com_err/compile_et
- LINT= lint
- MALLOC=
- DEFINES= $(MALLOC)
- ***************
- *** 56,63 ****
- # ETLDFLAGS is a -L flag pointing to the directory where the et
- # library is stored.
- #
- ! # ETINCS=
- ! # ETLDFLAGS=
-
-
- # You probably won't have to edit anything below this line.
- --- 56,63 ----
- # ETLDFLAGS is a -L flag pointing to the directory where the et
- # library is stored.
- #
- ! ETINCS= -I../com_err/
- ! ETLDFLAGS= -L../com_err/
-
-
- # You probably won't have to edit anything below this line.
- ***************
- *** 165,171 ****
- $(LINT) $(LINTFLAGS) $(EXPUNGESRC) $(LINTLIBS)
-
- purge: expunge
- ! ln -s expunge purge
-
- lsdel: $(LSDELOBJS)
- $(CC) $(LDFLAGS) $(CFLAGS) -o lsdel $(LSDELOBJS) $(LIBS)
- --- 165,171 ----
- $(LINT) $(LINTFLAGS) $(EXPUNGESRC) $(LINTLIBS)
-
- purge: expunge
- ! -ln -s expunge purge
-
- lsdel: $(LSDELOBJS)
- $(CC) $(LDFLAGS) $(CFLAGS) -o lsdel $(LSDELOBJS) $(LIBS)
-