2000-05-29 23:56:58 +00:00
|
|
|
*** libframe/Makefile.orig Fri Feb 11 11:04:17 2000
|
|
|
|
--- libframe/Makefile Fri Feb 11 11:10:18 2000
|
1995-08-14 04:08:02 +00:00
|
|
|
***************
|
2000-05-29 23:56:58 +00:00
|
|
|
*** 8,29 ****
|
|
|
|
#
|
1995-08-14 04:08:02 +00:00
|
|
|
# Additionally, -D_POSIX_SOURCE (or its equivalent) may be specified
|
|
|
|
# if your compiler supports posix-compatible compilation
|
|
|
|
! OS=-DIRIX -ansiposix
|
|
|
|
|
|
|
|
# add -Iincludedir for any include directories that need to be searched
|
|
|
|
# for posix header files (for UMIPS, add -I/usr/include/posix)
|
|
|
|
! INCS=-I../include
|
|
|
|
|
|
|
|
# add name of library orderer - use ":" if none exists
|
|
|
|
! RANLIB=:
|
|
|
|
|
|
|
|
# add name of library
|
|
|
|
AR=ar
|
2000-05-29 23:56:58 +00:00
|
|
|
|
|
|
|
! CFLAGS=-c $(OS) $(INCS) -D_LIBXG_EXTENSION
|
|
|
|
|
|
|
|
LIB=libframe.a
|
|
|
|
! CC=cc
|
|
|
|
|
|
|
|
OBJ=frbox.o frdelete.o frdraw.o frinit.o frinsert.o frptofchar.o\
|
|
|
|
frselect.o frstr.o frutil.o misc.o
|
|
|
|
--- 8,29 ----
|
|
|
|
#
|
1995-08-14 04:08:02 +00:00
|
|
|
# Additionally, -D_POSIX_SOURCE (or its equivalent) may be specified
|
|
|
|
# if your compiler supports posix-compatible compilation
|
2000-05-29 23:56:58 +00:00
|
|
|
! OS=-DBSDi
|
1995-08-14 04:08:02 +00:00
|
|
|
|
|
|
|
# add -Iincludedir for any include directories that need to be searched
|
|
|
|
# for posix header files (for UMIPS, add -I/usr/include/posix)
|
2000-05-29 23:56:58 +00:00
|
|
|
! INCS=-I../include -I${X11BASE}/include
|
1995-08-14 04:08:02 +00:00
|
|
|
|
|
|
|
# add name of library orderer - use ":" if none exists
|
|
|
|
! RANLIB=ranlib
|
|
|
|
|
|
|
|
# add name of library
|
|
|
|
AR=ar
|
2000-05-29 23:56:58 +00:00
|
|
|
|
|
|
|
! CFLAGS+=-c $(OS) $(INCS) -D_LIBXG_EXTENSION
|
|
|
|
|
|
|
|
LIB=libframe.a
|
|
|
|
! CC?=cc
|
|
|
|
|
|
|
|
OBJ=frbox.o frdelete.o frdraw.o frinit.o frinsert.o frptofchar.o\
|
|
|
|
frselect.o frstr.o frutil.o misc.o
|