mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
a903a70813
PR: 6119 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
16 lines
597 B
Plaintext
16 lines
597 B
Plaintext
--- Makefile Tue Dec 30 10:30:25 1997
|
|
+++ /home/andy/tmp/wrk/Makefile Mon Mar 23 23:20:18 1998
|
|
@@ -1,10 +1,10 @@
|
|
OBJS = main.o mymath.o mastermind.o guiglobal.o apptogui.o guitoapp.o mainwindowdesign.o
|
|
|
|
CC = gcc
|
|
-CFLAGS = -O2 -Wall -Wpointer-arith -Wstrict-prototypes -pedantic -ansi
|
|
+CFLAGS+= -Wall -Wpointer-arith -Wstrict-prototypes -pedantic -ansi -I${X11BASE}/include
|
|
CLIBS = -lm
|
|
#GRAPHLIBS = -lforms -L/usr/X11R6/lib/ -lX11 -static
|
|
-GRAPHLIBS = -lforms -L/usr/X11R6/lib/ -lX11
|
|
+GRAPHLIBS = -lxforms -L${X11BASE}/lib -lX11
|
|
MF = Makefile
|
|
|
|
ALLLIBS = $(GRAPHLIBS) $(CLIBS)
|