head	1.3;
access;
symbols
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	v_1_05:1.1.1.1
	CPIAZZA:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2001.06.15.12.42.38;	author kevlo;	state dead;
branches;
next	1.2;

1.2
date	2000.06.30.11.52.15;	author nbm;	state Exp;
branches;
next	1.1;

1.1
date	99.10.07.21.04.48;	author cpiazza;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.10.07.21.04.48;	author cpiazza;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update to version 1.13.0

PR: 28064
Submitted by: Ports Fury
@
text
@--- Makefile.orig	Tue Feb  1 19:02:33 2000
+++ Makefile	Wed Jun 21 21:09:33 2000
@@@@ -18,7 +18,7 @@@@
 #   You may modify any value as needed. Change only the ones you are
 #   absolutly sure that requires modification.
 #
-PREFIX = /usr
+PREFIX ?= /usr
 
 
 # ########################################################################
@@@@ -57,8 +57,7 @@@@
 #                               this option unless you are attempting
 #                               to debug the program.
 #
-CFLAGS = -D__USE_BSD -DUSE_XSHM -DUSE_IMLIB \
-         -O2
+CFLAGS += -D__USE_BSD -DUSE_XSHM -DUSE_IMLIB
 
 
 # ########################################################################
@@@@ -72,7 +71,7 @@@@
 #   to the LIB line depending on what you have set in the CFLAGS line
 #   farther above.
 #
-LIB = -lm -lImlib -lpng -ltiff -lgif -ljpeg -lX11 -lXpm -lXext -lz
+LIB = `imlib-config --libs` -lXpm
 # If you do not have Imlib, comment the above line and uncomment this line.
 #LIB = -lm -lX11 -lXpm -lXext
 
@@@@ -83,7 +82,7 @@@@
 #   Each argument is of the format -L<dir> where <dir> is the full
 #   path to the directory.
 #
-LIB_DIR = -L/usr/X11R6/lib
+LIB_DIR =
 
 # Header File Directories:
 #
@@@@ -93,7 +92,7 @@@@
 #   Each argument is of the format -I<dir> where <dir> is the full
 #   path to the directory.
 #
-INC = -I/usr/include
+INC = `imlib-config --cflags`
 
 
 # ########################################################################
@@@@ -101,7 +100,7 @@@@
 #
 include Makefile.srclist
 
-CC  = gcc
+CC  ?= gcc
 BIN = endeavour
 OBJ = $(SRC:.c=.o)
 .c.o:
@


1.2
log
@Update to version 1.12

PR:		ports/19525
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@@


1.1
log
@Initial revision
@
text
@d1 10
a10 3
--- Makefile.orig	Thu Oct  7 01:19:46 1999
+++ Makefile	Thu Oct  7 13:52:49 1999
@@@@ -15,9 +15,9 @@@@
d12 3
a14 1
 # Libraries:
d16 3
a18 6
-INC     = -I/usr/include
-LIB     = -lImlib -lpng -ltiff -lgif -ljpeg -lXpm -lXext -lX11 -lz -lm
-LIB_DIR = -L/usr/X11/lib
+INC     = -I/usr/local/include -I/usr/X11R6/include
+LIB     = `imlib-config --libs` -lXpm
+LIB_DIR = -L/usr/X11R6/lib -L/usr/local/lib
d22 3
a24 3
@@@@ -37,14 +37,14 @@@@
 #				internal viewing of many graphics
 #				formats.
d26 20
a45 2
-CFLAGS  = -O2 -DUSE_XSHM -DUSE_IMLIB -D__USE_BSD -funroll-loops
+CFLAGS  += -DUSE_XSHM -DUSE_IMLIB -D__USE_BSD -funroll-loops
d49 1
a49 1
 # Program source and header files:
d51 1
d56 2
a57 11
 SRC = comfdialog.c cursor.c devrec.c dither.c disk.c drag.c edwalloc.c \
       edwcb.c edwevent.c edwlist.c edwmacros.c edwselect.c fass.c \
@@@@ -79,7 +79,7 @@@@
 INSTMANFLAGS = -m 0444
 INSTDATFLAGS = -m 0444
 
-DIR_XBIN     = /usr/X11/bin
+DIR_XBIN     = /usr/X11R6/bin
 
 
 # ########################################################################
@


1.1.1.1
log
@Endeavour is a graphical file manager and image viewer
for X.  It is aimed towards newer users who have a strong
Windows background.
@
text
@@
