mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
28 lines
1.2 KiB
Plaintext
28 lines
1.2 KiB
Plaintext
|
*** Imakefile.orig Fri Jul 21 00:17:40 1995
|
||
|
--- Imakefile Tue Nov 19 17:22:06 1996
|
||
|
***************
|
||
|
*** 16,26 ****
|
||
|
OBJS = file.o general.o help.o list.o main.o menu.o print.o quit.o search.o error_msg.o duplicate.o namelist.o goto.o card.o curses.o mail.o preferences.o
|
||
|
SRCS = file.c general.c help.c list.c main.c menu.c print.c quit.c search.c error_msg.c duplicate.c namelist.c goto.c card.c curses.c mail.c preferences.c
|
||
|
|
||
|
LOCAL_LIBRARIES = $(MOTIFLIB) -lXm -lXt -lX11
|
||
|
-
|
||
|
- /* uncomment this if you are using X11R6
|
||
|
- LOCAL_LIBRARIES = $(MOTIFLIB) -lXm -lXt -lX11 -lICE -lXi -lSM -loldX -lXext
|
||
|
*/
|
||
|
|
||
|
|
||
|
ComplexProgramTarget(xmaddressbook)
|
||
|
--- 16,26 ----
|
||
|
OBJS = file.o general.o help.o list.o main.o menu.o print.o quit.o search.o error_msg.o duplicate.o namelist.o goto.o card.o curses.o mail.o preferences.o
|
||
|
SRCS = file.c general.c help.c list.c main.c menu.c print.c quit.c search.c error_msg.c duplicate.c namelist.c goto.c card.c curses.c mail.c preferences.c
|
||
|
|
||
|
+ /* uncomment this if you are using < X11R6
|
||
|
LOCAL_LIBRARIES = $(MOTIFLIB) -lXm -lXt -lX11
|
||
|
*/
|
||
|
+
|
||
|
+ LOCAL_LIBRARIES = $(MOTIFLIB) -lXt -lX11 -lICE -lXi -lSM -loldX -lXext
|
||
|
|
||
|
|
||
|
ComplexProgramTarget(xmaddressbook)
|