mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
20 lines
531 B
Plaintext
20 lines
531 B
Plaintext
--- src/bin/geomview/x11/O.x11/Makefile.orig Wed Oct 30 17:50:16 1996
|
|
+++ src/bin/geomview/x11/O.x11/Makefile Sun Dec 15 10:34:46 1996
|
|
@@ -5,6 +5,16 @@
|
|
include ../Makedefs
|
|
include ../../common/Makedefs.common
|
|
|
|
+gvcamui-x11.o:
|
|
+ rm -f $@ ${@:.o=.c}
|
|
+ ${LNSRC} ../gvcamui.c gvcamui-x11.c
|
|
+ ${CC} -I.. -DMGX11 ${CFLAGS} -c ${@:.o=.c}
|
|
+
|
|
+gvcamui-mesa.o:
|
|
+ rm -f $@ ${@:.o=.c}
|
|
+ ${LNSRC} ../gvcamui.c gvcamui-mesa.c
|
|
+ ${CC} -I.. -DMGOPENGL ${CFLAGS} -c ${@:.o=.c}
|
|
+
|
|
include ${GEOM}/makefiles/Makerules.obj
|
|
include ${MKDEPFILE}
|
|
|