blob: a725a806dc52e58edff1bdcf45b3693e8e5e4243 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
*** makefiles/Makefile.freebsd.orig Fri Aug 17 19:02:55 2001
--- makefiles/Makefile.freebsd Tue Oct 23 14:10:00 2001
***************
*** 1,13 ****
# $Id: Makefile.freebsd,v 1.3 2001/08/17 23:02:55 edg Exp $
! CC=cc
! AR=ar
# For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS
#
# To evaluate an alternative layout for the Replace/Find dialog, add
# -DREPLACE_SCOPE to the CFLAGS. See the README file for more information.
#
! CFLAGS=-O -I${PREFIX}/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -DUSE_XMIM
! LIBS= ${MOTIFLIB} -L${PREFIX}/lib -lm -lXpm -lXext -lXt -lSM -lICE -lX11
include Makefile.common
--- 1,13 ----
# $Id: Makefile.freebsd,v 1.3 2001/08/17 23:02:55 edg Exp $
! CC?=cc
! AR?=ar
# For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS
#
# To evaluate an alternative layout for the Replace/Find dialog, add
# -DREPLACE_SCOPE to the CFLAGS. See the README file for more information.
#
! CFLAGS+=-O -I${X11BASE}/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -DUSE_XMIM
! LIBS= ${MOTIFLIB} -L${X11BASE}/lib -lm -lXpm -lXext -lXt -lSM -lICE -lX11
include Makefile.common
|