mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
e007443a4f
with an X implementation of the BGI. PR: 5270 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
18 lines
344 B
Plaintext
18 lines
344 B
Plaintext
--- Xbgi/makefile Thu Jun 26 14:43:30 1997
|
|
+++ /home/andy/tmp/wrk/Xbgi/makefile Mon Dec 8 17:01:03 1997
|
|
@@ -44,12 +44,12 @@
|
|
LIB = ../libXbgi.a
|
|
|
|
CC = gcc
|
|
-CCFLAGS = -O2 -g
|
|
+CFLAGS+= -I/usr/X11R6/include
|
|
AR = ar
|
|
ARFLAGS = rc
|
|
|
|
.c.o:
|
|
- $(CC) $(CCFLAGS) -c $<
|
|
+ $(CC) $(CFLAGS) -c $<
|
|
|
|
../libXbgi.a: $(OBJ)
|
|
$(AR) $(ARFLAGS) $(LIB) $(OBJ)
|